Contact Set
Rather than including the entire contact set in every command example in this guide, where it is required, contact details are listed in a separate topic. Every command that requires contact details contains an ellipsis (...) that links to the topic where the contact_set parameter is defined.
Example
This example shows a portion of the sw_register command with a link to the contact_set example.
<?xml version='1.0' encoding='UTF-8' standalone='no' ?>
<!DOCTYPE OPS_envelope SYSTEM 'ops.dtd'>
<OPS_envelope>
<header>
<version>0.9</version>
</header>
<body>
<data_block>
<dt_assoc>
<item key="object">DOMAIN</item>
<item key="attributes">
<dt_assoc>
<item key="auto_renew"/>
<item key="link_domains">0</item>
<item key="custom_tech_contact">0</item>
<item key="contact_set">
... see "Contact Set"
</item>
...