POST api/bbps/ServiceOperatordetails
Service Operator Parm pass "Token" in Header
Request Information
URI Parameters
None.
Body Parameters
bbpsServiceoperatordetailsRequestName | Description | Type | Additional 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:
Response Information
Resource Description
ResponceMasterName | Description | Type | Additional 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": {} }