POST api/CHAImpMstrs/GetSWMasterList

Request Information

URI Parameters

None.

Body Parameters

GetSWMasterInput
NameDescriptionTypeAdditional information
SW_CODE

string

None.

SW_SHORT_CODE

string

None.

SW_NAME

string

None.

SW_ADD

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SW_CODE": "sample string 1",
  "SW_SHORT_CODE": "sample string 2",
  "SW_NAME": "sample string 3",
  "SW_ADD": "sample string 4"
}

application/xml, text/xml

Sample:
<GetSWMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SW_ADD>sample string 4</SW_ADD>
  <SW_CODE>sample string 1</SW_CODE>
  <SW_NAME>sample string 3</SW_NAME>
  <SW_SHORT_CODE>sample string 2</SW_SHORT_CODE>
</GetSWMasterInput>

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.