GET api/WXGuest/GetGuestRecord?oid={oid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
oid

string

Required

Body Parameters

None.

Response Information

Resource Description

ReMsgOfListOfD_CRecord
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Collection of D_CRecord

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": [
    {
      "ActNo": "d343645e-5e01-436d-a015-52ad72e59563",
      "Oid": "sample string 2",
      "CCode": "sample string 3",
      "CTName": "sample string 4",
      "MemberID": "sample string 5",
      "OName": "sample string 6",
      "DesPerson": "sample string 7",
      "OSPerson": "sample string 8",
      "OPDate": "sample string 9",
      "OPTime": "sample string 10",
      "ClientName": "sample string 11",
      "OSType": "sample string 12",
      "O_Sort": "sample string 13",
      "Description": "sample string 14",
      "BeforeChange": 1.0,
      "AccountChg": 1.0,
      "AfterChange": 1.0,
      "KTVAmount": 1.0,
      "OFact": 1.0,
      "Bonus": 1.0,
      "Fee": 1.0,
      "ModeCode": "sample string 15",
      "ModeName": "sample string 16",
      "Invoice": 1.0,
      "RelatedOid": "sample string 17",
      "RelatedID": "sample string 18",
      "RelatedMan": "sample string 19",
      "CardCode": "sample string 20",
      "CodeLsh": 1,
      "ParlorCode": "sample string 21",
      "ParlorName": "sample string 22",
      "Approved": "sample string 23",
      "HotelCode": "sample string 24",
      "ClassNo": "sample string 25",
      "ReportCode": "sample string 26",
      "SellCardDeposit": 1.0,
      "LargLeftAmount": 1.0,
      "Tcmoney": 1.0
    },
    {
      "ActNo": "d343645e-5e01-436d-a015-52ad72e59563",
      "Oid": "sample string 2",
      "CCode": "sample string 3",
      "CTName": "sample string 4",
      "MemberID": "sample string 5",
      "OName": "sample string 6",
      "DesPerson": "sample string 7",
      "OSPerson": "sample string 8",
      "OPDate": "sample string 9",
      "OPTime": "sample string 10",
      "ClientName": "sample string 11",
      "OSType": "sample string 12",
      "O_Sort": "sample string 13",
      "Description": "sample string 14",
      "BeforeChange": 1.0,
      "AccountChg": 1.0,
      "AfterChange": 1.0,
      "KTVAmount": 1.0,
      "OFact": 1.0,
      "Bonus": 1.0,
      "Fee": 1.0,
      "ModeCode": "sample string 15",
      "ModeName": "sample string 16",
      "Invoice": 1.0,
      "RelatedOid": "sample string 17",
      "RelatedID": "sample string 18",
      "RelatedMan": "sample string 19",
      "CardCode": "sample string 20",
      "CodeLsh": 1,
      "ParlorCode": "sample string 21",
      "ParlorName": "sample string 22",
      "Approved": "sample string 23",
      "HotelCode": "sample string 24",
      "ClassNo": "sample string 25",
      "ReportCode": "sample string 26",
      "SellCardDeposit": 1.0,
      "LargLeftAmount": 1.0,
      "Tcmoney": 1.0
    }
  ]
}