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": "c6b7229c-eab2-4b22-8e06-200723f9f593", "UserUUIDCur": "11661c25-5f3e-475a-85fe-241163804273" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]