POST GetSoilBags

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetSoilBagsRequest>
  <token>sample string 1</token>
  <function>AddCleanBag</function>
</GetSoilBagsRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Results": [
    {
      "Account": 1,
      "Branch": 2,
      "Customer": "sample string 3",
      "CustomerName": "sample string 4",
      "SoilBagBarcode": "sample string 5"
    },
    {
      "Account": 1,
      "Branch": 2,
      "Customer": "sample string 3",
      "CustomerName": "sample string 4",
      "SoilBagBarcode": "sample string 5"
    },
    {
      "Account": 1,
      "Branch": 2,
      "Customer": "sample string 3",
      "CustomerName": "sample string 4",
      "SoilBagBarcode": "sample string 5"
    }
  ],
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<GetSoilBagsResponse>
  <valid>true</valid>
  <message>sample string 2</message>
  <Results>
    <GetSoilBagResult>
      <Account>1</Account>
      <Branch>2</Branch>
      <Customer>sample string 3</Customer>
      <CustomerName>sample string 4</CustomerName>
      <SoilBagBarcode>sample string 5</SoilBagBarcode>
    </GetSoilBagResult>
    <GetSoilBagResult>
      <Account>1</Account>
      <Branch>2</Branch>
      <Customer>sample string 3</Customer>
      <CustomerName>sample string 4</CustomerName>
      <SoilBagBarcode>sample string 5</SoilBagBarcode>
    </GetSoilBagResult>
    <GetSoilBagResult>
      <Account>1</Account>
      <Branch>2</Branch>
      <Customer>sample string 3</Customer>
      <CustomerName>sample string 4</CustomerName>
      <SoilBagBarcode>sample string 5</SoilBagBarcode>
    </GetSoilBagResult>
  </Results>
</GetSoilBagsResponse>