GET api/VTU?providerCode={providerCode}&meterNo={meterNo}&amount={amount}&isPrepaid={isPrepaid}&phoneNumber={phoneNumber}&email={email}&dealerCode={dealerCode}&apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
providerCode

string

Required

meterNo

string

Required

amount

decimal number

Required

isPrepaid

string

Required

phoneNumber

string

Required

email

string

Required

dealerCode

string

Required

apiKey

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
</ApiResponse>