POST api/laboratorios/add

Request Information

URI Parameters

None.

Body Parameters

LaboratorioDTO
NameDescriptionTypeAdditional information
Cod_Laboratorio

string

None.

Nom_Laboratorio

string

None.

Contacto

string

None.

Activo

boolean

None.

ActiveString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Cod_Laboratorio": "sample string 1",
  "Nom_Laboratorio": "sample string 2",
  "Contacto": "sample string 3",
  "Activo": true,
  "ActiveString": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RespuestaDTO
NameDescriptionTypeAdditional information
estado

boolean

None.

mensaje

string

None.

data

Object

None.

dataAdicional

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.