POST api/CInventory/GetRefDatas
Request Information
URI Parameters
None.
Body Parameters
VerifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TMACAddress | string |
None. |
|
| PosToken | string |
None. |
|
| Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TMACAddress": "sample string 1",
"PosToken": "sample string 2",
"Version": "sample string 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": {}
}