GET api/BillingService/GetResellerBankDetail
Documentation for 'GetResellerBankDetail'.
Response Information
Response body formats
application/json, text/json
Sample:
{ "country": "sample string 1", "routing_number": "sample string 2", "address": "sample string 3", "state": "sample string 4", "city": "sample string 5", "post_code": "sample string 6", "sort_code": "sample string 7", "bank_name": "sample string 8", "account_number": "sample string 9", "account_name": "sample string 10", "business_name": "sample string 11", "is_success": true, "error_message": "sample string 13", "exception_name": "sample string 14", "error_code": 15 }
application/xml, text/xml
Sample:
<GetResellerBankDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMS.RestApi.Entities.Billing"> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">15</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 13</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 14</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <account_name>sample string 10</account_name> <account_number>sample string 9</account_number> <address>sample string 3</address> <bank_name>sample string 8</bank_name> <business_name>sample string 11</business_name> <city>sample string 5</city> <country>sample string 1</country> <post_code>sample string 6</post_code> <routing_number>sample string 2</routing_number> <sort_code>sample string 7</sort_code> <state>sample string 4</state> </GetResellerBankDetailResponse>