POST api/manifest/GetAll

Request Information

URI Parameters

None.

Body Parameters

ManifestListSearchDto
NameDescriptionTypeAdditional information
AWB

string

None.

Ref

string

None.

ConsigneeName

string

None.

Mobile

string

None.

Country

string

None.

City

string

None.

Address

string

None.

Pkg

string

None.

Weight

string

None.

CODAmount

string

None.

StatusIds

Collection of integer

None.

ClientIds

Collection of integer

None.

CourierIds

Collection of integer

None.

TrackingNos

Collection of string

None.

OnlyCOD

boolean

None.

CourierAssignedDateFrom

date

None.

CourierAssignedDateTo

date

None.

DeliveredDateFrom

date

None.

DeliveredDateTo

date

None.

PickedDateFrom

date

None.

PickedDateTo

date

None.

LastStatusDateFrom

date

None.

LastStatusDateTo

date

None.

FromDate

date

None.

ToDate

date

None.

SkipCount

integer

None.

MaxResultCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AWB": "sample string 1",
  "Ref": "sample string 2",
  "ConsigneeName": "sample string 3",
  "Mobile": "sample string 4",
  "Country": "sample string 5",
  "City": "sample string 6",
  "Address": "sample string 7",
  "Pkg": "sample string 8",
  "Weight": "sample string 9",
  "CODAmount": "sample string 10",
  "StatusIds": [
    1,
    2
  ],
  "ClientIds": [
    1,
    2
  ],
  "CourierIds": [
    1,
    2
  ],
  "TrackingNos": [
    "sample string 1",
    "sample string 2"
  ],
  "OnlyCOD": true,
  "CourierAssignedDateFrom": "2026-02-03T07:34:35.0181171-08:00",
  "CourierAssignedDateTo": "2026-02-03T07:34:35.0181171-08:00",
  "DeliveredDateFrom": "2026-02-03T07:34:35.0181171-08:00",
  "DeliveredDateTo": "2026-02-03T07:34:35.0181171-08:00",
  "PickedDateFrom": "2026-02-03T07:34:35.0181171-08:00",
  "PickedDateTo": "2026-02-03T07:34:35.0181171-08:00",
  "LastStatusDateFrom": "2026-02-03T07:34:35.0181171-08:00",
  "LastStatusDateTo": "2026-02-03T07:34:35.0181171-08:00",
  "FromDate": "2026-02-03T07:34:35.0181171-08:00",
  "ToDate": "2026-02-03T07:34:35.0181171-08:00",
  "SkipCount": 1,
  "MaxResultCount": 1
}

application/xml, text/xml

Sample:
<ManifestListSearchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MayaserSolutions.Domain">
  <MaxResultCount>1</MaxResultCount>
  <SkipCount>1</SkipCount>
  <FromDate>2026-02-03T07:34:35.0181171-08:00</FromDate>
  <ToDate>2026-02-03T07:34:35.0181171-08:00</ToDate>
  <AWB>sample string 1</AWB>
  <Address>sample string 7</Address>
  <CODAmount>sample string 10</CODAmount>
  <City>sample string 6</City>
  <ClientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </ClientIds>
  <ConsigneeName>sample string 3</ConsigneeName>
  <Country>sample string 5</Country>
  <CourierAssignedDateFrom>2026-02-03T07:34:35.0181171-08:00</CourierAssignedDateFrom>
  <CourierAssignedDateTo>2026-02-03T07:34:35.0181171-08:00</CourierAssignedDateTo>
  <CourierIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </CourierIds>
  <DeliveredDateFrom>2026-02-03T07:34:35.0181171-08:00</DeliveredDateFrom>
  <DeliveredDateTo>2026-02-03T07:34:35.0181171-08:00</DeliveredDateTo>
  <LastStatusDateFrom>2026-02-03T07:34:35.0181171-08:00</LastStatusDateFrom>
  <LastStatusDateTo>2026-02-03T07:34:35.0181171-08:00</LastStatusDateTo>
  <Mobile>sample string 4</Mobile>
  <OnlyCOD>true</OnlyCOD>
  <PickedDateFrom>2026-02-03T07:34:35.0181171-08:00</PickedDateFrom>
  <PickedDateTo>2026-02-03T07:34:35.0181171-08:00</PickedDateTo>
  <Pkg>sample string 8</Pkg>
  <Ref>sample string 2</Ref>
  <StatusIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </StatusIds>
  <TrackingNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </TrackingNos>
  <Weight>sample string 9</Weight>
</ManifestListSearchDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PagedResultDtoOfManifestDto
NameDescriptionTypeAdditional information
TotalCount

integer

None.

Items

Collection of ManifestDto

None.

Response Formats

application/json, text/json

Sample:

Sample not available.