POST v6/contact/location/save
Request Information
URI Parameters
None.
Body Parameters
ContactLocationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactLocationId | integer |
None. |
|
| ContactId | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"contactLocationId": 1,
"contactId": 2,
"locationId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.