POST v6/contact/location/save

Request Information

URI Parameters

None.

Body Parameters

ContactLocationModelv6
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.