POST api/CHAMasters/PutEFMMaster

Request Information

URI Parameters

None.

Body Parameters

CHAEFMMaster
NameDescriptionTypeAdditional information
CFM_ID

integer

None.

CFM_CO_ID

integer

None.

CFM_FTA_TYPE

string

None.

CFM_FTA_CODE

string

None.

CFM_DST_CO_ID

integer

None.

CFM_EFFECTIVE_DATE

date

None.

CFM_STATUS

string

None.

CFM_NOTES

string

None.

CFM_CREATED_BY

integer

None.

CFM_STATUS_CODE

string

None.

CFM_CO_ID_CODE

string

None.

CFM_DST_CO_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CFM_ID": 1,
  "CFM_CO_ID": 1,
  "CFM_FTA_TYPE": "sample string 1",
  "CFM_FTA_CODE": "sample string 2",
  "CFM_DST_CO_ID": 1,
  "CFM_EFFECTIVE_DATE": "2024-05-19T17:14:40.1422327+05:30",
  "CFM_STATUS": "sample string 3",
  "CFM_NOTES": "sample string 4",
  "CFM_CREATED_BY": 1,
  "CFM_STATUS_CODE": "sample string 5",
  "CFM_CO_ID_CODE": "sample string 6",
  "CFM_DST_CO_CODE": "sample string 7"
}

application/xml, text/xml

Sample:
<CHAEFMMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CFM_CO_ID>1</CFM_CO_ID>
  <CFM_CO_ID_CODE>sample string 6</CFM_CO_ID_CODE>
  <CFM_CREATED_BY>1</CFM_CREATED_BY>
  <CFM_DST_CO_CODE>sample string 7</CFM_DST_CO_CODE>
  <CFM_DST_CO_ID>1</CFM_DST_CO_ID>
  <CFM_EFFECTIVE_DATE>2024-05-19T17:14:40.1422327+05:30</CFM_EFFECTIVE_DATE>
  <CFM_FTA_CODE>sample string 2</CFM_FTA_CODE>
  <CFM_FTA_TYPE>sample string 1</CFM_FTA_TYPE>
  <CFM_ID>1</CFM_ID>
  <CFM_NOTES>sample string 4</CFM_NOTES>
  <CFM_STATUS>sample string 3</CFM_STATUS>
  <CFM_STATUS_CODE>sample string 5</CFM_STATUS_CODE>
</CHAEFMMaster>

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.