POST api/categorias-documentos-empleados

Request Information

URI Parameters

None.

Body Parameters

CategoriaDocumentoEmpleadoStoreUpdateModel
NameDescriptionTypeAdditional information
Id

integer

None.

Descripcion

string

Required

String length: inclusive between 0 and 200

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Descripcion": "sample string 1"
}

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 'CategoriaDocumentoEmpleadoStoreUpdateModel'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'CategoriaDocumentoEmpleadoStoreUpdateModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.