POST API/RestData/DeleteMemFavRest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "mem_id": 1,
  "rest_id": 2,
  "branch_id": 3,
  "message": "sample string 4",
  "status": true
}

application/xml, text/xml

Sample:
<clsMemFavRestDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <branch_id>3</branch_id>
  <mem_id>1</mem_id>
  <message>sample string 4</message>
  <rest_id>2</rest_id>
  <status>true</status>
</clsMemFavRestDel>

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,
  "rest_id": 2,
  "branch_id": 3,
  "message": "sample string 4",
  "status": true
}

application/xml, text/xml

Sample:
<clsMemFavRestDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <branch_id>3</branch_id>
  <mem_id>1</mem_id>
  <message>sample string 4</message>
  <rest_id>2</rest_id>
  <status>true</status>
</clsMemFavRestDel>