POST api/UserLocation
Validates the User to the Software and returns the updated UserDTO with location ID Info
Request Information
URI Parameters
None.
Body Parameters
UserDTOName | Description | Type | Additional information |
---|---|---|---|
Username | string |
None. |
|
LocatorId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
IsLinkedToDriver | boolean |
None. |
|
CanCheckIn | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Username": "sample string 1", "LocatorId": "302992c1-864c-434d-abd8-1392b047e6d6", "UserId": "5c6a99ad-60dd-4f9c-947f-161894ac3df9", "IsLinkedToDriver": true, "CanCheckIn": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfUserDTOName | Description | Type | Additional information |
---|---|---|---|
Content | UserDTO |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.