CINC API

Correspondance Type

Allows you to get information about your correspondance types.

Currently allowing the following protocols:

  • GET ONLY

Request URL

GET End Point

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

Parameter Descriptions

  • mgmtId (Management Id): Pass your management ID.

Paramter Types

  • mgmtId: string (required)

Response Body

The response object:

{
"numTypeID": int,
"txtDescription": string
}

The following shows example data being returned

[
{
"numTypeID": -7,
"txtDescription": "Welcome Letter"
},
{
"numTypeID": 30,
"txtDescription": "New Corr Type 1@#$"
},
{
"numTypeID": 3,
"txtDescription": "Financial Request"
},
]

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.