POST desviacion/RumboGrado

Request Information

URI Parameters

None.

Body Parameters

RumboGradoParams
NameDescriptionTypeAdditional information
AZIMUT

decimal number

None.

INCLINACION_GRADO

decimal number

None.

RUMBO

string

None.

RUMBO_GRADO

decimal number

None.

RUMBO_MINUTO

decimal number

None.

INCLINACION_MINUTO

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "AZIMUT": 1.0,
  "INCLINACION_GRADO": 2.0,
  "RUMBO": "sample string 3",
  "RUMBO_GRADO": 4.0,
  "RUMBO_MINUTO": 5.0,
  "INCLINACION_MINUTO": 6.0
}

application/xml, text/xml

Sample:
<RumboGradoParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/welldrills.modelos">
  <AZIMUT>1</AZIMUT>
  <INCLINACION_GRADO>2</INCLINACION_GRADO>
  <INCLINACION_MINUTO>6</INCLINACION_MINUTO>
  <RUMBO>sample string 3</RUMBO>
  <RUMBO_GRADO>4</RUMBO_GRADO>
  <RUMBO_MINUTO>5</RUMBO_MINUTO>
</RumboGradoParams>

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.