POST Usuario/BuscarUsuario

Request Information

URI Parameters

None.

Body Parameters

UsuarioModel
NameDescriptionTypeAdditional information
Id

integer

None.

Nome

string

None.

CPF

string

None.

Endereco

string

None.

Complemento

string

None.

Bairro

string

None.

CEP

string

None.

UF

string

None.

Cidade

string

None.

TelefoneResidencial

string

None.

TelefoneCelular

string

None.

TelefoneComercial

string

None.

Email

string

None.

DataCadastro

date

None.

Admin

boolean

None.

Senha

string

None.

EmpresasSelected

Collection of integer

None.

ProcessosSelected

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nome": "sample string 2",
  "CPF": "sample string 3",
  "Endereco": "sample string 4",
  "Complemento": "sample string 5",
  "Bairro": "sample string 6",
  "CEP": "sample string 7",
  "UF": "sample string 8",
  "Cidade": "sample string 9",
  "TelefoneResidencial": "sample string 10",
  "TelefoneCelular": "sample string 11",
  "TelefoneComercial": "sample string 12",
  "Email": "sample string 13",
  "DataCadastro": "2025-12-27T15:31:40.9182059-03:00",
  "Admin": true,
  "Senha": "sample string 16",
  "EmpresasSelected": [
    1,
    2
  ],
  "ProcessosSelected": [
    1,
    2
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'lurin.meurhonline.domain.model.BeneficioEmpresaModel' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'lurin.meurhonline.domain.model.BeneficioEmpresaModel' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UsuarioModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.