POST api/Movam/GetPaginatedVsrShipmentList
Request Information
URI Parameters
None.
Body Parameters
GetPaginatedVsrShipmentFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| VsrId | integer |
None. |
|
| ShipmentStatus | integer |
None. |
|
| ShipmentId | string |
None. |
|
| IsPaid | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PageNo | integer |
None. |
|
| PageRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VsrId": 1,
"ShipmentStatus": 2,
"ShipmentId": "sample string 3",
"IsPaid": 4,
"StartDate": "2025-12-13T21:59:00.6267082+00:00",
"EndDate": "2025-12-13T21:59:00.6267082+00:00",
"PageNo": 5,
"PageRows": 6
}
application/xml, text/xml
Sample:
<GetPaginatedVsrShipmentFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <PageNo>5</PageNo> <PageRows>6</PageRows> <EndDate>2025-12-13T21:59:00.6267082+00:00</EndDate> <IsPaid>4</IsPaid> <ShipmentId>sample string 3</ShipmentId> <ShipmentStatus>2</ShipmentStatus> <StartDate>2025-12-13T21:59:00.6267082+00:00</StartDate> <VsrId>1</VsrId> </GetPaginatedVsrShipmentFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/12/13 21:59:00",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>