RegistrarApiUpdateDomainRequest: {
    administrativeContact?: NewContact;
    administrativeContactId?: string;
    domain: string;
    ownerContact?: NewContact;
    ownerContactId?: string;
    technicalContact?: NewContact;
    technicalContactId?: string;
}

Type declaration

  • OptionaladministrativeContact?: NewContact

    One-of ('administrativeContactInfo'): at most one of 'administrativeContactId', 'administrativeContact' could be set.

  • OptionaladministrativeContactId?: string

    One-of ('administrativeContactInfo'): at most one of 'administrativeContactId', 'administrativeContact' could be set.

  • domain: string
  • OptionalownerContact?: NewContact

    One-of ('ownerContactInfo'): at most one of 'ownerContactId', 'ownerContact' could be set.

  • OptionalownerContactId?: string

    One-of ('ownerContactInfo'): at most one of 'ownerContactId', 'ownerContact' could be set.

  • OptionaltechnicalContact?: NewContact

    One-of ('technicalContactInfo'): at most one of 'technicalContactId', 'technicalContact' could be set.

  • OptionaltechnicalContactId?: string

    One-of ('technicalContactInfo'): at most one of 'technicalContactId', 'technicalContact' could be set.