POST loc_contadministradora/atualizar

Request Information

URI Parameters

None.

Body Parameters

LOC_CONTADMINISTRADORAContract
NameDescriptionTypeAdditional information
CODIGO_CONTA

string

None.

NOME_CONTA

string

None.

COD_COMP_BANCO

string

None.

AGENCIA

string

None.

DG_AGENCIA

string

None.

CONTA

string

None.

DG_CONTA

string

None.

COMPL_CONTA

string

None.

CARTEIRA

string

None.

NOME_BENEFICIARIO

string

None.

REPRE_AGENCIA

string

None.

ACEITE

integer

None.

ESPECIE

string

None.

LOCAL_PAGAMENTO

string

None.

MENSAGEM_PAGADORES

string

None.

IDHISTORICO_TXBANCARIA

integer

None.

IDLOC_ACAO_CONTROLERECIBOTXBANCARIA

integer

None.

VALOR_TXBANCARIA

decimal number

None.

NOME_BANCO

string

None.

TPCONTA

string

None.

SENHAPJBANK

string

None.

CREDENCIALPJBANK

string

None.

EMAIL_PAGSEGURO

string

None.

TOKEN_PAGSEGURO

string

None.

EH_TESTE

integer

None.

ListLOC_CONVENIO

Collection of LOC_CONVENIOContract

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGO_CONTA": "sample string 1",
  "NOME_CONTA": "sample string 2",
  "COD_COMP_BANCO": "sample string 3",
  "AGENCIA": "sample string 4",
  "DG_AGENCIA": "sample string 5",
  "CONTA": "sample string 6",
  "DG_CONTA": "sample string 7",
  "COMPL_CONTA": "sample string 8",
  "CARTEIRA": "sample string 9",
  "NOME_BENEFICIARIO": "sample string 10",
  "REPRE_AGENCIA": "sample string 11",
  "ACEITE": 1,
  "ESPECIE": "sample string 12",
  "LOCAL_PAGAMENTO": "sample string 13",
  "MENSAGEM_PAGADORES": "sample string 14",
  "IDHISTORICO_TXBANCARIA": 1,
  "IDLOC_ACAO_CONTROLERECIBOTXBANCARIA": 1,
  "VALOR_TXBANCARIA": 1.0,
  "NOME_BANCO": "sample string 15",
  "TPCONTA": "sample string 16",
  "SENHAPJBANK": "sample string 17",
  "CREDENCIALPJBANK": "sample string 18",
  "EMAIL_PAGSEGURO": "sample string 19",
  "TOKEN_PAGSEGURO": "sample string 20",
  "EH_TESTE": 1,
  "ListLOC_CONVENIO": [
    {
      "CODIGO_CONTA": "sample string 1",
      "IDLOC_ACAO_CONVENIO": 2,
      "COBRA_PAG": "sample string 3",
      "CODMODELO_ARQUIVOs": "sample string 4",
      "NUMERO_CONVENIO": "sample string 5",
      "PROXIMO_SEQ": 1,
      "CODMODELO_ARQUIVO": "sample string 6"
    },
    {
      "CODIGO_CONTA": "sample string 1",
      "IDLOC_ACAO_CONVENIO": 2,
      "COBRA_PAG": "sample string 3",
      "CODMODELO_ARQUIVOs": "sample string 4",
      "NUMERO_CONVENIO": "sample string 5",
      "PROXIMO_SEQ": 1,
      "CODMODELO_ARQUIVO": "sample string 6"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonRetorno
NameDescriptionTypeAdditional information
sucesso

boolean

None.

CodErro

string

None.

auxRetorno

string

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "sucesso": true,
  "CodErro": "sample string 2",
  "auxRetorno": "sample string 3",
  "msg": "sample string 4"
}