POST api/CHAImpMstrs/PutECMaster

Request Information

URI Parameters

None.

Body Parameters

CHAECMasterInputs
NameDescriptionTypeAdditional information
ECM_ID

integer

None.

ECM_CODE

string

None.

ECM_DESC

string

None.

ECM_CREATED_BY

integer

None.

ECM_MSG_TYP

string

None.

ECM_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ECM_ID": 1,
  "ECM_CODE": "sample string 1",
  "ECM_DESC": "sample string 2",
  "ECM_CREATED_BY": 1,
  "ECM_MSG_TYP": "sample string 3",
  "ECM_CP_ID": 1
}

application/xml, text/xml

Sample:
<CHAECMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ECM_CODE>sample string 1</ECM_CODE>
  <ECM_CP_ID>1</ECM_CP_ID>
  <ECM_CREATED_BY>1</ECM_CREATED_BY>
  <ECM_DESC>sample string 2</ECM_DESC>
  <ECM_ID>1</ECM_ID>
  <ECM_MSG_TYP>sample string 3</ECM_MSG_TYP>
</CHAECMasterInputs>

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.