GET App/Averias/ContractNewOT

Request Information

URI Parameters

None.

Body Parameters

RequestGeneraOT
NameDescriptionTypeAdditional information
email

string

None.

contract_number

string

None.

causa

string

None.

fechaOT

string

None.

horario

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "contract_number": "sample string 2",
  "causa": "sample string 3",
  "fechaOT": "sample string 4",
  "horario": "sample string 5"
}

application/xml, text/xml

Sample:
<SubClases_ModuloAverias.RequestGeneraOT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TelecableDigitalAPIRest.Clases.Modulos.Modulo_Averias">
  <causa>sample string 3</causa>
  <contract_number>sample string 2</contract_number>
  <email>sample string 1</email>
  <fechaOT>sample string 4</fechaOT>
  <horario>sample string 5</horario>
</SubClases_ModuloAverias.RequestGeneraOT>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestGeneraOT'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.