POST api/UserApi/PayBill
Request Information
URI Parameters
None.
Body Parameters
BBPSFetchBillPost| Name | Description | Type | Additional information |
|---|---|---|---|
| Spkey | string |
None. |
|
| Operator | string |
None. |
|
| Service | string |
None. |
|
| State | string |
None. |
|
| GetBill | string |
None. |
|
| Name | string |
None. |
|
| Account | string |
None. |
|
| Cust_mbl | string |
None. |
|
| Bbps_status | boolean |
None. |
|
| Ad1 | string |
None. |
|
| Ad2 | string |
None. |
|
| Ad3 | string |
None. |
|
| P2P_P2A | string |
None. |
|
| Orderid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Spkey": "sample string 1",
"Operator": "sample string 2",
"Service": "sample string 3",
"State": "sample string 4",
"GetBill": "sample string 5",
"Name": "sample string 6",
"Account": "sample string 7",
"Cust_mbl": "sample string 8",
"Bbps_status": true,
"Ad1": "sample string 10",
"Ad2": "sample string 11",
"Ad3": "sample string 12",
"P2P_P2A": "sample string 13",
"Orderid": 14
}
application/xml, text/xml
Sample:
<BBPSFetchBillPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Bbps"> <Account>sample string 7</Account> <Ad1>sample string 10</Ad1> <Ad2>sample string 11</Ad2> <Ad3>sample string 12</Ad3> <Bbps_status>true</Bbps_status> <Cust_mbl>sample string 8</Cust_mbl> <GetBill>sample string 5</GetBill> <Name>sample string 6</Name> <Operator>sample string 2</Operator> <Orderid>14</Orderid> <P2P_P2A>sample string 13</P2P_P2A> <Service>sample string 3</Service> <Spkey>sample string 1</Spkey> <State>sample string 4</State> </BBPSFetchBillPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.