POST API/RestData/DeleteMemFavItem
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "mem_id": 1, "item_id": 2, "rest_id": 3, "branch_id": 4, "message": "sample string 5", "status": true }
application/xml, text/xml
Sample:
<clsMemFavItemDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice"> <branch_id>4</branch_id> <item_id>2</item_id> <mem_id>1</mem_id> <message>sample string 5</message> <rest_id>3</rest_id> <status>true</status> </clsMemFavItemDel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "mem_id": 1, "item_id": 2, "rest_id": 3, "branch_id": 4, "message": "sample string 5", "status": true }
application/xml, text/xml
Sample:
<clsMemFavItemDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice"> <branch_id>4</branch_id> <item_id>2</item_id> <mem_id>1</mem_id> <message>sample string 5</message> <rest_id>3</rest_id> <status>true</status> </clsMemFavItemDel>