POST EmpresaDocumentoAdmissional/AdicionarEmpresaDocumentoAdmissional

Request Information

URI Parameters

None.

Body Parameters

Collection of EmpresaDocumentoAdmissionalModel
NameDescriptionTypeAdditional information
EmpresaId

integer

None.

DocumentoAdmissionalId

integer

None.

DocumentoAdmissional

DocumentoAdmissionalModel

None.

Obrigatorio

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "EmpresaId": 1,
    "DocumentoAdmissionalId": 2,
    "DocumentoAdmissional": {
      "Id": 1,
      "Nome": "sample string 2",
      "PermiteVisualizar": true,
      "DataCadastro": "2025-12-27T15:35:59.7669084-03:00",
      "Obrigatorio": true
    },
    "Obrigatorio": true
  },
  {
    "EmpresaId": 1,
    "DocumentoAdmissionalId": 2,
    "DocumentoAdmissional": {
      "Id": 1,
      "Nome": "sample string 2",
      "PermiteVisualizar": true,
      "DataCadastro": "2025-12-27T15:35:59.7669084-03:00",
      "Obrigatorio": true
    },
    "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.DocumentoAdmissionalModel' 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.DocumentoAdmissionalModel' 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 'IEnumerable`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.