POST api/Crm/GetInvoiceTrack
CrmGetInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_GetInvoiceTrack| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| TrackingCode | string |
None. |
|
| Barcode | string |
None. |
|
| InvoiceIDCRM | integer |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "5e77aedd-36ba-4a40-a41f-a769739943bf",
"TrackingCode": "sample string 1",
"Barcode": "sample string 2",
"InvoiceIDCRM": 1,
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "ed7f0750-70ee-4803-a179-1eaed5478a33",
"Token": "4d1ef80d-5ab8-40f9-a517-c6192db9cf9d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]