PUT api/usuarios/secciones/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SeccionStoreUpdateModel
NameDescriptionTypeAdditional information
Id

integer

None.

Nombre

string

Required

String length: inclusive between 0 and 200

IdUsuarioJefeSeccion

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nombre": "sample string 1",
  "IdUsuarioJefeSeccion": 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 'SeccionStoreUpdateModel'.

multipart/form-data

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.