Save Contact Attributes
save_contact_attributesSave TLD-specific contact attributes required for domain registrations. Provide key-value pairs like for .us nexus category, returns the associated contactId.
Instructions
Save TLD-specific contact attributes required for certain domain registrations. Different TLDs require different fields. Example for .us: { type: "us", appPurpose: "P1", nexusCategory: "C11" }. Returns the contactId associated with the saved attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attributes | Yes | TLD-specific attribute key-value pairs. Example for .us: { type: "us", appPurpose: "P1", nexusCategory: "C11" } |