Get a specific contract profile

get/contract-profiles/{contract_profile_id}
SecuritybearerAuth
Request
path Parameters
contract_profile_id
required
integer <int64> (IdParam) >= 1

Contract profile identifier

Example: 1
Responses
200

Contract profile 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",
  • "contractOwnerId": 0,
  • "createdDate": "2019-08-24T14:15:22Z",
  • "contractTerm": 0,
  • "earlyTerminationFixedCharge": 0,
  • "earlyTerminationPercentageCharge": 1000,
  • "rolloverContractProfileId": 0,
  • "renewalAlertDays": 28,
  • "noticePeriodDays": 2147483647,
  • "supersededByContractProfileId": 0
}