POST api/CHAImpMstrs/PostAIDCMaster

Request Information

URI Parameters

None.

Body Parameters

CHAAIDCMasterInputs
NameDescriptionTypeAdditional information
AIC_ID

integer

None.

AIC_CP_ID

integer

None.

AIC_NOTN

string

None.

AIC_NOTN_TYP

string

None.

AIC_NOTN_DATE

date

None.

AIC_SL_NO

string

None.

AIC_CTH

string

None.

AIC_ITM_DESC

string

None.

AIC_RATE

decimal number

None.

AIC_AMT

decimal number

None.

AIC_UOM_ID

integer

None.

AIC_FLAG

string

None.

AIC_CON

string

None.

AIC_CVD_RATE

decimal number

None.

AIC_CVD_AMT

decimal number

None.

AIC_CVD_UOM_ID

integer

None.

AIC_CVD_FLAG

string

None.

AIC_AD_FLAG

string

None.

AIC_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AIC_ID": 1,
  "AIC_CP_ID": 1,
  "AIC_NOTN": "sample string 1",
  "AIC_NOTN_TYP": "sample string 2",
  "AIC_NOTN_DATE": "2025-12-06T04:26:07.4636031+00:00",
  "AIC_SL_NO": "sample string 3",
  "AIC_CTH": "sample string 4",
  "AIC_ITM_DESC": "sample string 5",
  "AIC_RATE": 1.0,
  "AIC_AMT": 1.0,
  "AIC_UOM_ID": 1,
  "AIC_FLAG": "sample string 6",
  "AIC_CON": "sample string 7",
  "AIC_CVD_RATE": 1.0,
  "AIC_CVD_AMT": 1.0,
  "AIC_CVD_UOM_ID": 1,
  "AIC_CVD_FLAG": "sample string 8",
  "AIC_AD_FLAG": "sample string 9",
  "AIC_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHAAIDCMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AIC_AD_FLAG>sample string 9</AIC_AD_FLAG>
  <AIC_AMT>1</AIC_AMT>
  <AIC_CON>sample string 7</AIC_CON>
  <AIC_CP_ID>1</AIC_CP_ID>
  <AIC_CREATED_BY>1</AIC_CREATED_BY>
  <AIC_CTH>sample string 4</AIC_CTH>
  <AIC_CVD_AMT>1</AIC_CVD_AMT>
  <AIC_CVD_FLAG>sample string 8</AIC_CVD_FLAG>
  <AIC_CVD_RATE>1</AIC_CVD_RATE>
  <AIC_CVD_UOM_ID>1</AIC_CVD_UOM_ID>
  <AIC_FLAG>sample string 6</AIC_FLAG>
  <AIC_ID>1</AIC_ID>
  <AIC_ITM_DESC>sample string 5</AIC_ITM_DESC>
  <AIC_NOTN>sample string 1</AIC_NOTN>
  <AIC_NOTN_DATE>2025-12-06T04:26:07.4636031+00:00</AIC_NOTN_DATE>
  <AIC_NOTN_TYP>sample string 2</AIC_NOTN_TYP>
  <AIC_RATE>1</AIC_RATE>
  <AIC_SL_NO>sample string 3</AIC_SL_NO>
  <AIC_UOM_ID>1</AIC_UOM_ID>
</CHAAIDCMasterInputs>

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.