POST api/InfoBankAcc/AddNew
Request Information
URI Parameters
None.
Body Parameters
InfoBankAccData| Name | Description | Type | Additional information |
|---|---|---|---|
| Serial | integer |
None. |
|
| BankAccName | string |
None. |
|
| BankName | string |
None. |
|
| AccountNo | string |
None. |
|
| RoutingNo | string |
None. |
|
| UserAddName | string |
None. |
|
| TimeOfAdd | string |
None. |
|
| UserEditName | string |
None. |
|
| TimeOfEdit | string |
None. |
|
| BankColor | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| orderby | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Serial": 1,
"BankAccName": "sample string 2",
"BankName": "sample string 3",
"AccountNo": "sample string 4",
"RoutingNo": "sample string 5",
"UserAddName": "sample string 6",
"TimeOfAdd": "sample string 7",
"UserEditName": "sample string 8",
"TimeOfEdit": "sample string 9",
"BankColor": "sample string 10",
"IsDeleted": true,
"orderby": 12
}
application/xml, text/xml
Sample:
<InfoBankAccData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckBusinessLayer"> <AccountNo>sample string 4</AccountNo> <BankAccName>sample string 2</BankAccName> <BankColor>sample string 10</BankColor> <BankName>sample string 3</BankName> <IsDeleted>true</IsDeleted> <RoutingNo>sample string 5</RoutingNo> <Serial>1</Serial> <TimeOfAdd>sample string 7</TimeOfAdd> <TimeOfEdit>sample string 9</TimeOfEdit> <UserAddName>sample string 6</UserAddName> <UserEditName>sample string 8</UserEditName> <orderby>12</orderby> </InfoBankAccData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.