POST api/mobile/WalletBalance
Request Information
URI Parameters
None.
Body Parameters
Balance| Name | Description | Type | Additional information |
|---|---|---|---|
| login_id | string |
None. |
|
| wallet_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"login_id": "sample string 1",
"wallet_name": "sample string 2"
}
application/xml, text/xml
Sample:
<Balance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models"> <login_id>sample string 1</login_id> <wallet_name>sample string 2</wallet_name> </Balance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BalanceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status_code | string |
None. |
|
| status_message | string |
None. |
|
| header_msg | string |
None. |
|
| wallet_balance | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status_code": "sample string 1",
"status_message": "sample string 2",
"header_msg": "sample string 3",
"wallet_balance": null
}
application/xml, text/xml
Sample:
<BalanceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models"> <header_msg>sample string 3</header_msg> <status_code>sample string 1</status_code> <status_message>sample string 2</status_message> <wallet_balance i:nil="true" /> </BalanceResponse>