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": "f7a528c7-b8f1-474f-a1d5-e9646178782c",
"UserUUIDCur": "fb729e9a-5a84-4b19-b502-1fd9202bcb2c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]