Get a specific customer contract assignment

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

Customer contract assignment identifier

Example: 1
Responses
200

Customer contract assignment 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,
  • "rentalProductInventoryId": 0,
  • "customerContractId": 0,
  • "createdDate": "2019-08-24T14:15:22Z",
  • "active": true
}