...
A finalidade deste método é possibilitar por meio de um método do tipo POST a realização de lançamentos de entrada da contabilidade.
POST api/v2v3/abaci/accountingentry
...
AccountingEntryPOSTV2DTOAccountingEntryPOSTV3DTO
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
accounting_date | Data da Contabilização | string | Não há |
cod_user | Código do usuário | string | Não há |
allotment_number | Número do lote | integer | Não há |
standard_historic | Histórico padrão | string | Não há |
company_number | Número da empresa | integer | Não há |
process_number | Número do processo | string | Não há |
module | Módulo | string | Não há |
managerial | Gerencial | string | Não há |
extemporaneous | Extemporâneo | string | Não há |
extemporaneous_date | Data Extemporâneo | string | Não há |
accountt_transactions | Transações | Collection of AccountTransactionPOSTV2DTO | Não há |
_pageNo | Sem página | integer | Não há |
_pageSize | Tamanho da página | integer | Não há |
...
application/json, text/json
Exemplo (Sample):
[
{
"seq_accounting_entry": 0,
"accounting_date": "string2021-01-25T13:56:47.616Z",
"codaddition_userdate": "string""2021-01-25T13:56:47.616Z",
"seq_allotment": 0,
"allotment_number": 0,
"seq_historic": 0,
"value": 0,
"seq_standard_historic": 0,
"standard_historic": "string",
"company_number": 0,
"process_number": "string",
"settlement": "string",
"module": "string",
"transaction_quantity": 0,
"managerialseq_status": "string",
"extemporaneous": "string",
"extemporaneous_date": "2021-01-25T13:56:47.616Z",
"type": "string",
"managerial": "string",
"accounttaccount_transactions": [
{
"seq_account_transaction": "string"0,
"typeseq_account": "string"0,
"valueaccount": 0"string",
"full_historictype": "string",
"seq_accountvalue": 0,
"num_document": 0,
"account_transaction_paramsparameters": [
{
"seq_account_parameter": "string"0,
"seq_parameter_value": "string"
}
]
}
],
"_pageNoparameter": 0"string",
"ref_pageSizecode": 0"string"
}
]
}
]
}
]
application/xml, text/xml
Exemplo (Sample):
<?xml version="1.0"?>
<AccountingEntryV3POSTDTO><Inline Model>
<seq_accounting_entry>1</seq_accounting_entry>
<accounting_date>string</accountingdate>1970-01-01T00:00:00.001Z</accounting_date>
<addition_date>1970-01-01T00:00:00.001Z</addition_date>
<cod<seq_user>string<allotment>1</codseq_user>allotment>
<allotment_number>1</allotment_number>
<seq_historic>1</seq_historic>
<value>1.1</value>
<seq_standard_historic>1</seq_standard_historic>
<standard_historic>string</standard_historic>
<company_number>1</company_number>
<process_number>string</process_number>
<settlement>string</settlement>
<module>string</module>
<managerial>string</managerial><transaction_quantity>1</transaction_quantity>
<seq_status>string</seq_status>
<extemporaneous>string</extemporaneous>
<extemporaneous_date>string<date>1970-01-01T00:00:00.001Z</extemporaneous_date>
<accountt_transactions>
<type>string</type>
<managerial>string</managerial>
<account_transactions>
<seq_account_transaction>1</seq_account_transaction>
<seq_account>1</seq_account>
<account>string</account>
<type>string</type>
<value>1.1</value>
<full<num_historic>string</full_historic>
<seq_account>1</seq_account>
<num_document>1</num_document>
<account_transaction_params>document>1</num_document>
<account_transaction_parameters>
<seq_account_parameter>1</seq_account_parameter>
<seq_parameter>string</seq_parameter>
<parameter>string</parameter>
<parameter<ref_value>string<code>string</parameterref_value>code>
</account_transaction_params>parameters>
</accounttaccount_transactions>
<_pageNo>1</_pageNo>
<_pageSize>1</_pageSize>
</AccountingEntryV3POSTDTO>/Inline Model>
application/x-www-form-urlencoded
...
application/json, text/json
Exemplo (Sample):
{
"accounting_date": "string", \
"cod_user": "string", \
"allotment_number": 0, \
"standard_historic": "string", \
"company_number": 0, \
"process_number": "string", \
"module": "string", \
"managerial": "string", \
"extemporaneous": "string", \
"extemporaneous_date": "string", \
"accountt_transactions": [ \ { \
{
"account": "string", \
"type": "string", \
"value": 0, \
"full_historic": "string", \
"seq_account": 0, \
"num_document": 0, \
"account_transaction_params": [ \ { \
{
"parameter": "string", \
"parameter_value": "string" \ } \ ] \ } \ ], \
}
]
}
],
"_pageNo": 0, \
"_pageSize": 0 \
}
application/xml, text/xml
Exemplo (Sample):
<?xml <AccountingEntryV3POSTDTO> \ version="1.0"?>
<AccountingEntryV3POSTDTO>
<accounting_date>string</accounting_date> \
<cod_user>string</cod_user> \
<allotment_number>1</allotment_number> \
<standard_historic>string</standard_historic> \
<company_number>1</company_number> \
<process_number>string</process_number> \
<module>string</module> \
<managerial>string</managerial> \
<extemporaneous>string</extemporaneous> \
<extemporaneous_date>string</extemporaneous_date> \
<accountt_transactions> \
<account>string</account> \
<type>string</type> \
<value>1.1</value> \
<full_historic>string</full_historic> \
<seq_account>1</seq_account> \
<num_document>1</num_document> \
<account_transaction_params> \
<parameter>string</parameter> \
<parameter_value>string</parameter_value> \
</account_transaction_params> \
</accountt_transactions> \
<_pageNo>1</_pageNo> \
<_pageSize>1</_pageSize> \
</AccountingEntryV3POSTDTO> \