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": "1afec5cd-1348-455c-b0f6-1bbaf1b207b3",
"TrackingCode": "sample string 1",
"TrackingText": "sample string 2",
"ETA": "2026-03-21T23:36:14.4336831+02:00",
"Barcode": "sample string 3",
"InvoiceIDCRM": 1,
"Date": "2026-03-21T23:36:14.4336831+02:00",
"AddressPublic": "sample string 4",
"AddressLocal": "sample string 5",
"SiteUUID": "a5411b60-1d5f-4fa7-9730-2a97a03ef3f5",
"Token": "a8dd3f9f-c75e-41b3-a2a9-231aa676b58f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}