Add custom field
POST https://www.digicert.com/services/v2/account/metadata
Use this endpoint to add a custom order field object to your account.
Example requests and responses
Request parameters
| Name | Req/Opt | Type | Description | 
|---|---|---|---|
| label | required | string | Name of the custom order field. This name appears above the field on the 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. | 
| show_in_receipt | optional | bool | If true, DigiCert displays the custom field on order receipts. Otherwise, false (default). |