--- title: "Update VMC or CMC orders" source_url: https://dev.digicert.com/certcentral-apis/services-api/orders/update-vmc-or-cmc-orders.html api_method: PUT api_endpoint: "/services/v2/order/certificate/144457106/vmc" api_url: "https://www.digicert.com/services/v2/order/certificate/144457106/vmc" --- **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 ```bash 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 ```json // empty ``` ## Path parameters
| Name | Req/Opt | Description |
|---|---|---|
| order_id | required | VMC or CMC order ID. |