Account

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
(Invoices)
m (1 revision)
 
(10 intermediate revisions by 5 users not shown)
Line 13: Line 13:
 
* [[Accounts-accountId:DELETE|DELETE /accounts/{accountId}]] - Purges an account from the system
 
* [[Accounts-accountId:DELETE|DELETE /accounts/{accountId}]] - Purges an account from the system
 
* [[Accounts-accountId:DELETE#Alternative_with_partner_Id|DELETE /partnerAccounts/{partnerAccountId}]] - Purges an account specified by its partner Id from the system
 
* [[Accounts-accountId:DELETE#Alternative_with_partner_Id|DELETE /partnerAccounts/{partnerAccountId}]] - Purges an account specified by its partner Id from the system
 +
* [[Accounts-accountId-action-interFranchiseMigration:GET|GET /accounts/{accountId}/action/interFranchiseMigration]] - Returns information about an account's migration to another franchise
 +
* [[Accounts-accountId-action:POST|POST /accounts/{accountId}/action]] - Initiate an action on an account
  
== Partner Account Attributes Management ==
+
==Account Attributes Management ==
* [[PartnerAccounts-partnerAccountId-attributes:GET|GET /partnerAccounts/{partnerAccountId}/attributes]] - Returns list of attributes
+
* [[Accounts-accountId-attributes:GET|GET /accounts/{accountId}/attributes]] - Returns list of attributes
* [[PartnerAccounts-partnerAccountId-attributes:POST|POST /partnerAccounts/{partnerAccountId}/attributes]] - Creates new attribute
+
* [[PartnerAccounts-partnerAccountId-attributes:GET|GET /partnerAccounts/{partnerAccountId}/attributes]] - Returns list of attributes using Partner Account Id
* [[PartnerAccounts-partnerAccountId-attributes-attribute:GET|GET /partnerAccounts/{partnerAccountId}/attributes/{attribute}]] - Gets attribute
+
* [[Accounts-accountId-attributes:POST|POST /accounts/{accountId}/attributes]] - Creates new attribute
* [[PartnerAccounts-partnerAccountId-attributes-attribute:PUT|PUT /partnerAccounts/{partnerAccountId}/attributes/{attribute}]] - Updates attribute value
+
* [[PartnerAccounts-partnerAccountId-attributes:POST|POST /partnerAccounts/{partnerAccountId}/attributes]] - Creates new attribute using Partner Account Id
* [[PartnerAccounts-partnerAccountId-attributes-attribute:DELETE|DELETE /partnerAccounts/{partnerAccountId}/attributes/{attribute}]] - Deletes attribute
+
* [[Accounts-accountId-attributes-attribute:GET|GET /accounts/{accountId}/attributes/{attribute}]] - Gets attribute using Account ID
 +
* [[PartnerAccounts-partnerAccountId-attributes-attribute:GET|GET /partnerAccounts/{partnerAccountId}/attributes/{attribute}]] - Gets attribute using Partner Account Id
 +
* [[Accounts-accountId-attributes-attribute:PUT|PUT /accounts/{accountId}/attributes/{attribute}]] - Updates attribute value
 +
* [[PartnerAccounts-partnerAccountId-attributes-attribute:PUT|PUT /partnerAccounts/{partnerAccountId}/attributes/{attribute}]] - Updates attribute value using Partner Account Id
 +
* [[Accounts-accountId-attributes-attribute:DELETE|DELETE /accounts/{accountId}/attributes/{attribute}]] - Deletes attribute
 +
* [[PartnerAccounts-partnerAccountId-attributes-attribute:DELETE|DELETE /partnerAccounts/{partnerAccountId}/attributes/{attribute}]] - Deletes attribute using Partner Account Id
  
 
== Contacts Management ==
 
== Contacts Management ==
 
* [[Accounts-accountId-Contacts:GET|GET /accounts/{accountId}/contacts]] - Returns all contacts for an account
 
* [[Accounts-accountId-Contacts:GET|GET /accounts/{accountId}/contacts]] - Returns all contacts for an account
 +
* [[Accounts-accountId-Contacts-contactType:GET|GET /accounts/{accountId}/contacts/{contactType}]] - Returns specific contact type for an account
 
* [[Accounts-accountId-Contacts:PUT|PUT /accounts/{accountId}/contacts]] - Set all contacts for an account
 
* [[Accounts-accountId-Contacts:PUT|PUT /accounts/{accountId}/contacts]] - Set all contacts for an account
 +
* [[Accounts-accountId-Contacts-contactType:PUT|PUT /accounts/{accountId}/contacts/{contactType}]] - Set specific contact type for an account
  
===Contacts Actions===
+
=== Actions ===
*[[Initiate-Email-Verification-Action:POST|POST Initiate Email Verification Action]]
+
*[[Initiate-Email-Verification-Action:POST|POST /accounts/{account_number}/contacts/action]] - Initiate Email Verification Action
 +
 
 +
=== ZenDesk SSO Link ===
 +
*[[ZenDesk-SSO-Link-Per-Contact-Type:GET|GET /accounts/{accountId}/contacts/{contactType}/supportSSOLink]] - Returns ZendDesk SSO Link Per Contact Type
  
 
== Users Management ==
 
== Users Management ==
Line 45: Line 57:
 
* [[Accounts-accountId-products-productId-services:GET|GET /accounts/{accountId}/products/{productId}/services]] - List services for a specific product
 
* [[Accounts-accountId-products-productId-services:GET|GET /accounts/{accountId}/products/{productId}/services]] - List services for a specific product
 
* [[Accounts-accountId-products-productId-services-serviceId:GET|GET /accounts/{accountId}/products/{productId}/services/{serviceId}]] - Get information about a specific service
 
* [[Accounts-accountId-products-productId-services-serviceId:GET|GET /accounts/{accountId}/products/{productId}/services/{serviceId}]] - Get information about a specific service
 +
* [[Accounts-accountId-products-productId-services-serviceId:PUT|PUT /accounts/{accountId}/products/{productId}/services/{serviceId}]] - Update the status of a specific service
 +
* [[Accounts-accountId-products-productId-services-serviceId-getTargetServiceSpecifications:GET|GET /accounts/{accountId}/products/{productId}/services/{serviceId}/?getTargetServiceSpecifications=1]] - Get allowed specific service changes
 +
* [[Accounts-accountId-products-productId-services-serviceId-action:POST|POST /accounts/{accountId}/products/{productId}/services/{serviceId}/action]] - Perform an action (e.g: upgrade/downgrade) for a specific service
  
 
== Products Bandwidth Management ==
 
== Products Bandwidth Management ==
Line 78: Line 93:
 
== Invoice Transactions ==
 
== Invoice Transactions ==
 
* [[Accounts-accountId-invoices-invoiceId-transactions:GET|GET /accounts/{accountId}/invoices/{invoiceId}/transactions]] - Get a list of invoice transactions
 
* [[Accounts-accountId-invoices-invoiceId-transactions:GET|GET /accounts/{accountId}/invoices/{invoiceId}/transactions]] - Get a list of invoice transactions
 +
 +
== Account Discount ==
 +
* [[Accounts-accountId-discount:GET|GET /accounts/{accountId}/discount]] - Get account level discount
 +
 +
== Security/Firewall Group ==
 +
A Security/Firewall Group defines firewall rules for your Server. You have the ability to configure your firewall connections and secure your network as required. You may have one or multiple servers behind a firewall group. Hostway provides a default firewall group, and typical firewall rules are already configured. You can create multiple firewall groups as needed.
 +
* [[Accounts-accountId-os-security-groups:GET|GET /accounts/{accountId}/os-security-groups]] - Get a list of account's firewall groups
 +
* [[Accounts-accountId-os-security-groups:POST|POST /accounts/{accountId}/os-security-groups]] - Create firewall group for account
 +
* [[Accounts-accountId-os-security-groups-groupId:GET|GET /accounts/{accountId}/os-security-groups/{groupId}]] - Get firewall group details
 +
* [[Accounts-accountId-os-security-groups-groupId:PUT|PUT /accounts/{accountId}/os-security-groups/{groupId}]] - Update firewall group
 +
* [[Accounts-accountId-os-security-groups-groupId:DELETE|DELETE /accounts/{accountId}/os-security-groups/{groupId}]] - Delete firewall group
 +
* [[Accounts-accountId-os-security-group-rules:POST|POST /accounts/{accountId}/os-security-group-rules]] - Create firewall group rule
 +
* [[Accounts-accountId-os-security-group-rules-ruleId:DELETE|DELETE /accounts/{accountId}/os-security-group-rules/{ruleId}]] - Delete firewall group rule
  
 
== See also ==
 
== See also ==

Latest revision as of 14:33, 30 May 2016

[edit] Account Management API

The account management API provides methods for managing the account contacts, users and products. Clients can update the status of the account products as well as change (upgrade/downgrade) them.

Contents

download this selection of articles as a PDF book

[edit] Account Management

[edit] Account Attributes Management

[edit] Contacts Management

[edit] Actions

[edit] ZenDesk SSO Link

[edit] Users Management

[edit] Products Management

[edit] Products Bandwidth Management

Each bandwidth usage is filtered by the traffic type(www or ftp), the start date and the end date in ISO format(eg. 2013-20-02).

[edit] Products Usage Management

[edit] Payment info

[edit] Transactions

[edit] Invoices

[edit] Invoice Transactions

[edit] Account Discount

[edit] Security/Firewall Group

A Security/Firewall Group defines firewall rules for your Server. You have the ability to configure your firewall connections and secure your network as required. You may have one or multiple servers behind a firewall group. Hostway provides a default firewall group, and typical firewall rules are already configured. You can create multiple firewall groups as needed.

[edit] See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox