POST v6/user/location/save
Request Information
URI Parameters
None.
Body Parameters
UserLocationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| UserLocationID | integer |
None. |
|
| UserID | integer |
None. |
|
| LocationID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userLocationID": 1,
"userID": 2,
"locationID": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.