POST operacion/condicionoperacion/Guardar

Request Information

URI Parameters

None.

Body Parameters

Ope_CondicionOperacionParams
NameDescriptionTypeAdditional information
ID_OPE_CONDICION_OPERACION

integer

None.

ID_OPE_CONDICION_OPERACION_ALTA

integer

None.

ID_PROYECTO

integer

None.

FECHA_REPORTE

string

None.

PESO_BARRENA_MIN

decimal number

None.

PESO_BARRENA_MAX

decimal number

None.

VELOCIDAD_ROTARIA_MIN

decimal number

None.

VELOCIDAD_ROTARIA_MAX

decimal number

None.

PRESION_BOMBA

decimal number

None.

TORQUE_ROTARIA_MIN

decimal number

None.

TORQUE_ROTARIA_MAX

decimal number

None.

PESO_SACANDO

decimal number

None.

PESO_ESTATICO

decimal number

None.

PESO_METIENDO

decimal number

None.

MARCA_BOMBA_1

string

None.

MODELO_BOMBA_1

string

None.

TIPO_BOMBA_1

string

None.

DIAMETRO_BOMBA_1

string

None.

LONGITUD_BOMBA_1

string

None.

EPM_BOMBA_1

decimal number

None.

EFICIENCIA_BOMBA_1

decimal number

None.

MARCA_BOMBA_2

string

None.

MODELO_BOMBA_2

string

None.

TIPO_BOMBA_2

string

None.

DIAMETRO_BOMBA_2

string

None.

LONGITUD_BOMBA_2

string

None.

EPM_BOMBA_2

decimal number

None.

EFICIENCIA_BOMBA_2

decimal number

None.

GASTO

decimal number

None.

VELOCIDAD_ANULAR

decimal number

None.

PRESION_REDUCIDA_CIR_KG

decimal number

None.

PRESION_REDUCIDA_CIR_EPM

decimal number

None.

PENDIENTE

string

None.

URGENTE

string

None.

HULES

decimal number

None.

FRENTE_CORONA

string

None.

VALVULA_SUPERIOR

string

None.

VALVULA_INFERIOR

string

None.

VALVULA_AL_PIE

string

None.

PRUEBA_BOPS

string

None.

PRUEBA_KOOMEY

string

None.

FECHA_PRUEBA_BROTES

string

None.

USUARIO_MOVIMIENTO

string

None.

TIPO_MOVIMIENTO

string

None.

MENSAJE_EJECUCION

string

None.

STATUS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_OPE_CONDICION_OPERACION": 1,
  "ID_OPE_CONDICION_OPERACION_ALTA": 2,
  "ID_PROYECTO": 3,
  "FECHA_REPORTE": "sample string 4",
  "PESO_BARRENA_MIN": 1.0,
  "PESO_BARRENA_MAX": 1.0,
  "VELOCIDAD_ROTARIA_MIN": 1.0,
  "VELOCIDAD_ROTARIA_MAX": 1.0,
  "PRESION_BOMBA": 1.0,
  "TORQUE_ROTARIA_MIN": 1.0,
  "TORQUE_ROTARIA_MAX": 1.0,
  "PESO_SACANDO": 1.0,
  "PESO_ESTATICO": 1.0,
  "PESO_METIENDO": 1.0,
  "MARCA_BOMBA_1": "sample string 5",
  "MODELO_BOMBA_1": "sample string 6",
  "TIPO_BOMBA_1": "sample string 7",
  "DIAMETRO_BOMBA_1": "sample string 8",
  "LONGITUD_BOMBA_1": "sample string 9",
  "EPM_BOMBA_1": 1.0,
  "EFICIENCIA_BOMBA_1": 1.0,
  "MARCA_BOMBA_2": "sample string 10",
  "MODELO_BOMBA_2": "sample string 11",
  "TIPO_BOMBA_2": "sample string 12",
  "DIAMETRO_BOMBA_2": "sample string 13",
  "LONGITUD_BOMBA_2": "sample string 14",
  "EPM_BOMBA_2": 1.0,
  "EFICIENCIA_BOMBA_2": 1.0,
  "GASTO": 1.0,
  "VELOCIDAD_ANULAR": 1.0,
  "PRESION_REDUCIDA_CIR_KG": 1.0,
  "PRESION_REDUCIDA_CIR_EPM": 1.0,
  "PENDIENTE": "sample string 15",
  "URGENTE": "sample string 16",
  "HULES": 1.0,
  "FRENTE_CORONA": "sample string 17",
  "VALVULA_SUPERIOR": "sample string 18",
  "VALVULA_INFERIOR": "sample string 19",
  "VALVULA_AL_PIE": "sample string 20",
  "PRUEBA_BOPS": "sample string 21",
  "PRUEBA_KOOMEY": "sample string 22",
  "FECHA_PRUEBA_BROTES": "sample string 23",
  "USUARIO_MOVIMIENTO": "sample string 24",
  "TIPO_MOVIMIENTO": "sample string 25",
  "MENSAJE_EJECUCION": "sample string 26",
  "STATUS": 27
}

