POST api/v1/LotOwner/MarkTheDriverArrivedAtSpot
Request Information
URI Parameters
None.
Body Parameters
InputMarkDriverReachAtSpotName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
Required |
|
SpotSubLetByID | integer |
Required |
|
PageIndex | integer |
Required |
|
PageSize | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "SpotSubLetByID": 2, "PageIndex": 3, "PageSize": 4 }
application/xml, text/xml
Sample:
<InputMarkDriverReachAtSpot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TruckSpot.Models.API.Input"> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <SpotSubLetByID>2</SpotSubLetByID> <UserID>1</UserID> </InputMarkDriverReachAtSpot>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |