CertificateView
Certificate information
codestringrequired
Certificate code
Default value:
Example:
CERT-123namestringrequired
Certificate name
Default value:
Example:
DPEassetUidstringrequired
Stonal identifier of the asset the certificate belongs to
Default value:
Example:
STN-xxxxxassetCodestringrequired
Preferred external identifier of the asset the certificate belongs to
Default value:
Example:
BAT001effectiveDatestring<date>required
Date from which the certificate is effective
Default value:
Example:
2024-01-01expirationDatestring<date>required
Date at which the certificate expires
Default value:
Example:
2034-01-01documentationLinkstring | nullnullable
Link to the certificate documentation
Default value:
Example:
https://example.org/certificate.pdfupdatedAtstring<date-time>required
Date of the last update of the certificate
Default value:
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": ""
}