POST api/CHA/GetCHAContDtlsList
Request Information
URI Parameters
None.
Body Parameters
GetChaContDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| SCD_ID | integer |
None. |
|
| SCD_SB_ID | integer |
None. |
|
| SCD_CONT_NO | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| SCD_SIZE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SCD_ID": 1,
"SCD_SB_ID": 1,
"SCD_CONT_NO": "sample string 1",
"START": 1,
"LENGTH": 1,
"SCD_SIZE": "sample string 2"
}
application/xml, text/xml
Sample:
<GetChaContDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <SCD_CONT_NO>sample string 1</SCD_CONT_NO> <SCD_ID>1</SCD_ID> <SCD_SB_ID>1</SCD_SB_ID> <SCD_SIZE>sample string 2</SCD_SIZE> <START>1</START> </GetChaContDetails>
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. |