Create a new instance of the Account object.Copy Pagepost https://{server_address}/ResourceServer/api/v10/AccountBody ParamsThe Account object represents a customer account in the system. It holds essential information about the details of the account such as when it is billed.currencyIdnumberUnique identifier for the associated Currency object.currencyNamestringThe name of the object associated with the currencyId property.namestringaccountStatusTypeIdnumberUnique identifier for the associated AccountStatusType object.accountStatusTypeNamestringThe name of the object associated with the accountStatusTypeId property.billGroupIdnumberUnique identifier for the associated BillGroup object.billGroupNamestringThe name of the object associated with the billGroupId property.effectiveCanceldate-timeThis is the date for when the account is to be cancelled. Date and time values are specified in the ISO 8601 format.invoiceDeliveryIdnumberUnique identifier for the associated InvoiceDelivery object.invoiceDeliveryNamestringThe name of the object associated with the invoiceDeliveryId property.accountsReceivableTermsIdnumberUnique identifier for the associated AccountsReceivableTerms object.accountsReceivableTermsNamestringThe name of the object associated with the accountsReceivableTermsId property.accountTypeIdnumberUnique identifier for the associated AccountType object.accountTypeNamestringThe name of the object associated with the accountTypeId property.billDaynumberaccountTaxCategoryIdnumberUnique identifier for the associated AccountTaxCategory object.accountTaxCategoryNamestringThe name of the object associated with the accountTaxCategoryId property.taxCodeIdnumberUnique identifier for the associated TaxCode object.taxCodeNamestringThe name of the object associated with the taxCodeId property.invoicerAccountIdnumberThis is the account that will receive the invoice for subscriptions and one-time charges. Unique identifier for the associated Account object.invoicerAccountNamestringThe name of the object associated with the invoicerAccountId property.usageInvoicerAccountIdnumberThis is the account that will receive the invoice for usage charges. Unique identifier for the associated Account object.usageInvoicerAccountNamestringThe name of the object associated with the usageInvoicerAccountId property.taxSettingAccountIdnumberThis is the account that is used for tax calculation purposes. Unique identifier for the associated Account object.taxSettingAccountNamestringThe name of the object associated with the taxSettingAccountId property.usageBillDaynumberisReadOnlyBillDaybooleantruetruefalseisReadOnlyUsageBillDaybooleanfalsetruefalsedisplayNamestringcreatedByUserIdnumberUnique identifier for the associated User object.createdByUserNamestringThe name of the object associated with the createdByUserId property.pendingBillDaynumberpendingUsageBillDaynumberlifelinebooleanfalsetruefalseexternalAccountIdentifierstringisDeletedstringdeletedByUserIdstringdeletedByUserNamestringvATNumberstringeInvoiceEndpointIdstringeInvoiceSchemeIdstringzeroInclusiveTaxWhenExemptbooleanfalsetruefalsedefaultPaymentGatewayIdnumberUnique identifier for the associated PaymentGateway object.defaultPaymentGatewayNamestringThe name of the object associated with the defaultPaymentGatewayId property.defaultAdyenMerchantAccountIdnumberUnique identifier for the associated AdyenMerchantAccount object.defaultAdyenMerchantAccountNamestringThe name of the object associated with the defaultAdyenMerchantAccountId property.idnumberResponses 201Create a new instance of a Account 400The request could not be processed.Updated about 1 month ago