POST v6/trailer/save
Request Information
URI Parameters
None.
Body Parameters
TrailerModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| TrailerId | integer |
None. |
|
| Trailer | string |
None. |
|
| CarrierId | integer |
None. |
|
| StatusId | integer |
None. |
|
| LocationId | integer |
None. |
|
| DockDoorId | integer |
None. |
|
| LotId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"trailerId": 1,
"trailer": "sample string 2",
"carrierId": 3,
"statusId": 4,
"locationId": 5,
"dockDoorId": 6,
"lotId": 7
}
Response Information
Resource Description
SharedRecordIdModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"recordId": 1
}