POST api/CHAImpMstrs/UploadAIDCMaster

Request Information

URI Parameters

None.

Body Parameters

UploadAIDCMasterInput
NameDescriptionTypeAdditional information
AIC_DETAILS

Collection of CHAAIDCMasterList

None.

AIC_CP_ID

integer

None.

AIC_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AIC_DETAILS": [
    {
      "AIC_ID": 1,
      "AIC_NOTN": "sample string 1",
      "AIC_NOTN_TYP": "sample string 2",
      "AIC_NOTN_DATE": "2025-12-06T05:22:54.9185499+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_UOM_CODE": "sample string 6",
      "AIC_FLAG": "sample string 7",
      "AIC_CON": "sample string 8",
      "AIC_CVD_RATE": 1.0,
      "AIC_CVD_AMT": 1.0,
      "AIC_CVD_UOM_ID": 1,
      "AIC_CVD_UOM_CODE": "sample string 9",
      "AIC_CVD_FLAG": "sample string 10",
      "AIC_AD_FLAG": "sample string 11"
    },
    {
      "AIC_ID": 1,
      "AIC_NOTN": "sample string 1",
      "AIC_NOTN_TYP": "sample string 2",
      "AIC_NOTN_DATE": "2025-12-06T05:22:54.9185499+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_UOM_CODE": "sample string 6",
      "AIC_FLAG": "sample string 7",
      "AIC_CON": "sample string 8",
      "AIC_CVD_RATE": 1.0,
      "AIC_CVD_AMT": 1.0,
      "AIC_CVD_UOM_ID": 1,
      "AIC_CVD_UOM_CODE": "sample string 9",
      "AIC_CVD_FLAG": "sample string 10",
      "AIC_AD_FLAG": "sample string 11"
    }
  ],
  "AIC_CP_ID": 1,
  "AIC_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UploadAIDCMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AIC_CP_ID>1</AIC_CP_ID>
  <AIC_CREATED_BY>1</AIC_CREATED_BY>
  <AIC_DETAILS>
    <CHAAIDCMasterList>
      <AIC_AD_FLAG>sample string 11</AIC_AD_FLAG>
      <AIC_AMT>1</AIC_AMT>
      <AIC_CON>sample string 8</AIC_CON>
      <AIC_CTH>sample string 4</AIC_CTH>
      <AIC_CVD_AMT>1</AIC_CVD_AMT>
      <AIC_CVD_FLAG>sample string 10</AIC_CVD_FLAG>
      <AIC_CVD_RATE>1</AIC_CVD_RATE>
      <AIC_CVD_UOM_CODE>sample string 9</AIC_CVD_UOM_CODE>
      <AIC_CVD_UOM_ID>1</AIC_CVD_UOM_ID>
      <AIC_FLAG>sample string 7</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-06T05:22:54.9185499+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_CODE>sample string 6</AIC_UOM_CODE>
      <AIC_UOM_ID>1</AIC_UOM_ID>
    </CHAAIDCMasterList>
    <CHAAIDCMasterList>
      <AIC_AD_FLAG>sample string 11</AIC_AD_FLAG>
      <AIC_AMT>1</AIC_AMT>
      <AIC_CON>sample string 8</AIC_CON>
      <AIC_CTH>sample string 4</AIC_CTH>
      <AIC_CVD_AMT>1</AIC_CVD_AMT>
      <AIC_CVD_FLAG>sample string 10</AIC_CVD_FLAG>
      <AIC_CVD_RATE>1</AIC_CVD_RATE>
      <AIC_CVD_UOM_CODE>sample string 9</AIC_CVD_UOM_CODE>
      <AIC_CVD_UOM_ID>1</AIC_CVD_UOM_ID>
      <AIC_FLAG>sample string 7</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-06T05:22:54.9185499+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_CODE>sample string 6</AIC_UOM_CODE>
      <AIC_UOM_ID>1</AIC_UOM_ID>
    </CHAAIDCMasterList>
  </AIC_DETAILS>
</UploadAIDCMasterInput>

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.