POST api/CHAImpMstrs/GetSWInfoCTHList

Request Information

URI Parameters

None.

Body Parameters

GetSWInfoCTHInput
NameDescriptionTypeAdditional information
CTH_FROM

string

None.

CTH_CP_CODE_ID

integer

None.

CTH_CP_NAME_ID

integer

None.

CTH_EFF_DATE

date

None.

CTH_END_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CTH_FROM": "sample string 1",
  "CTH_CP_CODE_ID": 1,
  "CTH_CP_NAME_ID": 1,
  "CTH_EFF_DATE": "2025-12-06T04:26:29.1516274+00:00",
  "CTH_END_DATE": "2025-12-06T04:26:29.1516274+00:00"
}

application/xml, text/xml

Sample:
<GetSWInfoCTHInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CTH_CP_CODE_ID>1</CTH_CP_CODE_ID>
  <CTH_CP_NAME_ID>1</CTH_CP_NAME_ID>
  <CTH_EFF_DATE>2025-12-06T04:26:29.1516274+00:00</CTH_EFF_DATE>
  <CTH_END_DATE>2025-12-06T04:26:29.1516274+00:00</CTH_END_DATE>
  <CTH_FROM>sample string 1</CTH_FROM>
</GetSWInfoCTHInput>

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.