POST api/Conciliacao/AdicionarConciliacao
Request Information
URI Parameters
None.
Body Parameters
ConciliacaoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoDeConciliacaoID | globally unique identifier |
Required |
|
| Data | date |
Required |
|
| Descricao | string |
Required Max length: 100 |
|
| Observacao | string |
Max length: 100 |
|
| Valor | string |
Required |
|
| IdentificadorDeOrigem | string |
Required Max length: 50 |
|
| LancamentoID | globally unique identifier |
None. |
|
| ContaID | globally unique identifier |
None. |
|
| StatusID | globally unique identifier |
None. |
|
| DepositoPrevio | boolean |
None. |
|
| TipoDeOperacao | globally unique identifier |
None. |
|
| TipoDeConciliacao | TipoDeConciliacaoViewModel |
None. |
|
| Status | StatusGlobalViewModel |
None. |
|
| Lancamentos | Collection of LancamentoDaConciliacao |
None. |
|
| ID | globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SolicitacaoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucesso | boolean |
None. |
|
| Mensagem | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sucesso": true,
"Mensagem": "sample string 2"
}
application/xml, text/xml
Sample:
<SolicitacaoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/rift.aurum.api.Models"> <Mensagem>sample string 2</Mensagem> <Sucesso>true</Sucesso> </SolicitacaoResult>