POST api/Crm/SaveInvoiceTrack
CrmSaveInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_SaveInvoiceTrackName | 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": "f97e964c-22c0-4a0d-ba62-1e616a745f44", "TrackingCode": "sample string 1", "TrackingText": "sample string 2", "ETA": "2025-07-27T11:38:29.574194+03:00", "Barcode": "sample string 3", "InvoiceIDCRM": 1, "Date": "2025-07-27T11:38:29.574194+03:00", "AddressPublic": "sample string 4", "AddressLocal": "sample string 5", "SiteUUID": "b9f9e922-b346-4387-90bb-713f5af53e28", "Token": "e2446cf2-cd3f-43c0-9820-f49831c5e148" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}