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": "4c710363-1ab6-4d1a-b427-f0bd84935ef4",
  "ProductIDRemove": 1,
  "UserUUIDCur": "d53484a4-7bd2-4e41-b6ec-113e3f167b09"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}