POST api/Tools/TransportUpdationList
Request Information
URI Parameters
None.
Body Parameters
TransportUpdationListInputsName | 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. |
|
AreaCodeList | string |
None. |
|
VehicleCodeList | string |
None. |
|
ConsiderUpdateDocments | boolean |
None. |
|
ShowItemModelInfo | boolean |
None. |
|
ShowCarrierInfo | boolean |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
UntilDate | integer |
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", "AreaCodeList": "sample string 11", "VehicleCodeList": "sample string 12", "ConsiderUpdateDocments": true, "ShowItemModelInfo": true, "ShowCarrierInfo": true, "StartDate": 16, "EndDate": 17, "UntilDate": 18 }
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"> <AreaCodeList>sample string 11</AreaCodeList> <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> <EndDate>17</EndDate> <JVStatusCodeList>sample string 7</JVStatusCodeList> <ShowCarrierInfo>true</ShowCarrierInfo> <ShowItemModelInfo>true</ShowItemModelInfo> <StartDate>16</StartDate> <StatusCodeList>sample string 6</StatusCodeList> <UntilDate>18</UntilDate> <UserInternalCode>sample string 3</UserInternalCode> <VehicleCodeList>sample string 12</VehicleCodeList> </TransportUpdationListInputs>
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. |