GET Client/GetBankDetails?clientID={clientID}
Gets bank details only
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiGetBankDetailsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject |
Gets or sets the response object. |
ApiSavedBankDetail |
None. |
| ResponseType |
Gets or sets the type of the response. |
integer |
None. |
| ResponseMessage |
Gets or sets the response message. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseObject": null,
"ResponseType": 1,
"ResponseMessage": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.