Main pages
Contract term capture (input)
Customer enters the date when their contract starts and/or expires.
This page is returned when Connect cannot automatically detect the term of your customer’s contract. You can extend this page’s functionality by including contract_start_date
and contract_end_date
.
contract_end_date
shall be returned in in RFC3339 format e.g. 2024-06-15T00:00:00Z. i.e. UTC. Pass null
if no date is provided.When you POST the response, Connect may return any of these validation errors:
Error Code | Error Description |
---|---|
date_format_invalid | Incorrect date format. |
data_json_invalid | Data does not conform to the JSON schema. |