GET api/v1/BicBank/GetBicBankByBicCode?bicCode={bicCode}&recipientCountryId={recipientCountryId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bicCode | string |
Required |
|
recipientCountryId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfBicBankName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of BicBank |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "Id": "9916b546-2a53-4d83-8408-ac311508f0b6", "Name": "sample string 2", "BicCode": "sample string 3" }, { "Id": "9916b546-2a53-4d83-8408-ac311508f0b6", "Name": "sample string 2", "BicCode": "sample string 3" } ], "IsShowMessage": true, "IsShowRateAndReview": true }