POST api/AdminOrder/GetInvoiceTrackingTemp

AdmGetInvoiceTrackingTemplate

Request Information

URI Parameters

None.

Body Parameters

GetInvoiceTrackingTemp
NameDescriptionTypeAdditional information
CountryID

integer

None.

DeliveryTypeID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "DeliveryTypeID": 1,
  "UserUUIDCur": "abd75038-df1e-4d0e-b312-6a866f086c89"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]