POST api/CHAImp/GetBEREImpDetails
Request Information
URI Parameters
None.
Body Parameters
GetRSPInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BE_ID | integer |
None. |
|
| BE_CP_ID | integer |
None. |
|
| BIT_ID | integer |
None. |
|
| BI_SI_NO | integer |
None. |
|
| BIT_PROD_SL_NO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BE_ID": 1,
"BE_CP_ID": 1,
"BIT_ID": 1,
"BI_SI_NO": 1,
"BIT_PROD_SL_NO": 1
}
application/xml, text/xml
Sample:
<GetRSPInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BE_CP_ID>1</BE_CP_ID> <BE_ID>1</BE_ID> <BIT_ID>1</BIT_ID> <BIT_PROD_SL_NO>1</BIT_PROD_SL_NO> <BI_SI_NO>1</BI_SI_NO> </GetRSPInput>
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. |