POST api/CHAImpMstrs/UploadBondDetailsMaster
Request Information
URI Parameters
None.
Body Parameters
UploadBondDetailsMasterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CBD_DETAILS | Collection of CHABondDetailsUpload |
None. |
|
| CBD_CP_ID | integer |
None. |
|
| CBD_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CBD_DETAILS": [
{
"CBD_BOND_NO": "sample string 1",
"CBD_BOND_DT": "2026-06-30T09:36:05.1656798+00:00",
"CBD_BOND_VALID_DT": "2026-06-30T09:36:05.1656798+00:00",
"CBD_BOND_CODE": "sample string 2",
"CBD_BOND_PORT_NAME": "sample string 3",
"CBD_BOND_PORT_CODE": "sample string 4",
"CBD_BOND_VALUE": 1.0,
"CBD_ENHANCE_VALUE": 1.0,
"CBD_REV_BOND_VALIDITY": "2026-06-30T09:36:05.1656798+00:00",
"CBD_CANCELLED_ON": "2026-06-30T09:36:05.1656798+00:00",
"CBD_LOW_BAL": 1.0,
"CBD_BG_PER": 1.0,
"CBD_AR_NAME": "sample string 5",
"CBD_BRANCH_SR_NO": "sample string 6",
"CBD_BRANCH_SR_CITY": "sample string 7",
"CBD_IEC_CODE": "sample string 8",
"CBD_ADD1": "sample string 9",
"CBD_ADD2": "sample string 10",
"CBD_CITY": "sample string 11",
"CBD_STM_NAME": "sample string 12"
},
{
"CBD_BOND_NO": "sample string 1",
"CBD_BOND_DT": "2026-06-30T09:36:05.1656798+00:00",
"CBD_BOND_VALID_DT": "2026-06-30T09:36:05.1656798+00:00",
"CBD_BOND_CODE": "sample string 2",
"CBD_BOND_PORT_NAME": "sample string 3",
"CBD_BOND_PORT_CODE": "sample string 4",
"CBD_BOND_VALUE": 1.0,
"CBD_ENHANCE_VALUE": 1.0,
"CBD_REV_BOND_VALIDITY": "2026-06-30T09:36:05.1656798+00:00",
"CBD_CANCELLED_ON": "2026-06-30T09:36:05.1656798+00:00",
"CBD_LOW_BAL": 1.0,
"CBD_BG_PER": 1.0,
"CBD_AR_NAME": "sample string 5",
"CBD_BRANCH_SR_NO": "sample string 6",
"CBD_BRANCH_SR_CITY": "sample string 7",
"CBD_IEC_CODE": "sample string 8",
"CBD_ADD1": "sample string 9",
"CBD_ADD2": "sample string 10",
"CBD_CITY": "sample string 11",
"CBD_STM_NAME": "sample string 12"
}
],
"CBD_CP_ID": 1,
"CBD_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadBondDetailsMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<CBD_CP_ID>1</CBD_CP_ID>
<CBD_CREATED_BY>1</CBD_CREATED_BY>
<CBD_DETAILS>
<CHABondDetailsUpload>
<CBD_ADD1>sample string 9</CBD_ADD1>
<CBD_ADD2>sample string 10</CBD_ADD2>
<CBD_AR_NAME>sample string 5</CBD_AR_NAME>
<CBD_BG_PER>1</CBD_BG_PER>
<CBD_BOND_CODE>sample string 2</CBD_BOND_CODE>
<CBD_BOND_DT>2026-06-30T09:36:05.1656798+00:00</CBD_BOND_DT>
<CBD_BOND_NO>sample string 1</CBD_BOND_NO>
<CBD_BOND_PORT_CODE>sample string 4</CBD_BOND_PORT_CODE>
<CBD_BOND_PORT_NAME>sample string 3</CBD_BOND_PORT_NAME>
<CBD_BOND_VALID_DT>2026-06-30T09:36:05.1656798+00:00</CBD_BOND_VALID_DT>
<CBD_BOND_VALUE>1</CBD_BOND_VALUE>
<CBD_BRANCH_SR_CITY>sample string 7</CBD_BRANCH_SR_CITY>
<CBD_BRANCH_SR_NO>sample string 6</CBD_BRANCH_SR_NO>
<CBD_CANCELLED_ON>2026-06-30T09:36:05.1656798+00:00</CBD_CANCELLED_ON>
<CBD_CITY>sample string 11</CBD_CITY>
<CBD_ENHANCE_VALUE>1</CBD_ENHANCE_VALUE>
<CBD_IEC_CODE>sample string 8</CBD_IEC_CODE>
<CBD_LOW_BAL>1</CBD_LOW_BAL>
<CBD_REV_BOND_VALIDITY>2026-06-30T09:36:05.1656798+00:00</CBD_REV_BOND_VALIDITY>
<CBD_STM_NAME>sample string 12</CBD_STM_NAME>
</CHABondDetailsUpload>
<CHABondDetailsUpload>
<CBD_ADD1>sample string 9</CBD_ADD1>
<CBD_ADD2>sample string 10</CBD_ADD2>
<CBD_AR_NAME>sample string 5</CBD_AR_NAME>
<CBD_BG_PER>1</CBD_BG_PER>
<CBD_BOND_CODE>sample string 2</CBD_BOND_CODE>
<CBD_BOND_DT>2026-06-30T09:36:05.1656798+00:00</CBD_BOND_DT>
<CBD_BOND_NO>sample string 1</CBD_BOND_NO>
<CBD_BOND_PORT_CODE>sample string 4</CBD_BOND_PORT_CODE>
<CBD_BOND_PORT_NAME>sample string 3</CBD_BOND_PORT_NAME>
<CBD_BOND_VALID_DT>2026-06-30T09:36:05.1656798+00:00</CBD_BOND_VALID_DT>
<CBD_BOND_VALUE>1</CBD_BOND_VALUE>
<CBD_BRANCH_SR_CITY>sample string 7</CBD_BRANCH_SR_CITY>
<CBD_BRANCH_SR_NO>sample string 6</CBD_BRANCH_SR_NO>
<CBD_CANCELLED_ON>2026-06-30T09:36:05.1656798+00:00</CBD_CANCELLED_ON>
<CBD_CITY>sample string 11</CBD_CITY>
<CBD_ENHANCE_VALUE>1</CBD_ENHANCE_VALUE>
<CBD_IEC_CODE>sample string 8</CBD_IEC_CODE>
<CBD_LOW_BAL>1</CBD_LOW_BAL>
<CBD_REV_BOND_VALIDITY>2026-06-30T09:36:05.1656798+00:00</CBD_REV_BOND_VALIDITY>
<CBD_STM_NAME>sample string 12</CBD_STM_NAME>
</CHABondDetailsUpload>
</CBD_DETAILS>
</UploadBondDetailsMasterInput>
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. |