POST api/bbps/ServiceOperatorBilllpay

Service Operator Pay bill pass "Token" in Header

Request Information

URI Parameters

None.

Body Parameters

bbpsServicebillPayRequest
NameDescriptionTypeAdditional information
ServiceID

ServiceID provided by get Service

integer

None.

biller_id

biller_id provided by get service operator

string

None.

BillerNumber

BillerNumber

string

None.

BillerNumber2

BillerNumber2

string

None.

BillerNumber3

BillerNumber3

string

None.

BillerNumber4

BillerNumber4

string

None.

BillerNumber5

BillerNumber5

string

None.

BillerNumber6

BillerNumber6

string

None.

BillerNumber7

BillerNumber7

string

None.

Other

Other

string

None.

TransID

unique Transaction ID

string

None.

BillAmount

BillAmount

string

None.

BillerName

BillerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceID": 1,
  "biller_id": "sample string 2",
  "BillerNumber": "sample string 3",
  "BillerNumber2": "sample string 4",
  "BillerNumber3": "sample string 5",
  "BillerNumber4": "sample string 6",
  "BillerNumber5": "sample string 7",
  "BillerNumber6": "sample string 8",
  "BillerNumber7": "sample string 9",
  "Other": "sample string 10",
  "TransID": "sample string 11",
  "BillAmount": "sample string 12",
  "BillerName": "sample string 13"
}

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

Response Information

Resource Description

ResponceMaster
NameDescriptionTypeAdditional information
Error

Error in True and false

string

None.

Message

Responace Error Message

string

None.

Data

Responce Data in object or List

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": "sample string 1",
  "Message": "sample string 2",
  "Data": {}
}