POST api/bbps/ServiceOperatordetails

Service Operator Parm pass "Token" in Header

Request Information

URI Parameters

None.

Body Parameters

bbpsServiceoperatordetailsRequest
NameDescriptionTypeAdditional information
biller_id

biller_id provided by get service operator

string

None.

ServiceID

ServiceID provided by get Service

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "biller_id": "sample string 1",
  "ServiceID": 2
}

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

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": {}
}