PUT api/Truckers/updateHazmat/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TruckersHazmatBindingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of TruckerHazmatBindingViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"CheckDate": "2025-10-29T10:00:28.9776657Z"
},
{
"Id": 1,
"CheckDate": "2025-10-29T10:00:28.9776657Z"
}
]
}
application/xml, text/xml
Sample:
<TruckersHazmatBindingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShipperCore.ViewModels">
<Items>
<TruckerHazmatBindingViewModel>
<CheckDate>2025-10-29T10:00:28.9776657Z</CheckDate>
<Id>1</Id>
</TruckerHazmatBindingViewModel>
<TruckerHazmatBindingViewModel>
<CheckDate>2025-10-29T10:00:28.9776657Z</CheckDate>
<Id>1</Id>
</TruckerHazmatBindingViewModel>
</Items>
</TruckersHazmatBindingViewModel>
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.