POST api/CHAImpMstrs/PutSWInfoMaster

Request Information

URI Parameters

None.

Body Parameters

CHASWInfoInput
NameDescriptionTypeAdditional information
SWI_ID

integer

None.

SWI_CP_ID

integer

None.

SWI_CODE

string

None.

SWI_QFR

string

None.

SWI_DESC

string

None.

SWI_STATUS

string

None.

SWI_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SWI_ID": 1,
  "SWI_CP_ID": 1,
  "SWI_CODE": "sample string 1",
  "SWI_QFR": "sample string 2",
  "SWI_DESC": "sample string 3",
  "SWI_STATUS": "sample string 4",
  "SWI_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHASWInfoInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SWI_CODE>sample string 1</SWI_CODE>
  <SWI_CP_ID>1</SWI_CP_ID>
  <SWI_CREATED_BY>1</SWI_CREATED_BY>
  <SWI_DESC>sample string 3</SWI_DESC>
  <SWI_ID>1</SWI_ID>
  <SWI_QFR>sample string 2</SWI_QFR>
  <SWI_STATUS>sample string 4</SWI_STATUS>
</CHASWInfoInput>

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.