POST v6/trailer/position
Request Information
URI Parameters
None.
Body Parameters
TrailerPositionModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| TrailerId | integer |
None. |
|
| DockDoorId | integer |
None. |
|
| LotId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"trailerId": 1,
"dockDoorId": 2,
"lotId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.