POST API/RestData/PostMemFavRest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
memData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

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

application/xml, text/xml

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