POST api/editbank
Request Information
URI Parameters
None.
Body Parameters
ModBank| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| PartyId | integer |
None. |
|
| Account_holder_name | string |
None. |
|
| Account_No | string |
None. |
|
| Ifsc | string |
None. |
|
| BankName | string |
None. |
|
| BranchName | string |
None. |
|
| UpiId | string |
None. |
|
| Status | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": 2,
"PartyId": 3,
"Account_holder_name": "sample string 4",
"Account_No": "sample string 5",
"Ifsc": "sample string 6",
"BankName": "sample string 7",
"BranchName": "sample string 8",
"UpiId": "sample string 9",
"Status": 10,
"Type": "sample string 11"
}
application/xml, text/xml
Sample:
<ModBank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MnbebookApi.Models"> <Account_No>sample string 5</Account_No> <Account_holder_name>sample string 4</Account_holder_name> <BankName>sample string 7</BankName> <BranchName>sample string 8</BranchName> <Id>1</Id> <Ifsc>sample string 6</Ifsc> <PartyId>3</PartyId> <Status>10</Status> <Type>sample string 11</Type> <UpiId>sample string 9</UpiId> <UserId>2</UserId> </ModBank>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
|
| refresh_token | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Data": {},
"Message": "sample string 3",
"refresh_token": "sample string 4"
}
application/xml, text/xml
Sample:
<CommonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MnbebookApi.Models"> <Data /> <Message>sample string 3</Message> <Status>1</Status> <refresh_token>sample string 4</refresh_token> </CommonResponse>