POST cyapi/pos/saveXYK_ONLINE
Request Information
URI Parameters
None.
Body Parameters
XYKRequestName | Description | Type | Additional information |
---|---|---|---|
sktno | string |
None. |
|
jlbh | integer |
None. |
|
kh | string |
None. |
|
yh | string |
None. |
|
yhid | integer |
None. |
|
je | integer |
None. |
|
lsh | integer |
None. |
|
sktno | string |
None. |
|
terminalNo | string |
None. |
|
proType | integer |
None. |
|
version | string |
None. |
|
timeStamp | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "sktno": "sample string 1", "jlbh": 2, "kh": "sample string 3", "yh": "sample string 4", "yhid": 5, "je": 6, "lsh": 7, "terminalNo": "sample string 9", "proType": 10, "version": "sample string 11", "timeStamp": "sample string 12" }
application/xml, text/xml
Sample:
<XYKRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosLibrary.PubData"> <proType>10</proType> <sktno>sample string 8</sktno> <terminalNo>sample string 9</terminalNo> <timeStamp>sample string 12</timeStamp> <version>sample string 11</version> <je>6</je> <jlbh>2</jlbh> <kh>sample string 3</kh> <lsh>7</lsh> <sktno>sample string 1</sktno> <yh>sample string 4</yh> <yhid>5</yhid> </XYKRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
retCode | string |
None. |
|
retMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "retCode": "sample string 1", "retMessage": "sample string 2" }
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosLibrary.PubData"> <retCode>sample string 1</retCode> <retMessage>sample string 2</retMessage> </BaseResponse>