GET api/DueToPayPayment/GetRecurringPaymentsviaPhoneBill?OperatorID={OperatorID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OperatorID

integer

Required

Body Parameters

None.

Response Information

Resource Description

GetRecurringPaymentsRequests_PhoneBillResponse
NameDescriptionTypeAdditional information
ScheduleRecurringRequests_PhoneBillList

Collection of PaymentRequestPhoneBill_Service

None.

success

boolean

None.

code

string

None.

message

string

None.

errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "ScheduleRecurringRequests_PhoneBillList": [
    {
      "PinCode": "sample string 1",
      "OperatorID": 2,
      "GroupID": 3,
      "IsFullAmount": true,
      "IsRecurringPayment": true,
      "IsPartialAmount": true,
      "Amount": 7.0,
      "PlatForm": "sample string 8",
      "MobileNumber": "sample string 9",
      "ScheduledDate": "sample string 10",
      "UserSequence": 11
    },
    {
      "PinCode": "sample string 1",
      "OperatorID": 2,
      "GroupID": 3,
      "IsFullAmount": true,
      "IsRecurringPayment": true,
      "IsPartialAmount": true,
      "Amount": 7.0,
      "PlatForm": "sample string 8",
      "MobileNumber": "sample string 9",
      "ScheduledDate": "sample string 10",
      "UserSequence": 11
    }
  ],
  "success": true,
  "code": "sample string 2",
  "message": "sample string 3",
  "errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<DueToPayModel.GetRecurringPaymentsRequests_PhoneBillResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QatarPay.Models">
  <code>sample string 2</code>
  <errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </errors>
  <message>sample string 3</message>
  <success>true</success>
  <ScheduleRecurringRequests_PhoneBillList>
    <DueToPayModel.PaymentRequestPhoneBill_Service>
      <Amount>7</Amount>
      <GroupID>3</GroupID>
      <IsFullAmount>true</IsFullAmount>
      <IsPartialAmount>true</IsPartialAmount>
      <IsRecurringPayment>true</IsRecurringPayment>
      <MobileNumber>sample string 9</MobileNumber>
      <OperatorID>2</OperatorID>
      <PinCode>sample string 1</PinCode>
      <PlatForm>sample string 8</PlatForm>
      <ScheduledDate>sample string 10</ScheduledDate>
      <UserSequence>11</UserSequence>
    </DueToPayModel.PaymentRequestPhoneBill_Service>
    <DueToPayModel.PaymentRequestPhoneBill_Service>
      <Amount>7</Amount>
      <GroupID>3</GroupID>
      <IsFullAmount>true</IsFullAmount>
      <IsPartialAmount>true</IsPartialAmount>
      <IsRecurringPayment>true</IsRecurringPayment>
      <MobileNumber>sample string 9</MobileNumber>
      <OperatorID>2</OperatorID>
      <PinCode>sample string 1</PinCode>
      <PlatForm>sample string 8</PlatForm>
      <ScheduledDate>sample string 10</ScheduledDate>
      <UserSequence>11</UserSequence>
    </DueToPayModel.PaymentRequestPhoneBill_Service>
  </ScheduleRecurringRequests_PhoneBillList>
</DueToPayModel.GetRecurringPaymentsRequests_PhoneBillResponse>