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": {
"eae569fb-8ec2-4cef-bf64-0d5d8fc8b818": "sample string 2",
"207c73f2-40fe-4ef9-822e-28472767c6d8": "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"
}