Aller au contenu principal

CertificateView

Certificate information

codestringrequired

Certificate code

Example: CERT-123
namestringrequired

Certificate name

Example: DPE
assetUidstringrequired

Stonal identifier of the asset the certificate belongs to

Example: STN-xxxxx
assetCodestringrequired

Preferred external identifier of the asset the certificate belongs to

Example: BAT001
effectiveDatestring<date>required

Date from which the certificate is effective

Example: 2024-01-01
expirationDatestring<date>required

Date at which the certificate expires

Example: 2034-01-01
documentationLinkstring | nullnullable

Link to the certificate documentation

Example: https://example.org/certificate.pdf
updatedAtstring<date-time>required

Date of the last update of the certificate

CertificateView
{
"code": "CERT-123",
"name": "DPE",
"assetUid": "STN-xxxxx",
"assetCode": "BAT001",
"effectiveDate": "2024-01-01",
"expirationDate": "2034-01-01",
"documentationLink": "https://example.org/certificate.pdf",
"updatedAt": "2024-07-29T15:51:28.071Z"
}