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": "f4b6aebf-a737-4c1d-8ee8-397f360b19f6",
  "ProductIDRemove": 1,
  "UserUUIDCur": "50877395-911c-429d-911f-7072162caa25"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}