Set a contact profile as default
eurodns_contact_set_as_default_profileSets a contact profile as the default for selected roles (registrant, admin, tech, billing) and returns the applied roles. Affects future orders only.
Instructions
Makes a contact profile the default for the given contact roles — registrant, admin, technical or billing — and returns the roles now applied. This affects future orders, not domains already registered; find the profile with eurodns_contact_get_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the contact profile, from the list eurodns_contact_get_profile returns when called without an id. | |
| body | Yes | Which contact roles this profile becomes the default for: org (registrant), admin, tech and billing, each true or false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |