POST v1/user/location/save
Add a location to a User
Request Information
URI Parameters
None.
Body Parameters
UserLocationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserLocationID |
Unique identifier of the user location combination |
integer |
None. |
| User |
User |
UserModel |
None. |
| Location |
Location |
LocationModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.