POST api/AdminOrder/GetInvoiceTrackingTemp
AdmGetInvoiceTrackingTemplate
Request Information
URI Parameters
None.
Body Parameters
GetInvoiceTrackingTemp| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| DeliveryTypeID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"DeliveryTypeID": 1,
"UserUUIDCur": "6b7f272c-5135-4a9f-a1eb-dfe8ec88a5ef"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]