POST api/{ext}/ontimePerformance/GetList
Used to retrieve the OnTimePerformances
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ext | string |
None. |
Body Parameters
OntimePerformanceParm| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber | string |
None. |
|
| ServiceID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ShowLateOnly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountNumber": "sample string 1",
"ServiceID": 1,
"StartDate": "2025-11-01T00:08:40.1135149+00:00",
"EndDate": "2025-11-01T00:08:40.1135149+00:00",
"ShowLateOnly": true
}
application/xml, text/xml
Sample:
<OntimePerformanceParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.ShipperPortal.Models"> <AccountNumber>sample string 1</AccountNumber> <EndDate>2025-11-01T00:08:40.1135149+00:00</EndDate> <ServiceID>1</ServiceID> <ShowLateOnly>true</ShowLateOnly> <StartDate>2025-11-01T00:08:40.1135149+00:00</StartDate> </OntimePerformanceParm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.