POST usuario/alcance/Guardar

Request Information

URI Parameters

None.

Body Parameters

UsuarioAlcanceParams
NameDescriptionTypeAdditional information
ID_USUARIO_ALCANCE

integer

None.

ID_USUARIO_ALCANCE_ALTA

integer

None.

ID_USUARIO

integer

None.

ID_REGION

integer

None.

ID_ACTIVO_PRODUCCION

integer

None.

ID_PROYECTO

integer

None.

USUARIO_MOVIMIENTO

string

None.

TIPO_MOVIMIENTO

string

None.

MENSAJE_EJECUCION

string

None.

STATUS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_USUARIO_ALCANCE": 1,
  "ID_USUARIO_ALCANCE_ALTA": 2,
  "ID_USUARIO": 3,
  "ID_REGION": 4,
  "ID_ACTIVO_PRODUCCION": 5,
  "ID_PROYECTO": 6,
  "USUARIO_MOVIMIENTO": "sample string 7",
  "TIPO_MOVIMIENTO": "sample string 8",
  "MENSAJE_EJECUCION": "sample string 9",
  "STATUS": 10
}

application/xml, text/xml

Sample:
<UsuarioAlcanceParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/welldrills.modelos">
  <ID_ACTIVO_PRODUCCION>5</ID_ACTIVO_PRODUCCION>
  <ID_PROYECTO>6</ID_PROYECTO>
  <ID_REGION>4</ID_REGION>
  <ID_USUARIO>3</ID_USUARIO>
  <ID_USUARIO_ALCANCE>1</ID_USUARIO_ALCANCE>
  <ID_USUARIO_ALCANCE_ALTA>2</ID_USUARIO_ALCANCE_ALTA>
  <MENSAJE_EJECUCION>sample string 9</MENSAJE_EJECUCION>
  <STATUS>10</STATUS>
  <TIPO_MOVIMIENTO>sample string 8</TIPO_MOVIMIENTO>
  <USUARIO_MOVIMIENTO>sample string 7</USUARIO_MOVIMIENTO>
</UsuarioAlcanceParams>

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.