Bulk add fields
POST https://www.digicert.com/services/v2/account/metadata/bulk
Use this endpoint to add multiple custom order field objects to your account.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
metadata | required | array | List of custom order field objects to be added. |
.. label | required | string | Name of the custom order field. When you order a certificate using the CertCentral console, this name appears above the custom field on the certificate order form. |
.. is_required | optional | bool | Specify if this should be a required field. Default: |
.. is_active | optional | bool | Specify if the field is active. Default: |
.. data_type | optional | string | Input type for the customer order field. If omitted or left blank, an input type of anything is used. See Glossary – Custom order field input types. |