...
PUT/api/v1/Transacoes/{id}/Vincular
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
IdArquivo | IdArquivo | Integer | Não há |
DataTransacaoInicial | DataTransacaoInicial | String | Não há |
DataTransacaoFinal | DataTransacaoFinal | String | Não há |
Empresa | Empresa | String | Não há |
Vinculado | Vinculado | String | Não há |
DiferencaTaxas | DiferencaTaxas | String | Não há |
Fields | Fields | String | Não há |
Order | Order | String | Não há |
Page | Page | Integer | Não há |
PageSize | PageSize | Integer | Não há |
Não há.
Código (Code) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
200 | Success | Não há | Não há |
application/json, text/json
{
"hasNext": true,
"items": [
{
...
"identificadorTransacao": "string", "idCarrinho": "string", "empresa": 0, "dataTransacao": "2020-08-25T16:20:13.857Z", "valorLiquido": 0, "
...
status": "string", "
...
arquivo": "string", "dataHoraImportacao": "2020-08-25T16:20:13.857Z",
...
"taxaDescontada": 0, "taxaRecebida": 0, "diferencaTaxas": 0, "
...
vinculado": "string", "
...
codigoAdquirente": "string", "
...
idAdquirente": 0, "
...
expandables":
...
[
...
"string" ] } ] }
Código (Code) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
400 | Bad Request | Não há | Não há |
application/json, text/json
{
"code": "string",
"message": "string",
"detailedMessage": "string",
"helpUrl": "string",
"details": [
{
"guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"notificationType": 0,
"code": "string",
"message": "string",
"detailedMessage": "string",
"status": 0
}
]
}