POST api/user/submit-user-bank
Request Information
URI Parameters
None.
Body Parameters
UserBankInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnBank | USER_BANK |
None. |
|
| BankInterMediator | USER_BANK_INTERMEDIATOR |
None. |
|
| USER_SEQ | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}