Listar pessoas já cadastrados, para a vincular a loja vinculada ao associado.
GET [URLAPI]/IntegradorAssociadosAPI/api/v1/Pessoa
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|---|---|---|
NomeRazao | Nome razão social | string | Não há. |
NomeFantasia | Nome fantasia | string | Não há. |
Id | Identificador da pessoa | integer($int32) | Não há. |
Filter | Filtro de busca | string | Não há. |
Expand | Opção de expandir. | string | Não há. |
Fields | Campos. | string | Não há. |
Order | Ordenação dos campos. | string | Não há. |
Page | Páginas | integer($int32) | Não há. |
PageSize | Tamanho das páginas | integer($int64) | Não há. |
Não há.
CODE 201 - CREATED
{ "hasNext": true, "items": [ { "idPessoa": 0, "fantasia": "string", "razao": "string", "pessoa": "string", "nroCgcCpf": "string", "digCgcCpf": "string" } ] }
application/json, text/json
CODE 400 - BAD
{ "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 } ] }