POST api/CHAImpMstrs/GetSWControlList

Request Information

URI Parameters

None.

Body Parameters

GetSWControlInput
NameDescriptionTypeAdditional information
SWC_CODE

string

None.

SWC_DESC

string

None.

SWC_FLAG

string

None.

SWC_MESS

string

None.

SWC_END_DATE

date

None.

SWC_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SWC_CODE": "sample string 1",
  "SWC_DESC": "sample string 2",
  "SWC_FLAG": "sample string 3",
  "SWC_MESS": "sample string 4",
  "SWC_END_DATE": "2025-12-06T04:28:14.7417905+00:00",
  "SWC_STATUS": "sample string 5"
}

application/xml, text/xml

Sample:
<GetSWControlInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SWC_CODE>sample string 1</SWC_CODE>
  <SWC_DESC>sample string 2</SWC_DESC>
  <SWC_END_DATE>2025-12-06T04:28:14.7417905+00:00</SWC_END_DATE>
  <SWC_FLAG>sample string 3</SWC_FLAG>
  <SWC_MESS>sample string 4</SWC_MESS>
  <SWC_STATUS>sample string 5</SWC_STATUS>
</GetSWControlInput>

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.