BILLmanager 6
en En
es Es

Domain contacts (service_profile)

Display list of domain contacts (service_profile)

Result: list of items

Domain contacts

UI Equivalent: go to ClientDomain contacts.

Returns a list of domain contact profiles.

Access level: root, admin, user

ParameterTypeRequiredValue
elidPositive integerNoid of the profile for list filtering.
nameStringNoSearch by profile name. Supports the wildcard character *.
profiletypeString (enumeration)No

Contact type. Allowed values:

  • 1 — individual;
  • 2 — legal entity;
  • 3 — sole proprietor.
accountPositive integerNoIdentifier of the owner account.
sortStringNoColumn name for sorting: id, name, profiletype, spusage.
pagesizePositive integerNoNumber of records per result page.
startidxNon-negative integerNoOffset of the first record for pagination.

Create or modify a domain contact

Function: service_profile.edit

Result: successful operation or error message

UI Equivalent: go to ClientDomain contacts → click Add or click Edit.

Creates a new domain contact profile or modifies data of an existing profile.

You cannot change the contact type from individual to legal entity or vice versa in an existing profile. To do this, create a new contact with the required type.

Access level: user

ParameterTypeRequiredValue
elidPositive integerNoid of the profile to edit. Not specified when creating a new profile.
nameStringNoDomain contact profile name.
profiletypePositive integerNo

Filter by contact type. Allowed values:

  • 1 — individual;
  • 2 — legal entity;
  • 3 — sole proprietor.
accountPositive integerNoIdentifier of the profile owner account.
countryPositive integerNoIdentifier of the contact country.
sokStringYesThe value ok confirms the operation. Without this parameter, changes will not be applied.

Delete a domain contact

Function: service_profile.delete

Result: successful operation or error message

UI Equivalent: go to ClientDomain contacts → click Delete.

Deletes one or more domain contact profiles. Confirmation via the sok parameter is required. It is impossible to delete a contact if it is linked to at least one active domain.

Access level: root, admin

ParameterTypeRequiredValue
elidString (list)YesOne or more profile id values separated by commas. For example, 123,456.
sokStringYesThe value ok confirms the operation. Without this parameter, changes will not be applied.