POST API/RestData/GetMinOrderValue

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,
  "area_id": 3,
  "min_order_value": 4,
  "message": "sample string 5",
  "status": true
}

application/xml, text/xml

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

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,
  "area_id": 3,
  "min_order_value": 4,
  "message": "sample string 5",
  "status": true
}

application/xml, text/xml

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