POST api/CheckLimitOrder/getCheckLimitOrder

Request Information

URI Parameters

None.

Body Parameters

CheckLimitOrderReceivedDataModels
NameDescriptionTypeAdditional information
vendor_id

string

None.

handphone

string

None.

create_by

string

None.

mobile_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "vendor_id": "sample string 1",
  "handphone": "sample string 2",
  "create_by": "sample string 3",
  "mobile_token": "sample string 4"
}

application/xml, text/xml

Sample:
<CheckLimitOrderReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.CheckLimitOrderIntegrator.ReceivedDataModels">
  <create_by>sample string 3</create_by>
  <handphone>sample string 2</handphone>
  <mobile_token>sample string 4</mobile_token>
  <vendor_id>sample string 1</vendor_id>
</CheckLimitOrderReceivedDataModels>

multipart/form-data

Sample:
<CheckLimitOrderReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.CheckLimitOrderIntegrator.ReceivedDataModels"><create_by>sample string 3</create_by><handphone>sample string 2</handphone><mobile_token>sample string 4</mobile_token><vendor_id>sample string 1</vendor_id></CheckLimitOrderReceivedDataModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CheckLimitOrderBaseTreeModels
NameDescriptionTypeAdditional information
message

string

None.

success

boolean

None.

data

Collection of CheckLimitOrderSentDataModels

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "success": true,
  "data": [
    {
      "vendor_id": "sample string 1",
      "handphone": "sample string 2",
      "create_by": "sample string 3",
      "mobile_token": "sample string 4"
    },
    {
      "vendor_id": "sample string 1",
      "handphone": "sample string 2",
      "create_by": "sample string 3",
      "mobile_token": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<CheckLimitOrderBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.CheckLimitOrderIntegrator.BaseTreeModels">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.CheckLimitOrderIntegrator.SentDataModels">
    <d2p1:CheckLimitOrderSentDataModels>
      <d2p1:create_by>sample string 3</d2p1:create_by>
      <d2p1:handphone>sample string 2</d2p1:handphone>
      <d2p1:mobile_token>sample string 4</d2p1:mobile_token>
      <d2p1:vendor_id>sample string 1</d2p1:vendor_id>
    </d2p1:CheckLimitOrderSentDataModels>
    <d2p1:CheckLimitOrderSentDataModels>
      <d2p1:create_by>sample string 3</d2p1:create_by>
      <d2p1:handphone>sample string 2</d2p1:handphone>
      <d2p1:mobile_token>sample string 4</d2p1:mobile_token>
      <d2p1:vendor_id>sample string 1</d2p1:vendor_id>
    </d2p1:CheckLimitOrderSentDataModels>
  </data>
  <message>sample string 1</message>
  <success>true</success>
</CheckLimitOrderBaseTreeModels>

multipart/form-data

Sample:
<CheckLimitOrderBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.CheckLimitOrderIntegrator.BaseTreeModels"><data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.CheckLimitOrderIntegrator.SentDataModels"><d2p1:CheckLimitOrderSentDataModels><d2p1:create_by>sample string 3</d2p1:create_by><d2p1:handphone>sample string 2</d2p1:handphone><d2p1:mobile_token>sample string 4</d2p1:mobile_token><d2p1:vendor_id>sample string 1</d2p1:vendor_id></d2p1:CheckLimitOrderSentDataModels><d2p1:CheckLimitOrderSentDataModels><d2p1:create_by>sample string 3</d2p1:create_by><d2p1:handphone>sample string 2</d2p1:handphone><d2p1:mobile_token>sample string 4</d2p1:mobile_token><d2p1:vendor_id>sample string 1</d2p1:vendor_id></d2p1:CheckLimitOrderSentDataModels></data><message>sample string 1</message><success>true</success></CheckLimitOrderBaseTreeModels>