POST api/Address/{id}
Create a new address for a Contact.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The CRM ID of the Contact. Must be a properly formatted GUID. |
globally unique identifier |
Required |
Body Parameters
The content of the address to be created.
stringRequest Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.