POST api/{ext}/ontimePerformance/GetList

Used to retrieve the OnTimePerformances

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ext

string

None.

Body Parameters

OntimePerformanceParm
NameDescriptionTypeAdditional 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-04-29T13:48:44.5884702+00:00",
  "EndDate": "2025-04-29T13:48:44.5884702+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.Shipper1.Models">
  <AccountNumber>sample string 1</AccountNumber>
  <EndDate>2025-04-29T13:48:44.5884702+00:00</EndDate>
  <ServiceID>1</ServiceID>
  <ShowLateOnly>true</ShowLateOnly>
  <StartDate>2025-04-29T13:48:44.5884702+00:00</StartDate>
</OntimePerformanceParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.