Homeowner Transactions
Allows you to get information about your home transactions.
Currently allowing the following protocols:
- GET ONLY
Request URL
GET End Point
https://yourcustomerdatabase.cincsys.com/api/management/{mgmtId}/associations/{assocCode}/homeowners/{hoaId}/homeownertransaction
Parameter Descriptions
- mgmtId (Management Id): Pass your management ID.
- assocCode (Assoc Code): Pass your management ID.
- hoaId (Hoa Id): Pass your management ID.
Paramter Types
- mgmtId: string (required)
Response Body
The response object:
{"user_no": string,"associationIDLink": string,"date": datetime,"credit": int,"debit": int,"description": string,"assessment": string}
The following shows example data being returned
[{"user_no": "BL7066","associationIDLink": "00000264","date": "2011-02-09T00:00:00","credit": 275,"debit": 0,"description": "CK#985394","assessment": "Annual Assessment 2011"},{"user_no": "BL7066","associationIDLink": "00000264","date": "2012-02-03T00:00:00","credit": 275,"debit": 0,"description": "CK#98551498","assessment": "Annual Assessment 2012"},]
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.