Acceptance certificates
This article explains the usage of the endpoints relevant for the confirmation process of acceptance certificates.
General information
The general acceptanceCertificate response contains all properties and is therefore used to describe the meaning of the field values. An example of a single acceptanceCertificate may look like this:
"customerContext": {
"customerName": "Testcompany GmbH",
"leaseCompanyName": "CHG-MERIDIAN AG",
"customerNumber": 903544,
"leaseCompany": 1
},
"acceptanceCertificateId": 0,
"leaseScheduleId": 0,
"authorizationStatus": "ready",
"firstConfirmationDate": "2023-07-06T12:17:20.965Z",
"firstConfirmationUserId": 0,
"secondConfirmationDate": "2023-07-06T12:17:20.965Z",
"secondConfirmationUserId": 0,
"confirmationStatus": "firstConfirmationPending",
"actualLeaseTerm": 0,
"leaseStartDate": "2023-07-06",
"plannedLeaseEndDate": "2023-07-06"
}
Acceptance certificate properties
| Property | Description | Remarks |
|---|---|---|
| acceptanceCertificateId | Acceptance certificate id | |
| leaseScheduleId | Lease schedule id | |
| authorizationStatus | Lease schedule status | |
| firstConfirmationDate | Date of the first confirmation | |
| firstConfirmationUserId | Date of the first confirmation | |
| secondConfirmationDate | Date of the second confirmation | |
| secondConfirmationUserId | User id of the second confirmation | |
| confirmationStatus | Status of the confirmation | |
| actualLeaseTerm | ||
| leaseStartDate | Date of the lease start | |
| plannedLeaseEndDate | Future lease end date of the lease schedule |