POST api/LOAD/UpdateRunLoading?UserID={UserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

string

Required

Body Parameters

LOADRunLoading
NameDescriptionTypeAdditional information
TripDate

date

None.

BranchCode

integer

None.

RunCode

integer

None.

SiklusCode

string

None.

RunType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TripDate": "2025-08-03T05:56:01.0595562+07:00",
  "BranchCode": 2,
  "RunCode": 3,
  "SiklusCode": "sample string 4",
  "RunType": "sample string 5"
}

text/xml

Sample:
<LOADRunLoading xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models">
  <BranchCode>2</BranchCode>
  <RunCode>3</RunCode>
  <RunType>sample string 5</RunType>
  <SiklusCode>sample string 4</SiklusCode>
  <TripDate>2025-08-03T05:56:01.0595562+07:00</TripDate>
</LOADRunLoading>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.