POST DocumentoAdmissional/BuscarDocumentoAdmissional

Request Information

URI Parameters

None.

Body Parameters

DocumentoAdmissionalModel
NameDescriptionTypeAdditional information
Id

integer

None.

Nome

string

None.

PermiteVisualizar

boolean

None.

DataCadastro

date

None.

Obrigatorio

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nome": "sample string 2",
  "PermiteVisualizar": true,
  "DataCadastro": "2025-12-27T15:33:07.5592041-03:00",
  "Obrigatorio": true
}

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.EmpresaDocumentoAdmissionalModel' 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.EmpresaDocumentoAdmissionalModel' 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 'DocumentoAdmissionalModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.