POST api/Tools/TransportUpdationList
Request Information
URI Parameters
None.
Body Parameters
TransportUpdationListInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCode | string |
None. |
|
| BasedOnPeriod | string |
None. |
|
| StatusCodeList | string |
None. |
|
| JVStatusCodeList | string |
None. |
|
| DeliveryModeList | string |
None. |
|
| DeliveryStatusCodeList | string |
None. |
|
| DocumentTypeCodeList | string |
None. |
|
| VehicleCodeList | string |
None. |
|
| ConsiderUpdateDocments | boolean |
None. |
|
| ShowItemModelInfo | boolean |
None. |
|
| ShowCarrierInfo | boolean |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| UntilDate | integer |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCode": "sample string 4",
"BasedOnPeriod": "sample string 5",
"StatusCodeList": "sample string 6",
"JVStatusCodeList": "sample string 7",
"DeliveryModeList": "sample string 8",
"DeliveryStatusCodeList": "sample string 9",
"DocumentTypeCodeList": "sample string 10",
"VehicleCodeList": "sample string 11",
"ConsiderUpdateDocments": true,
"ShowItemModelInfo": true,
"ShowCarrierInfo": true,
"StartDate": 15,
"EndDate": 16,
"UntilDate": 17,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<TransportUpdationListInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BasedOnPeriod>sample string 5</BasedOnPeriod> <BranchCode>sample string 4</BranchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <ConsiderUpdateDocments>true</ConsiderUpdateDocments> <DBName>sample string 1</DBName> <DeliveryModeList>sample string 8</DeliveryModeList> <DeliveryStatusCodeList>sample string 9</DeliveryStatusCodeList> <DocumentTypeCodeList>sample string 10</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>16</EndDate> <JVStatusCodeList>sample string 7</JVStatusCodeList> <ShowCarrierInfo>true</ShowCarrierInfo> <ShowItemModelInfo>true</ShowItemModelInfo> <StartDate>15</StartDate> <StatusCodeList>sample string 6</StatusCodeList> <UntilDate>17</UntilDate> <UserInternalCode>sample string 3</UserInternalCode> <VehicleCodeList>sample string 11</VehicleCodeList> </TransportUpdationListInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |