---
title: "Acceptance Certificates"
description: "This article explains the usage of the endpoints relevant for the confirmation process of acceptance certificates."
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/docs/acceptance-certificates"
image: "https://developer.tesma.com/_og/d/c_Ocean.takumi,title_Acceptance+Certificates,description_This+article+explains+the+usage+of+the+endpoints+relevant+for+the+confirmation+process+of+acceptance+certificates.,props_eyJ0aGVtZSI6eyJtb2RlIjoibGlnaHQiLCJjb2xvcnMiOnsicHJpbWFyeSI6IiM0Mjg1ZjQifX19,p_Ii9hcGlzL3Rlc21hLXBsYXRmb3JtLWFwaS12MS9kb2NzL2FjY2VwdGFuY2UtY2VydGlmaWNhdGVzIg,s_F1d0AmPIEnLSfhdg.png"
---

# Acceptance certificates

This article explains the usage of the endpoints relevant for the confirmation process of acceptance certificates.

## [General information](#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:

```json
"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](#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 |         |