PUT api/Contacts/{id}?email={email}&a0={a0}

Update Contact Email in CRM and in Auth0. Possible Service Responses:
204/NoContent - contact updated successfully.
404/Contact Not Found - no contact found for the specified id.
500/Internal Server - unexpected server error, details in the body of the response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Contact Id

System.Guid

Required

email

Contact Email

System.String

Required

a0

Auth0 flag for identifying the endpoint

System.Boolean

Required

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.