POST api/Dashboards/GetAwbCounts

Request Information

URI Parameters

None.

Body Parameters

RequestAwbCount
NameDescriptionTypeAdditional information
Status

string

None.

BrokerId

string

None.

Phonenumber

string

None.

Startdate

string

None.

Enddate

string

None.

IsShiper

boolean

None.

BlockDLV

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "BrokerId": "sample string 2",
  "Phonenumber": "sample string 3",
  "Startdate": "sample string 4",
  "Enddate": "sample string 5",
  "IsShiper": true,
  "BlockDLV": "sample string 7"
}

application/xml, text/xml

Sample:
<RequestAwbCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAL.API.Repository.Models">
  <BlockDLV>sample string 7</BlockDLV>
  <BrokerId>sample string 2</BrokerId>
  <Enddate>sample string 5</Enddate>
  <IsShiper>true</IsShiper>
  <Phonenumber>sample string 3</Phonenumber>
  <Startdate>sample string 4</Startdate>
  <Status>sample string 1</Status>
</RequestAwbCount>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestAwbCount'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>