POST api/UploadStamp
Request Information
URI Parameters
None.
Body Parameters
UploadStampModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| PosToken | string |
None. |
|
| MACAddress | string |
None. |
|
| Stamps | Collection of psIEList |
None. |
Request Formats
application/json, text/json
Sample:
{
"Version": "sample string 1",
"PosToken": "sample string 2",
"MACAddress": "sample string 3",
"Stamps": [
{
"TableName": "sample string 1",
"LastStamp": 2,
"LastRows": 3
},
{
"TableName": "sample string 1",
"LastStamp": 2,
"LastRows": 3
}
]
}
Response Information
Resource Description
SyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| IntResult | integer |
None. |
|
| StrResult | string |
None. |
|
| RetObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"IntResult": 2,
"StrResult": "sample string 3",
"RetObject": {}
}