GET providerid/PPHPBVT

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BPNotifyClass
NameDescriptionTypeAdditional information
billerId

string

None.

transDate

string

None.

transTime

string

None.

termType

string

None.

amount

decimal number

None.

reference1

string

None.

reference2

string

None.

reference3

string

None.

fromBank

string

None.

fromBranch

string

None.

fromName

string

None.

bankRef

string

None.

approvalCode

string

None.

txnType

string

None.

retryFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "billerId": "sample string 1",
    "transDate": "sample string 2",
    "transTime": "sample string 3",
    "termType": "sample string 4",
    "amount": 5.0,
    "reference1": "sample string 6",
    "reference2": "sample string 7",
    "reference3": "sample string 8",
    "fromBank": "sample string 9",
    "fromBranch": "sample string 10",
    "fromName": "sample string 11",
    "bankRef": "sample string 12",
    "approvalCode": "sample string 13",
    "txnType": "sample string 14",
    "retryFlag": "sample string 15"
  },
  {
    "billerId": "sample string 1",
    "transDate": "sample string 2",
    "transTime": "sample string 3",
    "termType": "sample string 4",
    "amount": 5.0,
    "reference1": "sample string 6",
    "reference2": "sample string 7",
    "reference3": "sample string 8",
    "fromBank": "sample string 9",
    "fromBranch": "sample string 10",
    "fromName": "sample string 11",
    "bankRef": "sample string 12",
    "approvalCode": "sample string 13",
    "txnType": "sample string 14",
    "retryFlag": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBPNotifyClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBLWebAPI.Model.ViewModels">
  <BPNotifyClass>
    <amount>5</amount>
    <approvalCode>sample string 13</approvalCode>
    <bankRef>sample string 12</bankRef>
    <billerId>sample string 1</billerId>
    <fromBank>sample string 9</fromBank>
    <fromBranch>sample string 10</fromBranch>
    <fromName>sample string 11</fromName>
    <reference1>sample string 6</reference1>
    <reference2>sample string 7</reference2>
    <reference3>sample string 8</reference3>
    <retryFlag>sample string 15</retryFlag>
    <termType>sample string 4</termType>
    <transDate>sample string 2</transDate>
    <transTime>sample string 3</transTime>
    <txnType>sample string 14</txnType>
  </BPNotifyClass>
  <BPNotifyClass>
    <amount>5</amount>
    <approvalCode>sample string 13</approvalCode>
    <bankRef>sample string 12</bankRef>
    <billerId>sample string 1</billerId>
    <fromBank>sample string 9</fromBank>
    <fromBranch>sample string 10</fromBranch>
    <fromName>sample string 11</fromName>
    <reference1>sample string 6</reference1>
    <reference2>sample string 7</reference2>
    <reference3>sample string 8</reference3>
    <retryFlag>sample string 15</retryFlag>
    <termType>sample string 4</termType>
    <transDate>sample string 2</transDate>
    <transTime>sample string 3</transTime>
    <txnType>sample string 14</txnType>
  </BPNotifyClass>
</ArrayOfBPNotifyClass>

text/html

Sample:
[{"billerId":"sample string 1","transDate":"sample string 2","transTime":"sample string 3","termType":"sample string 4","amount":5.0,"reference1":"sample string 6","reference2":"sample string 7","reference3":"sample string 8","fromBank":"sample string 9","fromBranch":"sample string 10","fromName":"sample string 11","bankRef":"sample string 12","approvalCode":"sample string 13","txnType":"sample string 14","retryFlag":"sample string 15"},{"billerId":"sample string 1","transDate":"sample string 2","transTime":"sample string 3","termType":"sample string 4","amount":5.0,"reference1":"sample string 6","reference2":"sample string 7","reference3":"sample string 8","fromBank":"sample string 9","fromBranch":"sample string 10","fromName":"sample string 11","bankRef":"sample string 12","approvalCode":"sample string 13","txnType":"sample string 14","retryFlag":"sample string 15"}]