application/xml, text/xml

Sample:
<Ope_CondicionOperacionParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/welldrills.modelos">
  <DIAMETRO_BOMBA_1>sample string 8</DIAMETRO_BOMBA_1>
  <DIAMETRO_BOMBA_2>sample string 13</DIAMETRO_BOMBA_2>
  <EFICIENCIA_BOMBA_1>1</EFICIENCIA_BOMBA_1>
  <EFICIENCIA_BOMBA_2>1</EFICIENCIA_BOMBA_2>
  <EPM_BOMBA_1>1</EPM_BOMBA_1>
  <EPM_BOMBA_2>1</EPM_BOMBA_2>
  <FECHA_PRUEBA_BROTES>sample string 23</FECHA_PRUEBA_BROTES>
  <FECHA_REPORTE>sample string 4</FECHA_REPORTE>
  <FRENTE_CORONA>sample string 17</FRENTE_CORONA>
  <GASTO>1</GASTO>
  <HULES>1</HULES>
  <ID_OPE_CONDICION_OPERACION>1</ID_OPE_CONDICION_OPERACION>
  <ID_OPE_CONDICION_OPERACION_ALTA>2</ID_OPE_CONDICION_OPERACION_ALTA>
  <ID_PROYECTO>3</ID_PROYECTO>
  <LONGITUD_BOMBA_1>sample string 9</LONGITUD_BOMBA_1>
  <LONGITUD_BOMBA_2>sample string 14</LONGITUD_BOMBA_2>
  <MARCA_BOMBA_1>sample string 5</MARCA_BOMBA_1>
  <MARCA_BOMBA_2>sample string 10</MARCA_BOMBA_2>
  <MENSAJE_EJECUCION>sample string 26</MENSAJE_EJECUCION>
  <MODELO_BOMBA_1>sample string 6</MODELO_BOMBA_1>
  <MODELO_BOMBA_2>sample string 11</MODELO_BOMBA_2>
  <PENDIENTE>sample string 15</PENDIENTE>
  <PESO_BARRENA_MAX>1</PESO_BARRENA_MAX>
  <PESO_BARRENA_MIN>1</PESO_BARRENA_MIN>
  <PESO_ESTATICO>1</PESO_ESTATICO>
  <PESO_METIENDO>1</PESO_METIENDO>
  <PESO_SACANDO>1</PESO_SACANDO>
  <PRESION_BOMBA>1</PRESION_BOMBA>
  <PRESION_REDUCIDA_CIR_EPM>1</PRESION_REDUCIDA_CIR_EPM>
  <PRESION_REDUCIDA_CIR_KG>1</PRESION_REDUCIDA_CIR_KG>
  <PRUEBA_BOPS>sample string 21</PRUEBA_BOPS>
  <PRUEBA_KOOMEY>sample string 22</PRUEBA_KOOMEY>
  <STATUS>27</STATUS>
  <TIPO_BOMBA_1>sample string 7</TIPO_BOMBA_1>
  <TIPO_BOMBA_2>sample string 12</TIPO_BOMBA_2>
  <TIPO_MOVIMIENTO>sample string 25</TIPO_MOVIMIENTO>
  <TORQUE_ROTARIA_MAX>1</TORQUE_ROTARIA_MAX>
  <TORQUE_ROTARIA_MIN>1</TORQUE_ROTARIA_MIN>
  <URGENTE>sample string 16</URGENTE>
  <USUARIO_MOVIMIENTO>sample string 24</USUARIO_MOVIMIENTO>
  <VALVULA_AL_PIE>sample string 20</VALVULA_AL_PIE>
  <VALVULA_INFERIOR>sample string 19</VALVULA_INFERIOR>
  <VALVULA_SUPERIOR>sample string 18</VALVULA_SUPERIOR>
  <VELOCIDAD_ANULAR>1</VELOCIDAD_ANULAR>
  <VELOCIDAD_ROTARIA_MAX>1</VELOCIDAD_ROTARIA_MAX>
  <VELOCIDAD_ROTARIA_MIN>1</VELOCIDAD_ROTARIA_MIN>
</Ope_CondicionOperacionParams>

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.