POST cyapi/pos/common/getperson
Request Information
URI Parameters
None.
Body Parameters
P_Person| Name | Description | Type | Additional information |
|---|---|---|---|
| personId | integer |
None. |
|
| personCode | string |
None. |
|
| needGoodsList | integer |
None. |
|
| personType | string |
None. |
|
| sktno | string |
None. |
|
| storeCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"personId": 1,
"personCode": "sample string 2",
"needGoodsList": 3,
"personType": "sample string 4",
"sktno": "sample string 5",
"storeCode": "sample string 6"
}
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"> <sktno>sample string 5</sktno> <storeCode>sample string 6</storeCode> <needGoodsList>3</needGoodsList> <personCode>sample string 2</personCode> <personId>1</personId> <personType>sample string 4</personType> </P_Person>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultInfoOfObject| Name | Description | Type | Additional 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>