POST api/ProcesosIni/ActualizaNombre

Request Information

URI Parameters

None.

Body Parameters

Request
NameDescriptionTypeAdditional information
Nombre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "nombre": "sample string 1"
}

application/xml, text/xml

Sample:
<ModelRequest.Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SicFrap.Models">
  <Nombre>sample string 1</Nombre>
</ModelRequest.Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.