GET prestador_servico/ContaPrestador?IDPESSOA={IDPESSOA}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IDPESSOA

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListPRESTADOR_SERVICOCONTAContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of PRESTADOR_SERVICOCONTAContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "IDSEQCONTA": 1,
      "IDPESSOA": 2,
      "TPCONTA": "sample string 3",
      "COD_COMP_BANCO": "sample string 4",
      "AGENCIA": "sample string 5",
      "DG_AGENCIA": "sample string 6",
      "CONTA": "sample string 7",
      "DG_CONTA": "sample string 8",
      "COMPLEMENTO": "sample string 9",
      "IDLOC_ACAO_FORMADEPOSITO": 1,
      "CHAVE_IDENTIFICADOR": "sample string 10",
      "EH_PRINCIPAL": 1,
      "NOME_BANCO": "sample string 11"
    },
    {
      "IDSEQCONTA": 1,
      "IDPESSOA": 2,
      "TPCONTA": "sample string 3",
      "COD_COMP_BANCO": "sample string 4",
      "AGENCIA": "sample string 5",
      "DG_AGENCIA": "sample string 6",
      "CONTA": "sample string 7",
      "DG_CONTA": "sample string 8",
      "COMPLEMENTO": "sample string 9",
      "IDLOC_ACAO_FORMADEPOSITO": 1,
      "CHAVE_IDENTIFICADOR": "sample string 10",
      "EH_PRINCIPAL": 1,
      "NOME_BANCO": "sample string 11"
    }
  ]
}