POST api/CHA/GetCHASDDetails

Request Information

URI Parameters

None.

Body Parameters

GetCHASDDetailsInput
NameDescriptionTypeAdditional information
SDS_ID

integer

None.

SDS_CP_ID

integer

None.

SDS_EXP_AR_ID

integer

None.

SDS_EXP_AR_NAME

string

None.

SDS_IRN_NO

string

None.

START

integer

None.

LENGTH

integer

None.

SDS_FLAG

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SDS_ID": 1,
  "SDS_CP_ID": 1,
  "SDS_EXP_AR_ID": 1,
  "SDS_EXP_AR_NAME": "sample string 1",
  "SDS_IRN_NO": "sample string 2",
  "START": 1,
  "LENGTH": 1,
  "SDS_FLAG": "sample string 3"
}

application/xml, text/xml

Sample:
<GetCHASDDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <SDS_CP_ID>1</SDS_CP_ID>
  <SDS_EXP_AR_ID>1</SDS_EXP_AR_ID>
  <SDS_EXP_AR_NAME>sample string 1</SDS_EXP_AR_NAME>
  <SDS_FLAG>sample string 3</SDS_FLAG>
  <SDS_ID>1</SDS_ID>
  <SDS_IRN_NO>sample string 2</SDS_IRN_NO>
  <START>1</START>
</GetCHASDDetailsInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.