GET App/Pagos/Contract_CreditAuth

Request Information

URI Parameters

None.

Body Parameters

ResquestLigaTarjetaPrincipalCargoAutomatico
NameDescriptionTypeAdditional information
email

string

None.

idCard

integer

None.

chargeAutomatic

boolean

None.

principalCard

boolean

None.

contract_number

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "idCard": 2,
  "chargeAutomatic": true,
  "principalCard": true,
  "contract_number": "sample string 5"
}

application/xml, text/xml

Sample:
<SubClases_ModuloPagos.ResquestLigaTarjetaPrincipalCargoAutomatico xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TelecableDigitalAPIRest.Clases.Modulos.Modulo_Pagos">
  <chargeAutomatic>true</chargeAutomatic>
  <contract_number>sample string 5</contract_number>
  <email>sample string 1</email>
  <idCard>2</idCard>
  <principalCard>true</principalCard>
</SubClases_ModuloPagos.ResquestLigaTarjetaPrincipalCargoAutomatico>

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 'ResquestLigaTarjetaPrincipalCargoAutomatico'.

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.