POST api/tyler/Cypress/v1/Accounts/{accountNumber}/Customers/{customerNumber}/EmailAddresses

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
accountNumber
No documentation available.

Define this parameter in the request URI.

customerNumber
No documentation available.

Define this parameter in the request URI.

email
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "EmailAddress": "sample string 2",
  "TypeCode": "sample string 3",
  "TypeDescription": "sample string 4",
  "IsPrimary": true
}

application/xml, text/xml

Sample:
<EmailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewWorld.Logos.WebApi.Service.Models.Tyler.Cypress.Models.Dtos">
  <EmailAddress>sample string 2</EmailAddress>
  <Id>sample string 1</Id>
  <IsPrimary>true</IsPrimary>
  <TypeCode>sample string 3</TypeCode>
  <TypeDescription>sample string 4</TypeDescription>
</EmailDto>

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.