CINC API

Update Email and Phone Number

Go Back

Update email and phone number by address.

Currently allowing the following protocols:

  • PUT ONLY

Request URL

PUT End Point

https://yourcustomerdatabase.cincsys.com/api/management/{mgmtId}/homeowner/updateEmailPhone

Paramter Types

  • email: string (required)

  • phone: string (required)

  • addressId: string (required)

  • mgmtId: string (required)

Post Body

The post object:

{
"email": string,
"phone": string,
"addressId": int,
"mgtId": string
},

The following shows example data being returned

[
{
"HoaId": "34355",
"associationIDLink": "00000",
"FirstName": "QA",
"LastName": "QA",
"Status": "3 Day Collections Letter",
"HomePhone": "",
"WorkPhone": "",
"MobilePhone": "",
"HomeAddress1": "QA",
"HomeAddress2": "",
"HomeCity": "",
"HomeState": "AK",
"HomeZip": "",
"HomeEmail": "##",
"MailingAddress1": "QA",
"MailingAddress2": "",
"MailingCity": "",
"MailingZip": "",
"MailingEmail": "##",
"UnitNo": "",
"LotNo": "",
"CollectionStatus": "",
"FirstName2": "QA",
"LastName2": "",
"WebUser": "False",
"BoardMember": "False",
"CreatedDate": "2014-04-08T18:01:05.1",
"UpdatedDate": "2018-05-30T05:36:38.11",
"Balance": 0
}
]

Response Codes

200 - OK: Everything worked as expected.

400 - Bad Request: The request was unacceptable, often due to missing a required parameter.

401 - Unauthorized: No valid API key provided.

402 - Request Failed: The parameters were valid but the request failed.

403 - Forbidden: The API key doesn't have permission to perform the request.

404 - Not Found: The requested resource doesn't exist.