POST Efigas/ConsultRecaudo

Request Information

URI Parameters

None.

Body Parameters

RequestConsultDataMachine
NameDescriptionTypeAdditional information
FechaTransaccion

string

None.

HoraTransaccion

string

None.

Referencia1

string

None.

TipoConsulta

string

None.

CodigoIac

string

None.

TotalTransaccion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FechaTransaccion": "sample string 1",
  "HoraTransaccion": "sample string 2",
  "Referencia1": "sample string 3",
  "TipoConsulta": "sample string 4",
  "CodigoIac": "sample string 5",
  "TotalTransaccion": "sample string 6"
}

application/xml, text/xml

Sample:
<SavingModels.RequestConsultDataMachine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Efigas.Models">
  <CodigoIac>sample string 5</CodigoIac>
  <FechaTransaccion>sample string 1</FechaTransaccion>
  <HoraTransaccion>sample string 2</HoraTransaccion>
  <Referencia1>sample string 3</Referencia1>
  <TipoConsulta>sample string 4</TipoConsulta>
  <TotalTransaccion>sample string 6</TotalTransaccion>
</SavingModels.RequestConsultDataMachine>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGeneric
NameDescriptionTypeAdditional information
ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponseData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 200,
  "ResponseMessage": "sample string 1",
  "ResponseData": {}
}

application/xml, text/xml

Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Efigas.Models">
  <ResponseCode>OK</ResponseCode>
  <ResponseData />
  <ResponseMessage>sample string 1</ResponseMessage>
</SavingModels.ResponseGeneric>