POST api/VehicleUnLoading/InsertVehicleUnLoadingNoteAsync
Request Information
URI Parameters
None.
Body Parameters
UnloadingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UnLoadingHeaderList | Collection of UnLoadingHeaderModel |
None. |
|
| UnLoadingProductList | Collection of UnLoading_ProductModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnLoadingHeaderList": [
{
"UnLoadingDate": "2026-03-29T16:06:13.9482158-07:00",
"Note": "sample string 2",
"Salesman": "sample string 3",
"VehicleNo": "sample string 4",
"InsertUser": "sample string 5",
"InsertDate": "2026-03-29T16:06:13.9482158-07:00"
},
{
"UnLoadingDate": "2026-03-29T16:06:13.9482158-07:00",
"Note": "sample string 2",
"Salesman": "sample string 3",
"VehicleNo": "sample string 4",
"InsertUser": "sample string 5",
"InsertDate": "2026-03-29T16:06:13.9482158-07:00"
}
],
"UnLoadingProductList": [
{
"ProductCode": "sample string 1",
"Qty": 2.0
},
{
"ProductCode": "sample string 1",
"Qty": 2.0
}
]
}
application/xml, text/xml
Sample:
<UnloadingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataSynchronization.Models">
<UnLoadingHeaderList>
<UnLoadingHeaderModel>
<InsertDate>2026-03-29T16:06:13.9482158-07:00</InsertDate>
<InsertUser>sample string 5</InsertUser>
<Note>sample string 2</Note>
<Salesman>sample string 3</Salesman>
<UnLoadingDate>2026-03-29T16:06:13.9482158-07:00</UnLoadingDate>
<VehicleNo>sample string 4</VehicleNo>
</UnLoadingHeaderModel>
<UnLoadingHeaderModel>
<InsertDate>2026-03-29T16:06:13.9482158-07:00</InsertDate>
<InsertUser>sample string 5</InsertUser>
<Note>sample string 2</Note>
<Salesman>sample string 3</Salesman>
<UnLoadingDate>2026-03-29T16:06:13.9482158-07:00</UnLoadingDate>
<VehicleNo>sample string 4</VehicleNo>
</UnLoadingHeaderModel>
</UnLoadingHeaderList>
<UnLoadingProductList>
<UnLoading_ProductModel>
<ProductCode>sample string 1</ProductCode>
<Qty>2</Qty>
</UnLoading_ProductModel>
<UnLoading_ProductModel>
<ProductCode>sample string 1</ProductCode>
<Qty>2</Qty>
</UnLoading_ProductModel>
</UnLoadingProductList>
</UnloadingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.