Get a specific customer contract

get/customer-contracts/{customer_contract_id}
SecuritybearerAuth
Request
path Parameters
customer_contract_id
required
integer <int64> (IdParam) >= 1

Customer contract identifier

Example: 1
Responses
200

Customer contract found

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Response samples
application/json
{
  • "id": 1,
  • "name": "string",
  • "customerId": 0,
  • "siteId": 0,
  • "contractProfileId": 0,
  • "startDate": "2019-08-24",
  • "endDate": "2019-08-24",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "rolloverContractProfileId": 0,
  • "renewalAlertDays": 28,
  • "noticePeriodDays": 2147483647,
  • "previousCustomerContractId": 0,
  • "renewedCustomerContractId": 0
}