POST api/Order/CreateOrder
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": {
"95a67bff-e87c-4aa5-827f-463cd494b858": "sample string 2",
"ef44553e-b0d6-41cb-a844-604ab69db2cf": "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"
}