PUT api/Loading/Edit/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LoadingDetailsEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| LDate | date |
None. |
|
| LNo | integer |
None. |
|
| VehicleID | integer |
None. |
|
| Advance | decimal number |
None. |
|
| FuelAmount | decimal number |
None. |
|
| ExtraAmount | decimal number |
None. |
|
| TotalTons | decimal number |
None. |
|
| Freight | decimal number |
None. |
|
| Bags | decimal number |
None. |
|
| Details | string |
None. |
|
| Destination | string |
None. |
|
| Place | string |
None. |
|
| PerTons | decimal number |
None. |
|
| PerBags | decimal number |
None. |
|
| RatePerTon | decimal number |
None. |
|
| RatePerBag | decimal number |
None. |
|
| Status | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CompanyID | integer |
None. |
|
| PlantID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"LDate": "2026-06-04T15:17:10.8500237+05:30",
"LNo": 1,
"VehicleID": 1,
"Advance": 1.1,
"FuelAmount": 1.1,
"ExtraAmount": 1.1,
"TotalTons": 1.1,
"Freight": 1.1,
"Bags": 1.1,
"Details": "sample string 2",
"Destination": "sample string 3",
"Place": "sample string 4",
"PerTons": 1.1,
"PerBags": 1.1,
"RatePerTon": 1.1,
"RatePerBag": 1.1,
"Status": "sample string 5",
"CreatedDate": "2026-06-04T15:17:10.8500237+05:30",
"UpdatedDate": "2026-06-04T15:17:10.8500237+05:30",
"CompanyID": 6,
"PlantID": 7
}
application/xml, text/xml
Sample:
<LoadingDetailsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <Advance>1.1</Advance> <Bags>1.1</Bags> <CompanyID>6</CompanyID> <CreatedDate>2026-06-04T15:17:10.8500237+05:30</CreatedDate> <Destination>sample string 3</Destination> <Details>sample string 2</Details> <ExtraAmount>1.1</ExtraAmount> <Freight>1.1</Freight> <FuelAmount>1.1</FuelAmount> <LDate>2026-06-04T15:17:10.8500237+05:30</LDate> <LNo>1</LNo> <PerBags>1.1</PerBags> <PerTons>1.1</PerTons> <Place>sample string 4</Place> <PlantID>7</PlantID> <RatePerBag>1.1</RatePerBag> <RatePerTon>1.1</RatePerTon> <Status>sample string 5</Status> <TotalTons>1.1</TotalTons> <UpdatedDate>2026-06-04T15:17:10.8500237+05:30</UpdatedDate> <VehicleID>1</VehicleID> <id>1</id> </LoadingDetailsEntity>
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. |