POST api/AppOrder/AppGetCartTrack
AppGetCartTrack
Request Information
URI Parameters
None.
Body Parameters
CartDate_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "593844e5-0f98-4a8c-bde7-c39e1e383a54", "UserUUIDCur": "4fac46e9-06e4-43e0-af85-8b564d04f8e8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrackItemName | Description | Type | Additional information |
---|---|---|---|
CartInfo | DeliveryInfo |
None. |
|
TrackList | Collection of CartTrack |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "CartInfo": { "DeliveryTypeName": "sample string 1", "PaymentTypeName": "sample string 2", "TotalValueChar": "sample string 3", "Descr": "sample string 4", "Barcode": "sample string 5" }, "TrackList": [ { "Baracode": 1, "TrackingText": "sample string 1", "Latitude": 1.1, "Longitude": 1.1, "i": 1, "EntryTime": "2025-09-22T13:34:22.4940495+03:00", "ActiveStep": true }, { "Baracode": 1, "TrackingText": "sample string 1", "Latitude": 1.1, "Longitude": 1.1, "i": 1, "EntryTime": "2025-09-22T13:34:22.4940495+03:00", "ActiveStep": true } ], "UserUUIDCur": "a95dcb03-85c4-45d9-9ef9-685eb97b1f01" }