POST api/SupCustBankDetail/GetByOrganizationCompanyId
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:14:01.4319464+05:00",
"ModifyDate": "2025-10-29T13:14:01.4319464+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:14:01.4319464+05:00</EntryDate> <EntryUser>8</EntryUser> <IBAN>sample string 18</IBAN> <Id>9</Id> <ModifyDate>2025-10-29T13:14:01.4319464+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
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.