POST api/AdminOrder/GetCartDetails
AdmGetCartDetails
Request Information
URI Parameters
None.
Body Parameters
GetCartDetails_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "16bcfe47-6387-408b-8526-42b39be19d2d", "UserUUIDCur": "d43a5619-f845-4f45-beb0-2aa232fc99a5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]