POST api/PostLoad/GetAvaliableLoadListing

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyId": "sample string 1",
  "oriProv": "sample string 2",
  "oriCity": "sample string 3",
  "degProv": "sample string 4",
  "degCity": "sample string 5",
  "PageIndex": 6,
  "PageSize": 7,
  "OrderBy": "sample string 8",
  "IsAsc": true,
  "TotalItems": 10,
  "TotalPages": 2
}

application/xml, text/xml

Sample:
<PostLoadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Models">
  <IsAsc xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">true</IsAsc>
  <OrderBy xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">sample string 8</OrderBy>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">6</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">7</PageSize>
  <TotalItems xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">10</TotalItems>
  <CompanyId>sample string 1</CompanyId>
  <degCity>sample string 5</degCity>
  <degProv>sample string 4</degProv>
  <oriCity>sample string 3</oriCity>
  <oriProv>sample string 2</oriProv>
</PostLoadRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.