PUT api/tyler/Cypress/v1/Accounts/{accountNumber}/Customers/{customerNumber}/PhoneNumbers
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| accountNumber | No documentation available. | Define this parameter in the request URI. | 
| customerNumber | No documentation available. | Define this parameter in the request URI. | 
| phoneNumber | No documentation available. | Define this parameter in the request body. | 
Request body formats
application/json, text/json
            Sample:
        
{
  "Id": "sample string 1",
  "PhoneNumber": "sample string 2",
  "TypeCode": "sample string 3",
  "TypeDescription": "sample string 4",
  "IsPrimary": true
}
        application/xml, text/xml
            Sample:
<PhoneDto 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"> <Id>sample string 1</Id> <IsPrimary>true</IsPrimary> <PhoneNumber>sample string 2</PhoneNumber> <TypeCode>sample string 3</TypeCode> <TypeDescription>sample string 4</TypeDescription> </PhoneDto>
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.