POST api/AdminOrder/GetInvoiceTracking
AdmGetInvoiceTracking
Request Information
URI Parameters
None.
Body Parameters
GetInvoiceTracking_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Barcode": "sample string 1",
"CartUUID": "37af8e14-edbd-47a4-b7cd-981ba100d7ed",
"UserUUIDCur": "16a83e2e-6687-472e-b312-22b45ee8ce6d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]