CINC API

Post Charges

Allows you to post charges.

Currently allowing the following protocols:

  • POST

Request URL

POST End Point

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

Post Body

The response object:

{
"Hoid": "string",
"AssocCode": "string",
"FeeFlag": 0,
"Assessment": "string",
"Description": "string",
"TransDate": "2021-01-29T15:02:31.588Z",
"BatchId": 0,
"Amount": 0,
"RefNo": "string",
"FiscalYear": 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 does not have permission to perform the request.

404 - Not Found: The requested resource does not exist.