POST API/RestData/GetOrderUpcomingStatusList

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:
{
  "order_id": 1,
  "order_status": 2,
  "list": [
    {
      "order_status": 1,
      "order_status_desc": "sample string 2"
    },
    {
      "order_status": 1,
      "order_status_desc": "sample string 2"
    },
    {
      "order_status": 1,
      "order_status_desc": "sample string 2"
    }
  ],
  "status": true,
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<clsOrderUpcomingStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <list>
    <clsStatusList>
      <order_status>1</order_status>
      <order_status_desc>sample string 2</order_status_desc>
    </clsStatusList>
    <clsStatusList>
      <order_status>1</order_status>
      <order_status_desc>sample string 2</order_status_desc>
    </clsStatusList>
    <clsStatusList>
      <order_status>1</order_status>
      <order_status_desc>sample string 2</order_status_desc>
    </clsStatusList>
  </list>
  <message>sample string 4</message>
  <order_id>1</order_id>
  <order_status>2</order_status>
  <status>true</status>
</clsOrderUpcomingStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "order_id": 1,
  "order_status": 2,
  "list": [
    {
      "order_status": 1,
      "order_status_desc": "sample string 2"
    },
    {
      "order_status": 1,
      "order_status_desc": "sample string 2"
    },
    {
      "order_status": 1,
      "order_status_desc": "sample string 2"
    }
  ],
  "status": true,
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<clsOrderUpcomingStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <list>
    <clsStatusList>
      <order_status>1</order_status>
      <order_status_desc>sample string 2</order_status_desc>
    </clsStatusList>
    <clsStatusList>
      <order_status>1</order_status>
      <order_status_desc>sample string 2</order_status_desc>
    </clsStatusList>
    <clsStatusList>
      <order_status>1</order_status>
      <order_status_desc>sample string 2</order_status_desc>
    </clsStatusList>
  </list>
  <message>sample string 4</message>
  <order_id>1</order_id>
  <order_status>2</order_status>
  <status>true</status>
</clsOrderUpcomingStatus>