POST api/{ext}/ontimePerformance/DownloadReport
Used to retrieve the Download Report
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ext | string |
None. |
Body Parameters
OntimePerformancePdfParmName | Description | Type | Additional information |
---|---|---|---|
Format | string |
None. |
|
OfficeID | string |
None. |
|
CustomerGroupID | integer |
None. |
|
AccountNumber | string |
None. |
|
ServiceID | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
ShowLateOnly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Format": "sample string 1", "OfficeID": "sample string 2", "CustomerGroupID": 1, "AccountNumber": "sample string 3", "ServiceID": 1, "StartDate": "2025-04-29T13:54:22.7632196+00:00", "EndDate": "2025-04-29T13:54:22.7632196+00:00", "ShowLateOnly": true }
application/xml, text/xml
Sample:
<OntimePerformancePdfParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Shipper1.Models"> <AccountNumber>sample string 3</AccountNumber> <EndDate>2025-04-29T13:54:22.7632196+00:00</EndDate> <ServiceID>1</ServiceID> <ShowLateOnly>true</ShowLateOnly> <StartDate>2025-04-29T13:54:22.7632196+00:00</StartDate> <CustomerGroupID>1</CustomerGroupID> <Format>sample string 1</Format> <OfficeID>sample string 2</OfficeID> </OntimePerformancePdfParm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |