POST api/Order/GetOrderStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SelfieCircleOrderStatusResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalExVat | decimal number |
None. |
|
| OrderStatusId | integer |
None. |
|
| TrackingData | string |
None. |
|
| SelfieCircleOrderId | string |
None. |
|
| ErrorMsg | string |
None. |
|
| CsOrderNo | integer |
None. |
|
| CsSaleId | integer |
None. |
|
| Success | boolean |
None. |
|
| Events | Dictionary of globally unique identifier [key] and string [value] |
None. |
|
| PdfLabel64Base | string |
None. |
|
| ReturnLabelTrackingData | string |
None. |
|
| SerialNoList | Dictionary of string [key] and Collection of string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"CsOrderNo": 1,
"CsSaleId": 2,
"Success": true,
"Events": {
"055b6061-d253-4de2-bbe2-dd6bcf997d5e": "sample string 2",
"c2ac4f69-6eea-415b-afae-c57a35558b27": "sample string 4"
},
"PdfLabel64Base": "sample string 4",
"ReturnLabelTrackingData": "sample string 5",
"SerialNoList": {
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
},
"TotalExVat": 1.1,
"OrderStatusId": 2,
"TrackingData": "sample string 3",
"SelfieCircleOrderId": "sample string 4",
"ErrorMsg": "sample string 5"
}