POST api/CHAImpMstrs/GetAIDCMasterList
Request Information
URI Parameters
None.
Body Parameters
GetAIDCMasterListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| AIC_ID | integer |
None. |
|
| AIC_NOTN | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| AIC_SL_NO | string |
None. |
|
| AIC_CTH | string |
None. |
|
| AIC_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AIC_ID": 1,
"AIC_NOTN": "sample string 1",
"START": 1,
"LENGTH": 1,
"AIC_SL_NO": "sample string 2",
"AIC_CTH": "sample string 3",
"AIC_CP_ID": 1
}
application/xml, text/xml
Sample:
<GetAIDCMasterListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AIC_CP_ID>1</AIC_CP_ID> <AIC_CTH>sample string 3</AIC_CTH> <AIC_ID>1</AIC_ID> <AIC_NOTN>sample string 1</AIC_NOTN> <AIC_SL_NO>sample string 2</AIC_SL_NO> <LENGTH>1</LENGTH> <START>1</START> </GetAIDCMasterListInput>
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. |