Update VMC or CMC orders
less than a minute
PUT
https://www.digicert.com/services/v2/order/certificate/144457106/vmc
Use this endpoint to change the hosting settings for a pending or issued order.
Important
Changing the logo data updates this data for all pending orders using the same logo.Example requests and responses
cURL
curl --request PUT 'https://www.digicert.com/services/v2/order/certificate/144457106/vmc' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mark_type_data": {
"country_code": "au",
"registration_number": "C1234-D1234"
}
}'curl --request PUT 'https://www.digicert.com/services/v2/order/certificate/144457106/vmc' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_hosting": "1"
}'
204 No Content
// empty
Path parameters
| Name | Req/Opt | Description |
|---|---|---|
| order_id | required | VMC or CMC order ID. |
Request parameters
Was this page helpful?
Provide feedback