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": "6e5a273b-d544-46b0-b4e9-49a6d5e02a8a", "UserUUIDCur": "894d159d-3001-4967-b294-61decaa3ee82" }
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-04-19T09:58:15.7632524+03:00", "ActiveStep": true }, { "Baracode": 1, "TrackingText": "sample string 1", "Latitude": 1.1, "Longitude": 1.1, "i": 1, "EntryTime": "2025-04-19T09:58:15.7632524+03:00", "ActiveStep": true } ], "UserUUIDCur": "1668d665-e6d4-49b7-be66-7a228183f411" }