PUT ActualizarEmpresa

Request Information

URI Parameters

None.

Body Parameters

EmpresaEnt
NameDescriptionTypeAdditional information
ID_Empresa

integer

None.

Nombre_empresa

string

None.

Descripcion

string

None.

Ubicacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_Empresa": 1,
  "Nombre_empresa": "sample string 2",
  "Descripcion": "sample string 3",
  "Ubicacion": "sample string 4"
}

application/xml, text/xml

Sample:
<EmpresaEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIProyectoSC_601.Entities">
  <Descripcion>sample string 3</Descripcion>
  <ID_Empresa>1</ID_Empresa>
  <Nombre_empresa>sample string 2</Nombre_empresa>
  <Ubicacion>sample string 4</Ubicacion>
</EmpresaEnt>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>