POST api/Address/{id}

Create a new address for a Contact.

Request Information

URI Parameters

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

string

Request 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.