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