ServiceAttributes-core.webhosting
From Hostway API Documentation
(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...") |
Corinne.chui (Talk | contribs) m (1 revision) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
<nowiki> | <nowiki> | ||
{ | { | ||
− | "domain": "mydomain.com" | + | "domain": "mydomain.com" |
} | } | ||
</nowiki> | </nowiki> | ||
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]] |
Latest revision as of 12:26, 16 November 2016
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