Telr Agreement APIs

Retrieve Cancelled Agreements

Retrieves agreements cancelled within the given date range, including agreements where cancellation takes effect at end of the current billing period. Maximum date range: 2 months.

post/gateway/cancelledAgreement.json

Request body

Response

Successful response with cancelled agreements data or error information.

OR

Example response

{
  "CancelledAgreementResponse": {
    "Code": 200,
    "Status": "Success"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.