POST api/CHAImpMstrs/GetSWCodeMapList

Request Information

URI Parameters

None.

Body Parameters

GetSWCodeMapInput
NameDescriptionTypeAdditional information
SWM_CODE

string

None.

SWM_AGENCY_CODE

string

None.

SWM_CTGRY_IND

string

None.

SWM_MAN_FLAG

string

None.

SWM_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SWM_CODE": "sample string 1",
  "SWM_AGENCY_CODE": "sample string 2",
  "SWM_CTGRY_IND": "sample string 3",
  "SWM_MAN_FLAG": "sample string 4",
  "SWM_STATUS": "sample string 5"
}

application/xml, text/xml

Sample:
<GetSWCodeMapInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SWM_AGENCY_CODE>sample string 2</SWM_AGENCY_CODE>
  <SWM_CODE>sample string 1</SWM_CODE>
  <SWM_CTGRY_IND>sample string 3</SWM_CTGRY_IND>
  <SWM_MAN_FLAG>sample string 4</SWM_MAN_FLAG>
  <SWM_STATUS>sample string 5</SWM_STATUS>
</GetSWCodeMapInput>

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.