POST cyapi/pos/common/getSKFSYHInfo
Request Information
URI Parameters
None.
Body Parameters
P_GetSKFSYHInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| fdbh | string |
None. |
|
| yhlx | string |
None. |
|
| skfs_yh | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fdbh": "sample string 1",
"yhlx": "sample string 2",
"skfs_yh": "sample string 3"
}
application/xml, text/xml
Sample:
<P_GetSKFSYHInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonService.PubData"> <fdbh>sample string 1</fdbh> <skfs_yh>sample string 3</skfs_yh> <yhlx>sample string 2</yhlx> </P_GetSKFSYHInfo>
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>