POST api/CHAImpMstrs/PostFCNMaster

Request Information

URI Parameters

None.

Body Parameters

CHAFCNMasterInputs
NameDescriptionTypeAdditional information
FCN_ID

integer

None.

FCN_NOTN

string

None.

FCN_NOTN_TYP

string

None.

FCN_NOTN_DATE

date

None.

FCN_CO_ID

integer

None.

FCN_STATUS

string

None.

FCN_CO_NAME

string

None.

FCN_CREATED_BY

integer

None.

FCN_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FCN_ID": 1,
  "FCN_NOTN": "sample string 1",
  "FCN_NOTN_TYP": "sample string 2",
  "FCN_NOTN_DATE": "2025-12-06T04:25:28.0875337+00:00",
  "FCN_CO_ID": 1,
  "FCN_STATUS": "sample string 3",
  "FCN_CO_NAME": "sample string 4",
  "FCN_CREATED_BY": 1,
  "FCN_CP_ID": 1
}

application/xml, text/xml

Sample:
<CHAFCNMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <FCN_CO_ID>1</FCN_CO_ID>
  <FCN_CO_NAME>sample string 4</FCN_CO_NAME>
  <FCN_CP_ID>1</FCN_CP_ID>
  <FCN_CREATED_BY>1</FCN_CREATED_BY>
  <FCN_ID>1</FCN_ID>
  <FCN_NOTN>sample string 1</FCN_NOTN>
  <FCN_NOTN_DATE>2025-12-06T04:25:28.0875337+00:00</FCN_NOTN_DATE>
  <FCN_NOTN_TYP>sample string 2</FCN_NOTN_TYP>
  <FCN_STATUS>sample string 3</FCN_STATUS>
</CHAFCNMasterInputs>

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.