PUT api/Shipment/UpdShipment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Shipment_Models| Name | Description | Type | Additional information |
|---|---|---|---|
| Shipment_Header | Shipment_Header |
None. |
|
| Shipment_Detail | Collection of Shipment_Detail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Shipment_Header": {
"shipment_id": 1,
"shipment_carType": "sample string 1",
"shipment_carID": "sample string 2",
"shipment_carName": "sample string 3",
"shipment_weight": 1.0,
"shipment_date": "2026-02-19T08:06:36.6576614+07:00"
},
"Shipment_Detail": [
{
"shipment_id": 1,
"inv_no": "sample string 1",
"cust_id": 1,
"emp_zone_id": 1,
"sumStock_qty": 1.0,
"tr_priority": "sample string 2"
},
{
"shipment_id": 1,
"inv_no": "sample string 1",
"cust_id": 1,
"emp_zone_id": 1,
"sumStock_qty": 1.0,
"tr_priority": "sample string 2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.