POST api/AdminOrder/GetCartDetails
AdmGetCartDetails
Request Information
URI Parameters
None.
Body Parameters
GetCartDetails_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "8f9287a7-f98a-4e1f-ad4b-65058a4329e0",
"UserUUIDCur": "794f1f64-9fde-48f8-be6a-52b89fb6f45d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]