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": "1074765e-b8bb-43e0-8c74-3d8cc31d71c0", "UserUUIDCur": "e7bd7062-647e-497b-b3b5-74ef644680d5" }
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-06-07T21:15:11.3269353+03:00", "ActiveStep": true }, { "Baracode": 1, "TrackingText": "sample string 1", "Latitude": 1.1, "Longitude": 1.1, "i": 1, "EntryTime": "2025-06-07T21:15:11.3269353+03:00", "ActiveStep": true } ], "UserUUIDCur": "d68f20a6-c68d-4b52-949a-5785f22b8c70" }