POST api/v1/update_profile_banking
Request Information
URI Parameters
None.
Body Parameters
userbanking| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| bank_name | string |
None. |
|
| bank_branch | string |
None. |
|
| account_holder_name | string |
None. |
|
| account_no | string |
None. |
|
| ifsc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"bank_name": "sample string 2",
"bank_branch": "sample string 3",
"account_holder_name": "sample string 4",
"account_no": "sample string 5",
"ifsc": "sample string 6"
}
application/xml, text/xml
Sample:
<userbanking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <account_holder_name>sample string 4</account_holder_name> <account_no>sample string 5</account_no> <bank_branch>sample string 3</bank_branch> <bank_name>sample string 2</bank_name> <ifsc>sample string 6</ifsc> <user_id>1</user_id> </userbanking>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.