POST api/CHAImp/POSTBEConstDetails
Request Information
URI Parameters
None.
Body Parameters
ConstDetailsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BE_ID | integer |
None. |
|
| BE_CONST_DETAILS | Collection of BE_CONST_DETAILS |
None. |
|
| BE_CREATED_BY | integer |
None. |
|
| BE_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BE_ID": 1,
"BE_CONST_DETAILS": [
{
"BCC_ID": 1,
"BCC_BE_ID": 1,
"BCC_BIT_ID": 1,
"BCC_BND_ID": 1,
"BCC_BI_SI_NO": 1,
"BCC_BIT_PROD_SL_NO": 1,
"BCC_SERIAL_NO": 1,
"BCC_CONST_SL_NO": 1,
"BCC_CONST_ELEMENT_NAME": "sample string 1",
"BCC_ELEMENT_CODE": "sample string 2",
"BCC_CONST_PER": 1.1,
"BCC_CONST_YIELD_PER": 1.1,
"BCC_ACT_INGRED": "sample string 3",
"BCC_ACT_INGRED_CODE": "sample string 4"
},
{
"BCC_ID": 1,
"BCC_BE_ID": 1,
"BCC_BIT_ID": 1,
"BCC_BND_ID": 1,
"BCC_BI_SI_NO": 1,
"BCC_BIT_PROD_SL_NO": 1,
"BCC_SERIAL_NO": 1,
"BCC_CONST_SL_NO": 1,
"BCC_CONST_ELEMENT_NAME": "sample string 1",
"BCC_ELEMENT_CODE": "sample string 2",
"BCC_CONST_PER": 1.1,
"BCC_CONST_YIELD_PER": 1.1,
"BCC_ACT_INGRED": "sample string 3",
"BCC_ACT_INGRED_CODE": "sample string 4"
}
],
"BE_CREATED_BY": 1,
"BE_CP_ID": 1
}
application/xml, text/xml
Sample:
<ConstDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<BE_CONST_DETAILS>
<BE_CONST_DETAILS>
<BCC_ACT_INGRED>sample string 3</BCC_ACT_INGRED>
<BCC_ACT_INGRED_CODE>sample string 4</BCC_ACT_INGRED_CODE>
<BCC_BE_ID>1</BCC_BE_ID>
<BCC_BIT_ID>1</BCC_BIT_ID>
<BCC_BIT_PROD_SL_NO>1</BCC_BIT_PROD_SL_NO>
<BCC_BI_SI_NO>1</BCC_BI_SI_NO>
<BCC_BND_ID>1</BCC_BND_ID>
<BCC_CONST_ELEMENT_NAME>sample string 1</BCC_CONST_ELEMENT_NAME>
<BCC_CONST_PER>1.1</BCC_CONST_PER>
<BCC_CONST_SL_NO>1</BCC_CONST_SL_NO>
<BCC_CONST_YIELD_PER>1.1</BCC_CONST_YIELD_PER>
<BCC_ELEMENT_CODE>sample string 2</BCC_ELEMENT_CODE>
<BCC_ID>1</BCC_ID>
<BCC_SERIAL_NO>1</BCC_SERIAL_NO>
</BE_CONST_DETAILS>
<BE_CONST_DETAILS>
<BCC_ACT_INGRED>sample string 3</BCC_ACT_INGRED>
<BCC_ACT_INGRED_CODE>sample string 4</BCC_ACT_INGRED_CODE>
<BCC_BE_ID>1</BCC_BE_ID>
<BCC_BIT_ID>1</BCC_BIT_ID>
<BCC_BIT_PROD_SL_NO>1</BCC_BIT_PROD_SL_NO>
<BCC_BI_SI_NO>1</BCC_BI_SI_NO>
<BCC_BND_ID>1</BCC_BND_ID>
<BCC_CONST_ELEMENT_NAME>sample string 1</BCC_CONST_ELEMENT_NAME>
<BCC_CONST_PER>1.1</BCC_CONST_PER>
<BCC_CONST_SL_NO>1</BCC_CONST_SL_NO>
<BCC_CONST_YIELD_PER>1.1</BCC_CONST_YIELD_PER>
<BCC_ELEMENT_CODE>sample string 2</BCC_ELEMENT_CODE>
<BCC_ID>1</BCC_ID>
<BCC_SERIAL_NO>1</BCC_SERIAL_NO>
</BE_CONST_DETAILS>
</BE_CONST_DETAILS>
<BE_CP_ID>1</BE_CP_ID>
<BE_CREATED_BY>1</BE_CREATED_BY>
<BE_ID>1</BE_ID>
</ConstDetailsInput>
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. |