POST api/BankBranch/Save
Request Information
URI Parameters
None.
Body Parameters
BankBranch| Name | Description | Type | Additional information |
|---|---|---|---|
| isactive | boolean |
None. |
|
| EntryUserId | integer |
None. |
|
| ModifyUserId | integer |
None. |
|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| bankBranchId | integer |
None. |
|
| bankNameId | integer |
None. |
|
| cityId | integer |
None. |
|
| companyId | integer |
None. |
|
| countryId | integer |
None. |
|
| organizationId | integer |
None. |
|
| stateprovinceId | integer |
None. |
|
| address1Line | string |
None. |
|
| address2Line | string |
None. |
|
| branchCode | string |
None. |
|
| branchName | string |
None. |
|
| cellNo | string |
None. |
|
| emailAddress | string |
None. |
|
| landlineNo | string |
None. |
|
| swiftCode | string |
None. |
|
| ContactPerson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"isactive": true,
"EntryUserId": 2,
"ModifyUserId": 3,
"EntryDate": "2025-10-29T13:11:07.2864226+05:00",
"ModifyDate": "2025-10-29T13:11:07.2864226+05:00",
"bankBranchId": 6,
"bankNameId": 7,
"cityId": 8,
"companyId": 9,
"countryId": 10,
"organizationId": 11,
"stateprovinceId": 12,
"address1Line": "sample string 13",
"address2Line": "sample string 14",
"branchCode": "sample string 15",
"branchName": "sample string 16",
"cellNo": "sample string 17",
"emailAddress": "sample string 18",
"landlineNo": "sample string 19",
"swiftCode": "sample string 20",
"ContactPerson": "sample string 21"
}
application/xml, text/xml
Sample:
<BankBranch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.S_Bank"> <ContactPerson>sample string 21</ContactPerson> <EntryDate>2025-10-29T13:11:07.2864226+05:00</EntryDate> <EntryUserId>2</EntryUserId> <ModifyDate>2025-10-29T13:11:07.2864226+05:00</ModifyDate> <ModifyUserId>3</ModifyUserId> <address1Line>sample string 13</address1Line> <address2Line>sample string 14</address2Line> <bankBranchId>6</bankBranchId> <bankNameId>7</bankNameId> <branchCode>sample string 15</branchCode> <branchName>sample string 16</branchName> <cellNo>sample string 17</cellNo> <cityId>8</cityId> <companyId>9</companyId> <countryId>10</countryId> <emailAddress>sample string 18</emailAddress> <isactive>true</isactive> <landlineNo>sample string 19</landlineNo> <organizationId>11</organizationId> <stateprovinceId>12</stateprovinceId> <swiftCode>sample string 20</swiftCode> </BankBranch>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.