POST api/v1/ContactCompanies/{id}/AddContact
Associates a Contact with a ContactCompany
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
ContactToContactCompanyDtoName | Description | Type | Additional information |
---|---|---|---|
ContactId |
The contacts Id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ContactId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
If success: HTTP 200
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.