POST api/CHAImpMstrs/GetSWQfrList

Request Information

URI Parameters

None.

Body Parameters

GetSWQualListInput
NameDescriptionTypeAdditional information
SWQ_TYP_CODE

string

None.

SWQ_CODE

string

None.

SWQ_DESC

string

None.

SWQ_FIELD_TYP

string

None.

SWQ_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SWQ_TYP_CODE": "sample string 1",
  "SWQ_CODE": "sample string 2",
  "SWQ_DESC": "sample string 3",
  "SWQ_FIELD_TYP": "sample string 4",
  "SWQ_STATUS": "sample string 5"
}

application/xml, text/xml

Sample:
<GetSWQualListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SWQ_CODE>sample string 2</SWQ_CODE>
  <SWQ_DESC>sample string 3</SWQ_DESC>
  <SWQ_FIELD_TYP>sample string 4</SWQ_FIELD_TYP>
  <SWQ_STATUS>sample string 5</SWQ_STATUS>
  <SWQ_TYP_CODE>sample string 1</SWQ_TYP_CODE>
</GetSWQualListInput>

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.