POST api/Crm/SaveInvoiceTrack
CrmSaveInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_SaveInvoiceTrack| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| TrackingCode | string |
None. |
|
| TrackingText | string |
None. |
|
| ETA | date |
None. |
|
| Barcode | string |
None. |
|
| InvoiceIDCRM | integer |
None. |
|
| Date | date |
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": "0e66a7e2-88cf-4619-a52e-5246028f3abf",
"TrackingCode": "sample string 1",
"TrackingText": "sample string 2",
"ETA": "2026-09-19T13:10:24.1655757+03:00",
"Barcode": "sample string 3",
"InvoiceIDCRM": 1,
"Date": "2026-09-19T13:10:24.1655757+03:00",
"AddressPublic": "sample string 4",
"AddressLocal": "sample string 5",
"SiteUUID": "f9759391-4a20-4764-8334-480857be4313",
"Token": "2226c50d-76a8-4fdf-90ac-6f00a5d8e536"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}