GET api/ClienteEnderecosCliente/{clienteID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clienteID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ClienteEndereco
NameDescriptionTypeAdditional information
ClienteEnderecoID

integer

None.

ClienteID

string

Required

String length: inclusive between 0 and 128

Tipo

string

Required

String length: inclusive between 0 and 16

Destinatario

string

Required

String length: inclusive between 0 and 64

Email

string

String length: inclusive between 0 and 256

Cep

string

Required

String length: inclusive between 8 and 8

Logradouro

string

Required

String length: inclusive between 0 and 64

Numero

string

Required

String length: inclusive between 0 and 16

Complemento

string

String length: inclusive between 0 and 64

Bairro

string

Required

String length: inclusive between 0 and 64

Localidade

string

Required

String length: inclusive between 0 and 64

Uf

string

Required

String length: inclusive between 2 and 2

FonDdd1

string

Required

String length: inclusive between 0 and 4

FonNum1

string

Required

String length: inclusive between 0 and 16

FonDdd2

string

String length: inclusive between 0 and 4

FonNum2

string

String length: inclusive between 0 and 16

FonDdd3

string

String length: inclusive between 0 and 4

FonNum3

string

String length: inclusive between 0 and 16

CpfCnpj

string

String length: inclusive between 11 and 16

InsEstadual

string

String length: inclusive between 0 and 16

DatHorCadastro

date

None.

DatHorAtualizacao

date

None.

Usuario

string

String length: inclusive between 0 and 256

Response Formats

application/json, text/json

Sample:
[
  {
    "ClienteEnderecoID": 1,
    "ClienteID": "sample string 2",
    "Tipo": "sample string 3",
    "Destinatario": "sample string 4",
    "Email": "sample string 5",
    "Cep": "sample string 6",
    "Logradouro": "sample string 7",
    "Numero": "sample string 8",
    "Complemento": "sample string 9",
    "Bairro": "sample string 10",
    "Localidade": "sample string 11",
    "Uf": "sample string 12",
    "FonDdd1": "sample string 13",
    "FonNum1": "sample string 14",
    "FonDdd2": "sample string 15",
    "FonNum2": "sample string 16",
    "FonDdd3": "sample string 17",
    "FonNum3": "sample string 18",
    "CpfCnpj": "sample string 19",
    "InsEstadual": "sample string 20",
    "DatHorCadastro": "2026-02-19T08:33:05.0606151+00:00",
    "DatHorAtualizacao": "2026-02-19T08:33:05.0606151+00:00",
    "Usuario": "sample string 23"
  },
  {
    "ClienteEnderecoID": 1,
    "ClienteID": "sample string 2",
    "Tipo": "sample string 3",
    "Destinatario": "sample string 4",
    "Email": "sample string 5",
    "Cep": "sample string 6",
    "Logradouro": "sample string 7",
    "Numero": "sample string 8",
    "Complemento": "sample string 9",
    "Bairro": "sample string 10",
    "Localidade": "sample string 11",
    "Uf": "sample string 12",
    "FonDdd1": "sample string 13",
    "FonNum1": "sample string 14",
    "FonDdd2": "sample string 15",
    "FonNum2": "sample string 16",
    "FonDdd3": "sample string 17",
    "FonNum3": "sample string 18",
    "CpfCnpj": "sample string 19",
    "InsEstadual": "sample string 20",
    "DatHorCadastro": "2026-02-19T08:33:05.0606151+00:00",
    "DatHorAtualizacao": "2026-02-19T08:33:05.0606151+00:00",
    "Usuario": "sample string 23"
  }
]