POST api/CHAImpMstrs/PostSWControlMaster

Request Information

URI Parameters

None.

Body Parameters

CHASWControlInput
NameDescriptionTypeAdditional information
SWC_ID

integer

None.

SWC_CP_ID

integer

None.

SWC_CODE

string

None.

SWC_DESC

string

None.

SWC_FLAG

string

None.

SWC_MESS

string

None.

SWC_END_DATE

date

None.

SWC_TEXT

string

None.

SWC_LEVEL

string

None.

SWC_STATUS

string

None.

SWC_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SWC_ID": 1,
  "SWC_CP_ID": 1,
  "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:10.4402493+00:00",
  "SWC_TEXT": "sample string 5",
  "SWC_LEVEL": "sample string 6",
  "SWC_STATUS": "sample string 7",
  "SWC_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHASWControlInput 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_CP_ID>1</SWC_CP_ID>
  <SWC_CREATED_BY>1</SWC_CREATED_BY>
  <SWC_DESC>sample string 2</SWC_DESC>
  <SWC_END_DATE>2025-12-06T04:28:10.4402493+00:00</SWC_END_DATE>
  <SWC_FLAG>sample string 3</SWC_FLAG>
  <SWC_ID>1</SWC_ID>
  <SWC_LEVEL>sample string 6</SWC_LEVEL>
  <SWC_MESS>sample string 4</SWC_MESS>
  <SWC_STATUS>sample string 7</SWC_STATUS>
  <SWC_TEXT>sample string 5</SWC_TEXT>
</CHASWControlInput>

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.