POST api/cart/delete
Request Information
URI Parameters
None.
Body Parameters
CartData| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_SEQ | integer |
None. |
|
| TOKAN_NO | string |
None. |
|
| DATA | string |
None. |
|
| CART_COUNT | integer |
None. |
|
| BID_COUNT | integer |
None. |
|
| STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_SEQ": 1,
"TOKAN_NO": "sample string 2",
"DATA": "sample string 3",
"CART_COUNT": 4,
"BID_COUNT": 5,
"STATUS": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}