POST api/CHAMasters/PostCHABankMaster
Request Information
URI Parameters
None.
Body Parameters
BankMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| BK_ID | integer |
None. |
|
| BK_CODE | string |
None. |
|
| BK_NAME | string |
None. |
|
| BK_AC_NUM | string |
None. |
|
| BK_CUR | integer |
None. |
|
| BK_TYPE | string |
None. |
|
| BK_CONTROL_GL | integer |
None. |
|
| BK_INTERIM_GL | integer |
None. |
|
| BK_OD_LIMIT | decimal number |
None. |
|
| BK_REMARKS | string |
None. |
|
| BK_STATUS | string |
None. |
|
| BK_CP_DETAILS | Collection of BKC_CP_DETAILS |
None. |
|
| BK_PROGRAM_ID | string |
None. |
|
| BK_CREATED_BY | string |
None. |
|
| BK_CREATED_ON | date |
None. |
|
| BK_MODIFIED_BY | string |
None. |
|
| BK_MODIFIED_ON | date |
None. |
|
| BK_BENIFICIARY | string |
None. |
|
| BK_MICR | string |
None. |
|
| BK_SWIFT_CODE | string |
None. |
|
| BK_IFSC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BK_ID": 1,
"BK_CODE": "sample string 1",
"BK_NAME": "sample string 2",
"BK_AC_NUM": "sample string 3",
"BK_CUR": 1,
"BK_TYPE": "sample string 4",
"BK_CONTROL_GL": 1,
"BK_INTERIM_GL": 1,
"BK_OD_LIMIT": 1.1,
"BK_REMARKS": "sample string 5",
"BK_STATUS": "sample string 6",
"BK_CP_DETAILS": [
{
"BKC_ID": 1,
"BKC_CP_ID": 1,
"BKC_CP_CODE": "sample string 1"
},
{
"BKC_ID": 1,
"BKC_CP_ID": 1,
"BKC_CP_CODE": "sample string 1"
}
],
"BK_PROGRAM_ID": "sample string 7",
"BK_CREATED_BY": "sample string 8",
"BK_CREATED_ON": "2025-12-06T04:24:03.3194502+00:00",
"BK_MODIFIED_BY": "sample string 9",
"BK_MODIFIED_ON": "2025-12-06T04:24:03.3194502+00:00",
"BK_BENIFICIARY": "sample string 10",
"BK_MICR": "sample string 11",
"BK_SWIFT_CODE": "sample string 12",
"BK_IFSC": "sample string 13"
}
application/xml, text/xml
Sample:
<BankMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<BK_AC_NUM>sample string 3</BK_AC_NUM>
<BK_BENIFICIARY>sample string 10</BK_BENIFICIARY>
<BK_CODE>sample string 1</BK_CODE>
<BK_CONTROL_GL>1</BK_CONTROL_GL>
<BK_CP_DETAILS>
<BKC_CP_DETAILS>
<BKC_CP_CODE>sample string 1</BKC_CP_CODE>
<BKC_CP_ID>1</BKC_CP_ID>
<BKC_ID>1</BKC_ID>
</BKC_CP_DETAILS>
<BKC_CP_DETAILS>
<BKC_CP_CODE>sample string 1</BKC_CP_CODE>
<BKC_CP_ID>1</BKC_CP_ID>
<BKC_ID>1</BKC_ID>
</BKC_CP_DETAILS>
</BK_CP_DETAILS>
<BK_CREATED_BY>sample string 8</BK_CREATED_BY>
<BK_CREATED_ON>2025-12-06T04:24:03.3194502+00:00</BK_CREATED_ON>
<BK_CUR>1</BK_CUR>
<BK_ID>1</BK_ID>
<BK_IFSC>sample string 13</BK_IFSC>
<BK_INTERIM_GL>1</BK_INTERIM_GL>
<BK_MICR>sample string 11</BK_MICR>
<BK_MODIFIED_BY>sample string 9</BK_MODIFIED_BY>
<BK_MODIFIED_ON>2025-12-06T04:24:03.3194502+00:00</BK_MODIFIED_ON>
<BK_NAME>sample string 2</BK_NAME>
<BK_OD_LIMIT>1.1</BK_OD_LIMIT>
<BK_PROGRAM_ID>sample string 7</BK_PROGRAM_ID>
<BK_REMARKS>sample string 5</BK_REMARKS>
<BK_STATUS>sample string 6</BK_STATUS>
<BK_SWIFT_CODE>sample string 12</BK_SWIFT_CODE>
<BK_TYPE>sample string 4</BK_TYPE>
</BankMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |