Add Accounts
Loading...
When you want to add additional accounts to an existing Google Workspace order using the API. This article explains account parameters, billing options, and API request details for account addition.
Places additional accounts under an existing Google Workspace Order.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The OrderId under which the accounts are to be added. |
| no-of-accounts | Integer | Required | The number of accounts required |
| invoice-option | String | Required | This parameter will decide how the Customer's Invoice will be handled. Values can be: NoInvoice, PayInvoice, KeepInvoice or OnlyAdd. |
| discount-amount | Float | Optional | Discount amount for the order value. |
POST
India
https://test.httpapi.com/api/gapps/in/add-account.json?auth-userid=0&api-key=key&order-id=0&no-of-accounts=0&invoice-option=NoInvoice&discount-amount=0.00
South East Asia & Egypt
https://test.httpapi.com/api/gapps/se/add-account.json?auth-userid=0&api-key=key&order-id=0&no-of-accounts=0&invoice-option=NoInvoice&discount-amount=0.00
Rest of the World
https://test.httpapi.com/api/gapps/gbl/add-account.json?auth-userid=0&api-key=key&order-id=0&no-of-accounts=0&invoice-option=NoInvoice&discount-amount=0.00
Returns a hash map containing the below details:
Domain Name (description)
Order Id of the Google Workspace Order (entityid)
Action Type (actiontype)
Description of the Accounts Addition Action (actiontypedesc)
Action Id of the Accounts Addition Action (eaqid)
Accounts Addition Action Status (actionstatus)
Description of the Accounts Addition Action Status (actionstatusdesc)
Invoice Id of the Domain Renewal Invoice (invoiceid)
Selling Currency of the Reseller (sellingcurrencysymbol)
Selling Curreny Amount (sellingamount)
Customer Id associated with the Domain Name Order (customerid)
Discount Amount (discount-amount)
invoiceid, sellingcurrencysymbol, sellingamount and customerid will not be returned if invoice-option is set to NoInvoice.
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.