Add Accounts

Description

Places additional accounts under an existing G Suite Order.

Parameters

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.

HTTP Method

POST

Example Test URL Request

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

Response

Returns a hash map containing the below details:

  • Domain Name (description)

  • Order Id of the G Suite 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)

Note

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.