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": "bbcb77d5-baac-4911-b7bd-54d87bae746c", "UserUUIDCur": "22574ead-d981-4d35-a316-89bc7464e903" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]