POST api/CHAImp/GetCHABESDDetails
Request Information
URI Parameters
None.
Body Parameters
GetCHABESDDetailsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BSS_ID | integer |
None. |
|
| BSS_CP_ID | integer |
None. |
|
| BSS_EXP_AR_ID | integer |
None. |
|
| BSS_EXP_AR_NAME | string |
None. |
|
| BSS_IRN_NO | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| BSS_FLAG | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSS_ID": 1,
"BSS_CP_ID": 1,
"BSS_EXP_AR_ID": 1,
"BSS_EXP_AR_NAME": "sample string 1",
"BSS_IRN_NO": "sample string 2",
"START": 1,
"LENGTH": 1,
"BSS_FLAG": "sample string 3"
}
application/xml, text/xml
Sample:
<GetCHABESDDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BSS_CP_ID>1</BSS_CP_ID> <BSS_EXP_AR_ID>1</BSS_EXP_AR_ID> <BSS_EXP_AR_NAME>sample string 1</BSS_EXP_AR_NAME> <BSS_FLAG>sample string 3</BSS_FLAG> <BSS_ID>1</BSS_ID> <BSS_IRN_NO>sample string 2</BSS_IRN_NO> <LENGTH>1</LENGTH> <START>1</START> </GetCHABESDDetailsInput>
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. |