getCustomerGdprConsentPDF
mutation
Export GDPR consent form to PDF
Generates a PDF consent form document for a specific customer, used for obtaining or documenting GDPR data processing consent.
mutation {
getCustomerGdprConsentPDF(companyId: Int!, customerId: Int!): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! |