POST geologia/Eliminar

Request Information

URI Parameters

None.

Body Parameters

GeologiaParams
NameDescriptionTypeAdditional information
ID_PRO_GEOLOGIA

integer

None.

ID_PRO_ETAPA

integer

None.

ID_GEOLOGIA

integer

None.

PROFUNDIDAD_DESARROLLADA

decimal number

None.

PROFUNDIDAD_VERTICAL

decimal number

None.

USUARIO_MOVIMIENTO

string

None.

TIPO_MOVIMIENTO

string

None.

ID_PRO_GEOLOGIA_ALTA

integer

None.

MENSAJE_EJECUCION

string

None.

STATUS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_PRO_GEOLOGIA": 1,
  "ID_PRO_ETAPA": 2,
  "ID_GEOLOGIA": 3,
  "PROFUNDIDAD_DESARROLLADA": 4.0,
  "PROFUNDIDAD_VERTICAL": 5.0,
  "USUARIO_MOVIMIENTO": "sample string 6",
  "TIPO_MOVIMIENTO": "sample string 7",
  "ID_PRO_GEOLOGIA_ALTA": 8,
  "MENSAJE_EJECUCION": "sample string 9",
  "STATUS": 10
}

application/xml, text/xml

Sample:
<GeologiaParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/welldrills.modelos">
  <ID_GEOLOGIA>3</ID_GEOLOGIA>
  <ID_PRO_ETAPA>2</ID_PRO_ETAPA>
  <ID_PRO_GEOLOGIA>1</ID_PRO_GEOLOGIA>
  <ID_PRO_GEOLOGIA_ALTA>8</ID_PRO_GEOLOGIA_ALTA>
  <MENSAJE_EJECUCION>sample string 9</MENSAJE_EJECUCION>
  <PROFUNDIDAD_DESARROLLADA>4</PROFUNDIDAD_DESARROLLADA>
  <PROFUNDIDAD_VERTICAL>5</PROFUNDIDAD_VERTICAL>
  <STATUS>10</STATUS>
  <TIPO_MOVIMIENTO>sample string 7</TIPO_MOVIMIENTO>
  <USUARIO_MOVIMIENTO>sample string 6</USUARIO_MOVIMIENTO>
</GeologiaParams>

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.