POST api/CHB/GetCHBJOBSummary
Request Information
URI Parameters
None.
Body Parameters
GetCHBJOB| Name | Description | Type | Additional information |
|---|---|---|---|
| CHB_JOB_NUM | string |
None. |
|
| CHB_CP_ID | integer |
None. |
|
| CHB_AR_ID | integer |
None. |
|
| CHB_TYPE | string |
None. |
|
| CHB_POL_ID | integer |
None. |
|
| CHB_POD_ID | integer |
None. |
|
| CHB_STATUS | string |
None. |
|
| CHB_SEARCH | string |
None. |
|
| CHB_FROM_DATE | date |
None. |
|
| CHB_TO_DATE | date |
None. |
|
| CHB_GLOBAL_SEARCH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CHB_JOB_NUM": "sample string 1",
"CHB_CP_ID": 1,
"CHB_AR_ID": 1,
"CHB_TYPE": "sample string 2",
"CHB_POL_ID": 1,
"CHB_POD_ID": 1,
"CHB_STATUS": "sample string 3",
"CHB_SEARCH": "sample string 4",
"CHB_FROM_DATE": "2025-12-06T04:25:18.6966632+00:00",
"CHB_TO_DATE": "2025-12-06T04:25:18.6966632+00:00",
"CHB_GLOBAL_SEARCH": "sample string 5"
}
application/xml, text/xml
Sample:
<GetCHBJOB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CHB_AR_ID>1</CHB_AR_ID> <CHB_CP_ID>1</CHB_CP_ID> <CHB_FROM_DATE>2025-12-06T04:25:18.6966632+00:00</CHB_FROM_DATE> <CHB_GLOBAL_SEARCH>sample string 5</CHB_GLOBAL_SEARCH> <CHB_JOB_NUM>sample string 1</CHB_JOB_NUM> <CHB_POD_ID>1</CHB_POD_ID> <CHB_POL_ID>1</CHB_POL_ID> <CHB_SEARCH>sample string 4</CHB_SEARCH> <CHB_STATUS>sample string 3</CHB_STATUS> <CHB_TO_DATE>2025-12-06T04:25:18.6966632+00:00</CHB_TO_DATE> <CHB_TYPE>sample string 2</CHB_TYPE> </GetCHBJOB>
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. |