POST api/CHAImp/PostBERSPDetails
Request Information
URI Parameters
None.
Body Parameters
RSPInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BE_ID | integer |
None. |
|
| BE_RSP_DETAILS | Collection of BE_RSP_DETAILS |
None. |
|
| BE_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BE_ID": 1,
"BE_RSP_DETAILS": [
{
"BR_ID": 1,
"BR_CP_ID": 1,
"BR_BE_ID": 1,
"BR_BIT_ID": 1,
"BR_BI_SI_NO": 1,
"BR_BIT_PROD_SL_NO": 1,
"BR_SB_NO": 1,
"BR_STATUS": "sample string 1",
"BR_STATUS_CODE": "sample string 2",
"BR_ITEM_SLNO": "sample string 3",
"BR_NOTN_ID": 1,
"BR_NOTN_NAME": "sample string 4",
"BR_NOTN_SLID": 1,
"BR_NOTN_SLNO": "sample string 5",
"BR_ININR": 1.1,
"BR_QUANTITY": 1.1,
"BR_UOM_ID": 1,
"BR_UOM_CODE": "sample string 6",
"BR_DESCRIPTION": "sample string 7"
},
{
"BR_ID": 1,
"BR_CP_ID": 1,
"BR_BE_ID": 1,
"BR_BIT_ID": 1,
"BR_BI_SI_NO": 1,
"BR_BIT_PROD_SL_NO": 1,
"BR_SB_NO": 1,
"BR_STATUS": "sample string 1",
"BR_STATUS_CODE": "sample string 2",
"BR_ITEM_SLNO": "sample string 3",
"BR_NOTN_ID": 1,
"BR_NOTN_NAME": "sample string 4",
"BR_NOTN_SLID": 1,
"BR_NOTN_SLNO": "sample string 5",
"BR_ININR": 1.1,
"BR_QUANTITY": 1.1,
"BR_UOM_ID": 1,
"BR_UOM_CODE": "sample string 6",
"BR_DESCRIPTION": "sample string 7"
}
],
"BE_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<RSPInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<BE_CREATED_BY>1</BE_CREATED_BY>
<BE_ID>1</BE_ID>
<BE_RSP_DETAILS>
<BE_RSP_DETAILS>
<BR_BE_ID>1</BR_BE_ID>
<BR_BIT_ID>1</BR_BIT_ID>
<BR_BIT_PROD_SL_NO>1</BR_BIT_PROD_SL_NO>
<BR_BI_SI_NO>1</BR_BI_SI_NO>
<BR_CP_ID>1</BR_CP_ID>
<BR_DESCRIPTION>sample string 7</BR_DESCRIPTION>
<BR_ID>1</BR_ID>
<BR_ININR>1.1</BR_ININR>
<BR_ITEM_SLNO>sample string 3</BR_ITEM_SLNO>
<BR_NOTN_ID>1</BR_NOTN_ID>
<BR_NOTN_NAME>sample string 4</BR_NOTN_NAME>
<BR_NOTN_SLID>1</BR_NOTN_SLID>
<BR_NOTN_SLNO>sample string 5</BR_NOTN_SLNO>
<BR_QUANTITY>1.1</BR_QUANTITY>
<BR_SB_NO>1</BR_SB_NO>
<BR_STATUS>sample string 1</BR_STATUS>
<BR_STATUS_CODE>sample string 2</BR_STATUS_CODE>
<BR_UOM_CODE>sample string 6</BR_UOM_CODE>
<BR_UOM_ID>1</BR_UOM_ID>
</BE_RSP_DETAILS>
<BE_RSP_DETAILS>
<BR_BE_ID>1</BR_BE_ID>
<BR_BIT_ID>1</BR_BIT_ID>
<BR_BIT_PROD_SL_NO>1</BR_BIT_PROD_SL_NO>
<BR_BI_SI_NO>1</BR_BI_SI_NO>
<BR_CP_ID>1</BR_CP_ID>
<BR_DESCRIPTION>sample string 7</BR_DESCRIPTION>
<BR_ID>1</BR_ID>
<BR_ININR>1.1</BR_ININR>
<BR_ITEM_SLNO>sample string 3</BR_ITEM_SLNO>
<BR_NOTN_ID>1</BR_NOTN_ID>
<BR_NOTN_NAME>sample string 4</BR_NOTN_NAME>
<BR_NOTN_SLID>1</BR_NOTN_SLID>
<BR_NOTN_SLNO>sample string 5</BR_NOTN_SLNO>
<BR_QUANTITY>1.1</BR_QUANTITY>
<BR_SB_NO>1</BR_SB_NO>
<BR_STATUS>sample string 1</BR_STATUS>
<BR_STATUS_CODE>sample string 2</BR_STATUS_CODE>
<BR_UOM_CODE>sample string 6</BR_UOM_CODE>
<BR_UOM_ID>1</BR_UOM_ID>
</BE_RSP_DETAILS>
</BE_RSP_DETAILS>
</RSPInput>
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. |