ServiceAttributes-core.subdomain
From Hostway API Documentation
(Difference between revisions)
Mike.robski (Talk | contribs) (Created page with "= Sub-Domain Registration Service Attributes = Attributes used when configuring the Sub-Domain Registration service. __TOC__ == Attributes Body == <nowiki> { "name": "sub-...") |
Mike.robski (Talk | contribs) m (1 revision: Release 85) |
||
(One intermediate revision by one user not shown) | |||
Line 17: | Line 17: | ||
; auto_generate | ; auto_generate | ||
: When set to ''1'' forces the sub-domain name to be generated. In this case if the ''name'' is specified, it will be ignored. | : When set to ''1'' forces the sub-domain name to be generated. In this case if the ''name'' is specified, it will be ignored. | ||
+ | |||
== See also == | == See also == | ||
+ | * [[ServiceAttributesStructure|Service Attributes Structure]] | ||
* [[Orders|Orders API]] | * [[Orders|Orders API]] | ||
+ | * [[Account|Account Management API]] | ||
{{disqus}} | {{disqus}} | ||
[[Category:Hostway API]] | [[Category:Hostway API]] | ||
+ | [[Category:Ordering API]] | ||
+ | [[Category:Account Management API]] |
Latest revision as of 15:38, 27 September 2013
Sub-Domain Registration Service Attributes
Attributes used when configuring the Sub-Domain Registration service.
Contents |
Attributes Body
{ "name": "sub-domain", "auto_generate": "0" }
Parameters
- name
- The name of the sub-domain.
- auto_generate
- When set to 1 forces the sub-domain name to be generated. In this case if the name is specified, it will be ignored.
See also