This method will auto-generate an ID and create a new certification. If an ID is specified for the certification, an error will be thrown.
The certification that you would like to be saved.
{- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will scan all certifications and and return them to the caller.
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
]
This method will look up a certification by the specified ID and return it back.
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will update an existing certification with the specified ID.
The updated certification that will be saved.
{- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will patch an existing certification with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will delete a certification with the specified ID.
curl -i -X DELETE \ https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Returns the HTML for the certificate
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId/certificate/:id?downloadAsHtml=true' \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Returns a list of records with the specified contact_id
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId/contact/:contact_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified organization_id
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId/organization/:organization_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "contact_id": "string",
- "organization_id": "string",
- "owner_type": "contact",
- "program_id": "string",
- "status": "active",
- "certification_date": "string",
- "number": 0,
- "customer_id": "string",
- "forecasted_renewal_amount": 0,
- "grandfathered": true,
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "issuing_training_provider_id": "string",
- "renewal_training_provider_id": "string",
- "notices": [
- {
- "notice_id": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "last_application_id": "string",
- "status_reason_id": "string",
- "term_start_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "reinstatement_date": "string",
- "termination_date": "string",
- "lapse_date": "string",
- "name_to_be_printed_on_certificate": "string",
- "do_not_drop": true,
- "certificate_uri": "string",
- "last_reminder_date": "string",
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Searches for certifications using predefined parameters
The certification that you would like to be saved.
{- "id": [
- "string"
], - "name": "string",
- "city": "string",
- "state": "string",
- "email_address": "string",
- "job_title": "string",
- "owner_type": "string",
- "status": [
- "string"
], - "program_id": [
- "string"
], - "number": [
- 0,
- 0
], - "certification_date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "expiration_date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "renewal_date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "termination_date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "is_new": "string",
- "origin": [
- "string"
]
}
{- "Items": [
- {
- "id": "string",
- "city": "string",
- "state": "string",
- "email_address": "string",
- "job_title": "string",
- "owner_type": "string",
- "status": "string",
- "program_id": "string",
- "number": 0,
- "certification_date": "string",
- "expiration_date": "string",
- "renewal_date": "string",
- "termination_date": "string"
}
], - "LastEvaluatedKey": "string"
}
Sends out a preview of the CRC notification certificate
The domain_name to use to for record lookup
{- "certification_id": "string",
- "certificate_template": "string"
}
This method will examine a certification certification and generate an appropriate order
curl -i -X POST \ 'https://certifications.api.756794052567.rhythmsoftware.com/certifications/:tenantId/sendNotice/:notice_id/:id?new_status_reason_id=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Sends out a preview of the CRC notification email
The domain_name to use to for record lookup
{- "activity_id": "string",
- "email_template": {
- "from": "string",
- "from_name": "string",
- "reply_to": "string",
- "subject": "string",
- "cc": "string",
- "bcc": "string",
- "body": "string"
}, - "destination_email_address": "string",
- "reference_id": "string",
- "application_id": "string",
- "certification_id": "string",
- "registration_id": "string"
}
TAllows you to perform up to 100 parallel patch/delete operations
The batch request
Array of objects |
{- "operations": [
- {
- "operation": "create",
- "id": "string",
- "patch_directives": [
- {
- "op": "add",
- "path": "string",
- "value": "string"
}
], - "object": { }
}
]
}
{- "success_count": 0,
- "error_count": 0,
- "results": [
- {
- "operation": "create",
- "id": "string",
- "outcome": "success",
- "error_message": "string",
- "object": { }
}
]
}