POST api/Job/ExportEndJobDetails
Request Information
URI Parameters
None.
Body Parameters
ExportJobDetailsModelName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
DiomEnabled | boolean |
None. |
|
PickupPointEnabled | boolean |
None. |
|
JobsEnabled | boolean |
None. |
|
CouriersEnabled | boolean |
None. |
|
StatusEnabled | boolean |
None. |
|
DownloadSplitJobOnly | boolean |
None. |
|
ProductEnabled | boolean |
None. |
|
DownloadPickupTaskOnly | boolean |
None. |
|
DownloadShopTasksOnly | boolean |
None. |
|
SelectedDioms | Collection of integer |
None. |
|
SelectedPickupPoint | Collection of integer |
None. |
|
SelectedJobNumbers | Collection of string |
None. |
|
SelectedCouriers | Collection of integer |
None. |
|
SelectedStatus | Collection of integer |
None. |
|
SelectedProducts | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "2025-06-28T13:44:57.1744588Z", "ToDate": "2025-06-28T13:44:57.1744588Z", "DiomEnabled": true, "PickupPointEnabled": true, "JobsEnabled": true, "CouriersEnabled": true, "StatusEnabled": true, "DownloadSplitJobOnly": true, "ProductEnabled": true, "DownloadPickupTaskOnly": true, "DownloadShopTasksOnly": true, "SelectedDioms": [ 1, 2 ], "SelectedPickupPoint": [ 1, 2 ], "SelectedJobNumbers": [ "sample string 1", "sample string 2" ], "SelectedCouriers": [ 1, 2 ], "SelectedStatus": [ 1, 2 ], "SelectedProducts": [ "sample string 1", "sample string 2" ] }
text/html
Sample:
{"FromDate":"2025-06-28T13:44:57.1744588Z","ToDate":"2025-06-28T13:44:57.1744588Z","DiomEnabled":true,"PickupPointEnabled":true,"JobsEnabled":true,"CouriersEnabled":true,"StatusEnabled":true,"DownloadSplitJobOnly":true,"ProductEnabled":true,"DownloadPickupTaskOnly":true,"DownloadShopTasksOnly":true,"SelectedDioms":[1,2],"SelectedPickupPoint":[1,2],"SelectedJobNumbers":["sample string 1","sample string 2"],"SelectedCouriers":[1,2],"SelectedStatus":[1,2],"SelectedProducts":["sample string 1","sample string 2"]}
application/xml, text/xml
Sample:
<ExportJobDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job"> <CouriersEnabled>true</CouriersEnabled> <DiomEnabled>true</DiomEnabled> <DownloadPickupTaskOnly>true</DownloadPickupTaskOnly> <DownloadShopTasksOnly>true</DownloadShopTasksOnly> <DownloadSplitJobOnly>true</DownloadSplitJobOnly> <FromDate>2025-06-28T13:44:57.1744588Z</FromDate> <JobsEnabled>true</JobsEnabled> <PickupPointEnabled>true</PickupPointEnabled> <ProductEnabled>true</ProductEnabled> <SelectedCouriers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectedCouriers> <SelectedDioms xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectedDioms> <SelectedJobNumbers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </SelectedJobNumbers> <SelectedPickupPoint xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectedPickupPoint> <SelectedProducts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </SelectedProducts> <SelectedStatus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectedStatus> <StatusEnabled>true</StatusEnabled> <ToDate>2025-06-28T13:44:57.1744588Z</ToDate> </ExportJobDetailsModel>
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. |