POST Contact
Request Information
URI Parameters
None.
Body Parameters
ContactName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Description | string |
None. |
|
MobilePhone | string |
None. |
|
Telephone1 | string |
None. |
|
EmailAddress1 | string |
None. |
|
Attributes | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "Description": "sample string 3", "MobilePhone": "sample string 4", "Telephone1": "sample string 5", "EmailAddress1": "sample string 6", "Attributes": { "$id": "2", "sample string 1": { "$id": "3" }, "sample string 3": { "$id": "4" } } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.