v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Documents

Create Document

Use this API to create a policy, standard, procedure, or privacy notice.

post/v1/{complianceType}/create

Path parameters

complianceType'policies' | 'standards' | 'procedures' | 'privacynotices' required

The type of compliance document.

Request body

namestring required

The name of the policy, standard, procedure, or privacy notice.

descriptionstring

The description of the policy, standard, procedure, or privacy notice.

effectiveDatestring date

The date on which the policy, standard, procedure, or privacy notice takes effect.

expirationDatestring date

The date on which the policy, standard, procedure, or privacy notice expires.

defaultLanguageCodestring required

The default language of the policy, standard, procedure, or privacy notice.

Example request

{
  "effectiveDate": "2024-12-13",
  "expirationDate": "2024-12-31"
}

Response

Created