POST cyapi/pos/common/getperson

Request Information

URI Parameters

None.

Body Parameters

P_Person
NameDescriptionTypeAdditional information
storeCode

string

None.

personId

integer

None.

personCode

string

None.

needGoodsList

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "storeCode": "sample string 1",
  "personId": 2,
  "personCode": "sample string 3",
  "needGoodsList": 4
}

application/xml, text/xml

Sample:
<P_Person xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonService.PubData">
  <needGoodsList>4</needGoodsList>
  <personCode>sample string 3</personCode>
  <personId>2</personId>
  <storeCode>sample string 1</storeCode>
</P_Person>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultInfoOfObject
NameDescriptionTypeAdditional information
Code

string

None.

Msg

string

None.

Tips

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Msg": "sample string 2",
  "tips": "sample string 3",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResultInfoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonService.PubData">
  <Code>sample string 1</Code>
  <Data />
  <Msg>sample string 2</Msg>
  <Tips>sample string 3</Tips>
</ResultInfoOfanyType>