POST api/SupCustBankDetail/Save
Request Information
URI Parameters
None.
Body Parameters
SupCustBankDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| BankId | integer |
None. |
|
| BranchesId | integer |
None. |
|
| CityId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CountryId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| ProjectsId | integer |
None. |
|
| SupCustId | integer |
None. |
|
| BankBranchId | integer |
None. |
|
| AcNumber | string |
None. |
|
| AcTitle | string |
None. |
|
| BranchCode | string |
None. |
|
| IBAN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntryDate": "2025-10-29T13:16:52.1349604+05:00",
"ModifyDate": "2025-10-29T13:16:52.1349604+05:00",
"BankId": 3,
"BranchesId": 4,
"CityId": 5,
"CompanyId": 6,
"CountryId": 7,
"EntryUser": 8,
"Id": 9,
"ModifyUser": 10,
"OrganizationId": 11,
"ProjectsId": 12,
"SupCustId": 13,
"BankBranchId": 14,
"AcNumber": "sample string 15",
"AcTitle": "sample string 16",
"BranchCode": "sample string 17",
"IBAN": "sample string 18"
}
application/xml, text/xml
Sample:
<SupCustBankDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory"> <AcNumber>sample string 15</AcNumber> <AcTitle>sample string 16</AcTitle> <BankBranchId>14</BankBranchId> <BankId>3</BankId> <BranchCode>sample string 17</BranchCode> <BranchesId>4</BranchesId> <CityId>5</CityId> <CompanyId>6</CompanyId> <CountryId>7</CountryId> <EntryDate>2025-10-29T13:16:52.1349604+05:00</EntryDate> <EntryUser>8</EntryUser> <IBAN>sample string 18</IBAN> <Id>9</Id> <ModifyDate>2025-10-29T13:16:52.1349604+05:00</ModifyDate> <ModifyUser>10</ModifyUser> <OrganizationId>11</OrganizationId> <ProjectsId>12</ProjectsId> <SupCustId>13</SupCustId> </SupCustBankDetail>
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.