POST api/LOAD/ApproveLoadTLCDC?UserID={UserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserID | string |
Required |
Body Parameters
LOADApproveTLCDCName | Description | Type | Additional information |
---|---|---|---|
RunType | string |
None. |
|
TripDate | date |
None. |
|
RunCode | integer |
None. |
|
BranchCode | integer |
None. |
|
SiklusCode | string |
None. |
|
UserTL | string |
None. |
|
Password | string |
None. |
|
IsAdhoc | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RunType": "sample string 1", "TripDate": "2025-08-03T06:04:54.6415574+07:00", "RunCode": 3, "BranchCode": 4, "SiklusCode": "sample string 5", "UserTL": "sample string 6", "Password": "sample string 7", "IsAdhoc": "sample string 8" }
text/xml
Sample:
<LOADApproveTLCDC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <BranchCode>4</BranchCode> <IsAdhoc>sample string 8</IsAdhoc> <Password>sample string 7</Password> <RunCode>3</RunCode> <RunType>sample string 1</RunType> <SiklusCode>sample string 5</SiklusCode> <TripDate>2025-08-03T06:04:54.6415574+07:00</TripDate> <UserTL>sample string 6</UserTL> </LOADApproveTLCDC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.