POST /domains returns when provisioning from a template: the new domain record plus a report of the clone. The counts are what was attempted — read the new domain's resources to confirm.{
"domain": "store-1234",
"domain-template-source": "franchise-1",
"provisioned_from_template": "franchise-1",
"provisioned_counts": {
"dialrules": 0,
"ui_configs": 0,
"subscribers": 0,
"sites": 0,
"departments": 0,
"callqueues": 0,
"parks": 0,
"agents": 0,
"answerrules": 0,
"attendants": 0,
"conferences": 0,
"timeframes": 0,
"audio": 0,
"contacts": 0,
"phonetemplates": 0,
"phonenumbers": 0
}
}