POST api/CHAImp/GetImpCHAQueryCheckList
Request Information
URI Parameters
None.
Body Parameters
CHAChecklistInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CHA_CP_ID | integer |
None. |
|
| CHA_JOB_ID | integer |
None. |
|
| CHA_CREATED_BY | integer |
None. |
|
| CHA_IMP_BE_FLAG | string |
None. |
|
| CHA_EXP_SB_FLAG | string |
None. |
|
| CHA_BQ_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CHA_CP_ID": 1,
"CHA_JOB_ID": 1,
"CHA_CREATED_BY": 1,
"CHA_IMP_BE_FLAG": "sample string 1",
"CHA_EXP_SB_FLAG": "sample string 2",
"CHA_BQ_ID": 1
}
application/xml, text/xml
Sample:
<CHAChecklistInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CHA_BQ_ID>1</CHA_BQ_ID> <CHA_CP_ID>1</CHA_CP_ID> <CHA_CREATED_BY>1</CHA_CREATED_BY> <CHA_EXP_SB_FLAG>sample string 2</CHA_EXP_SB_FLAG> <CHA_IMP_BE_FLAG>sample string 1</CHA_IMP_BE_FLAG> <CHA_JOB_ID>1</CHA_JOB_ID> </CHAChecklistInput>
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. |