ServiceAttributes-core.webhosting
(Difference between revisions)
Mike.robski (Talk | contribs) (Created page with "= Web Hosting Service Attributes = Attributes used when configuring the Web Hosting service. __TOC__ == Attributes Body == <nowiki> { "domain": "mydomain.com", } </nowiki...") |
Mike.robski (Talk | contribs) |
||
Line 13: | Line 13: | ||
; domain | ; domain | ||
: The domain name of the web hosting site. | : The domain name of the web hosting site. | ||
+ | |||
== 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]] |
Revision as of 15:37, 27 September 2013
Web Hosting Service Attributes
Attributes used when configuring the Web Hosting service.
Contents |
Attributes Body
{ "domain": "mydomain.com", }
Parameters
- domain
- The domain name of the web hosting site.
See also