POST api/CHAImp/POSTBEControlDetails
Request Information
URI Parameters
None.
Body Parameters
ControlDetailsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BE_ID | integer |
None. |
|
| BE_CONTROL_DETAILS | Collection of BE_CONTROL_DETAILS |
None. |
|
| BE_CREATED_BY | integer |
None. |
|
| BE_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BE_ID": 1,
"BE_CONTROL_DETAILS": [
{
"BCN_ID": 1,
"BCN_BE_ID": 1,
"BCN_BIT_ID": 1,
"BCN_BND_ID": 1,
"BCN_BI_SI_NO": 1,
"BCN_BIT_PROD_SL_NO": 1,
"BCN_SERIAL_NO": 1,
"BCN_SWC_CON_ID": 1,
"BCN_SWC_CON_CODE": "sample string 1",
"BCN_SWC_CON_NAME": "sample string 2",
"BCN_CON_LOCATION": "sample string 3",
"BCN_SWC_RESULT_ID": 1,
"BCN_SWC_RESULT_CODE": "sample string 4",
"BCN_SWC_RESULT_NAME": "sample string 5",
"BCN_SWC_RESULT": "sample string 6",
"BCN_CON_DT": "2025-12-06T05:22:21.027201+00:00",
"BCN_CON_MSR": 1.1,
"BCN_UOM_ID": 1,
"BCN_UOM_CODE": "sample string 7",
"BCN_UOM_NAME": "sample string 8",
"BCN_CON_SL_NO": 1,
"BCN_END_DT": "2025-12-06T05:22:21.0427641+00:00"
},
{
"BCN_ID": 1,
"BCN_BE_ID": 1,
"BCN_BIT_ID": 1,
"BCN_BND_ID": 1,
"BCN_BI_SI_NO": 1,
"BCN_BIT_PROD_SL_NO": 1,
"BCN_SERIAL_NO": 1,
"BCN_SWC_CON_ID": 1,
"BCN_SWC_CON_CODE": "sample string 1",
"BCN_SWC_CON_NAME": "sample string 2",
"BCN_CON_LOCATION": "sample string 3",
"BCN_SWC_RESULT_ID": 1,
"BCN_SWC_RESULT_CODE": "sample string 4",
"BCN_SWC_RESULT_NAME": "sample string 5",
"BCN_SWC_RESULT": "sample string 6",
"BCN_CON_DT": "2025-12-06T05:22:21.027201+00:00",
"BCN_CON_MSR": 1.1,
"BCN_UOM_ID": 1,
"BCN_UOM_CODE": "sample string 7",
"BCN_UOM_NAME": "sample string 8",
"BCN_CON_SL_NO": 1,
"BCN_END_DT": "2025-12-06T05:22:21.0427641+00:00"
}
],
"BE_CREATED_BY": 1,
"BE_CP_ID": 1
}
application/xml, text/xml
Sample:
<ControlDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<BE_CONTROL_DETAILS>
<BE_CONTROL_DETAILS>
<BCN_BE_ID>1</BCN_BE_ID>
<BCN_BIT_ID>1</BCN_BIT_ID>
<BCN_BIT_PROD_SL_NO>1</BCN_BIT_PROD_SL_NO>
<BCN_BI_SI_NO>1</BCN_BI_SI_NO>
<BCN_BND_ID>1</BCN_BND_ID>
<BCN_CON_DT>2025-12-06T05:22:21.027201+00:00</BCN_CON_DT>
<BCN_CON_LOCATION>sample string 3</BCN_CON_LOCATION>
<BCN_CON_MSR>1.1</BCN_CON_MSR>
<BCN_CON_SL_NO>1</BCN_CON_SL_NO>
<BCN_END_DT>2025-12-06T05:22:21.0427641+00:00</BCN_END_DT>
<BCN_ID>1</BCN_ID>
<BCN_SERIAL_NO>1</BCN_SERIAL_NO>
<BCN_SWC_CON_CODE>sample string 1</BCN_SWC_CON_CODE>
<BCN_SWC_CON_ID>1</BCN_SWC_CON_ID>
<BCN_SWC_CON_NAME>sample string 2</BCN_SWC_CON_NAME>
<BCN_SWC_RESULT>sample string 6</BCN_SWC_RESULT>
<BCN_SWC_RESULT_CODE>sample string 4</BCN_SWC_RESULT_CODE>
<BCN_SWC_RESULT_ID>1</BCN_SWC_RESULT_ID>
<BCN_SWC_RESULT_NAME>sample string 5</BCN_SWC_RESULT_NAME>
<BCN_UOM_CODE>sample string 7</BCN_UOM_CODE>
<BCN_UOM_ID>1</BCN_UOM_ID>
<BCN_UOM_NAME>sample string 8</BCN_UOM_NAME>
</BE_CONTROL_DETAILS>
<BE_CONTROL_DETAILS>
<BCN_BE_ID>1</BCN_BE_ID>
<BCN_BIT_ID>1</BCN_BIT_ID>
<BCN_BIT_PROD_SL_NO>1</BCN_BIT_PROD_SL_NO>
<BCN_BI_SI_NO>1</BCN_BI_SI_NO>
<BCN_BND_ID>1</BCN_BND_ID>
<BCN_CON_DT>2025-12-06T05:22:21.027201+00:00</BCN_CON_DT>
<BCN_CON_LOCATION>sample string 3</BCN_CON_LOCATION>
<BCN_CON_MSR>1.1</BCN_CON_MSR>
<BCN_CON_SL_NO>1</BCN_CON_SL_NO>
<BCN_END_DT>2025-12-06T05:22:21.0427641+00:00</BCN_END_DT>
<BCN_ID>1</BCN_ID>
<BCN_SERIAL_NO>1</BCN_SERIAL_NO>
<BCN_SWC_CON_CODE>sample string 1</BCN_SWC_CON_CODE>
<BCN_SWC_CON_ID>1</BCN_SWC_CON_ID>
<BCN_SWC_CON_NAME>sample string 2</BCN_SWC_CON_NAME>
<BCN_SWC_RESULT>sample string 6</BCN_SWC_RESULT>
<BCN_SWC_RESULT_CODE>sample string 4</BCN_SWC_RESULT_CODE>
<BCN_SWC_RESULT_ID>1</BCN_SWC_RESULT_ID>
<BCN_SWC_RESULT_NAME>sample string 5</BCN_SWC_RESULT_NAME>
<BCN_UOM_CODE>sample string 7</BCN_UOM_CODE>
<BCN_UOM_ID>1</BCN_UOM_ID>
<BCN_UOM_NAME>sample string 8</BCN_UOM_NAME>
</BE_CONTROL_DETAILS>
</BE_CONTROL_DETAILS>
<BE_CP_ID>1</BE_CP_ID>
<BE_CREATED_BY>1</BE_CREATED_BY>
<BE_ID>1</BE_ID>
</ControlDetailsInput>
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. |