POST api/CHAImp/GetCHABEIgmNolist
Request Information
URI Parameters
None.
Body Parameters
GetCHAIgmDtlsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BID_ID | integer |
None. |
|
| BID_CP_ID | integer |
None. |
|
| BID_IGM_NO | integer |
None. |
|
| BID_GW_IGM_NO | integer |
None. |
|
| BID_BE_ID | integer |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BID_ID": 1,
"BID_CP_ID": 1,
"BID_IGM_NO": 1,
"BID_GW_IGM_NO": 1,
"BID_BE_ID": 1,
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetCHAIgmDtlsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BID_BE_ID>1</BID_BE_ID> <BID_CP_ID>1</BID_CP_ID> <BID_GW_IGM_NO>1</BID_GW_IGM_NO> <BID_ID>1</BID_ID> <BID_IGM_NO>1</BID_IGM_NO> <LENGTH>1</LENGTH> <START>1</START> </GetCHAIgmDtlsInput>
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. |