POST api/manifest/ClientPendingManifests/{clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
DateRangeRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-02-03T07:36:22.4449181-08:00",
"ToDate": "2026-02-03T07:36:22.4449181-08:00"
}
application/xml, text/xml
Sample:
<DateRangeRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MayaserSolutions.Domain"> <FromDate>2026-02-03T07:36:22.4449181-08:00</FromDate> <ToDate>2026-02-03T07:36:22.4449181-08:00</ToDate> </DateRangeRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ManifestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| string |
None. |
||
| CompanyName | string |
None. |
|
| Mobile | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| CountryId | integer |
None. |
|
| Country | CountryDto |
None. |
|
| CityName | string |
None. |
|
| NumberOfPackages | integer |
None. |
|
| Weight | decimal number |
None. |
|
| InternationalShipmentValue | decimal number |
None. |
|
| Description | string |
None. |
|
| Instructions | string |
None. |
|
| ServiceCode | string |
None. |
|
| CODAmount | decimal number |
None. |
|
| ManifestStatusId | integer |
None. |
|
| ManifestStatus | ManifestStatusDto |
None. |
|
| AWB | string |
None. |
|
| Ref | string |
None. |
|
| Phone | string |
None. |
|
| Client | UserDetailDto |
None. |
|
| AssignedTo | UserDto |
None. |
|
| Currency | string |
None. |
|
| Tracking | Collection of ManifestTrackingDto |
None. |
|
| DeliveredOn | date |
None. |
|
| PickedOn | date |
None. |
|
| AssignedOn | date |
None. |
|
| LastStatusDate | date |
None. |
|
| DeletedBy | UserDto |
None. |
|
| DeletedOn | date |
None. |
|
| CreatedBy | UserDto |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedBy | UserDto |
None. |
|
| UpdatedOn | date |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.