Create Account Subclassifications
POST
/api/v2/account_subclassifications
Use this method to create a post company setting. See our HTTP POST documentation for complete queries method.
The following are elements for create a company setting :
Body Request
Element | Description |
---|---|
code | Account code. String. |
name | Account name String maximum 255 characters . |
alias_name | Account alias name String maximum 255 characters . |
cash_flow_type | Cash flow type String The cash flow type must be one of the following types: undefined , operating , financing , investing .`. |
ratio_type | Ratio type String The ratio type must be one of the following types: cash_equivalents , receivables , inventories , prepayments , investments , other_current_assets , fixed_assets , current_liabilities , long_term_liabilities , equities , earnings , revenues , cost_of_revenues , operating_expenses , non_operating_expenses , other_revenues , other_expenses , tax_expenses . |
classification* | Classification String. |
classification.id | Classification id String. |
classification.code | Classification code String. |
classification.name | Classification name String. |
classification.alias_name | Classification alias name String. |
other_fields* | Element of other fields. |
other_fields.id | other_fields id String. |
other_fields.key | other_fields key String. |
other_fields.type | other_fields data type Ex: string or integer or number |
other_fields.value | value of other_fields String. |
Body Response
Element | Description |
---|---|
id | Account id. Automatically . |
code | Account code. String. |
name | Account name String. |
alias_name | Account alias name. |
cash_flow_type | Cash flow type String |
ratio_type | Ratio type String. |
classification* | Classification String. |
classification.id | Classification id String. |
classification.code | Classification code String. |
classification.name | Classification name String. |
classification.alias_name | Classification alias name String. |
other_fields* | Element of other fields. |
other_fields.id | other_fields id String. |
other_fields.key | other_fields key String. |
other_fields.type | other_fields data type Ex: string or integer or number |
other_fields.value | value of other_fields String. |
created* | Created. |
created.user* | Created User. |
created.user.id | User id String Automaticaly. |
created.user.name | User name String. |
created.user.email | User email String. |
created.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
update* | Update. |
update.user* | Update user. |
update.user.id | User id String Automaticaly. |
update.user.name | User name String. |
update.user.email | User email String. |
update.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
next_account_code | account code automaticly. String 35 characters . |