POST api/AdminOrder/SaveCartRemoveProduct

AdmSaveCartRemoveProduct

Request Information

URI Parameters

None.

Body Parameters

SaveCartRemoveProduct_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

ProductIDRemove

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "bac0a404-9846-4c1f-b594-770c2fb6c79e",
  "ProductIDRemove": 1,
  "UserUUIDCur": "37fc9b6f-dbf2-4bd2-bca6-d691782348df"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}