POST api/CHAImpMstrs/UploadCVDMaster

Request Information

URI Parameters

None.

Body Parameters

UploadCVDMasterInput
NameDescriptionTypeAdditional information
CVD_DETAILS

Collection of CHACVDMasterList

None.

CVD_CP_ID

integer

None.

CVD_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CVD_DETAILS": [
    {
      "CVD_ID": 1,
      "CVD_NOTN": "sample string 1",
      "CVD_NOTN_DATE": "2025-12-06T04:26:07.1823091+00:00",
      "CVD_NOTN_TYP": "sample string 2",
      "CVD_SL_NO": "sample string 3",
      "CVD_RATE": 1.0,
      "CVD_AMT": 1.0,
      "CVD_UOM_ID": 1,
      "CVD_UOM_CODE": "sample string 4",
      "CVD_FLAG": "sample string 5",
      "CVD_CON": "sample string 6",
      "CVD_NOTN_CLMD": "sample string 7",
      "CVD_SLNO_CLMD": "sample string 8"
    },
    {
      "CVD_ID": 1,
      "CVD_NOTN": "sample string 1",
      "CVD_NOTN_DATE": "2025-12-06T04:26:07.1823091+00:00",
      "CVD_NOTN_TYP": "sample string 2",
      "CVD_SL_NO": "sample string 3",
      "CVD_RATE": 1.0,
      "CVD_AMT": 1.0,
      "CVD_UOM_ID": 1,
      "CVD_UOM_CODE": "sample string 4",
      "CVD_FLAG": "sample string 5",
      "CVD_CON": "sample string 6",
      "CVD_NOTN_CLMD": "sample string 7",
      "CVD_SLNO_CLMD": "sample string 8"
    }
  ],
  "CVD_CP_ID": 1,
  "CVD_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UploadCVDMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CVD_CP_ID>1</CVD_CP_ID>
  <CVD_CREATED_BY>1</CVD_CREATED_BY>
  <CVD_DETAILS>
    <CHACVDMasterList>
      <CVD_AMT>1</CVD_AMT>
      <CVD_CON>sample string 6</CVD_CON>
      <CVD_FLAG>sample string 5</CVD_FLAG>
      <CVD_ID>1</CVD_ID>
      <CVD_NOTN>sample string 1</CVD_NOTN>
      <CVD_NOTN_CLMD>sample string 7</CVD_NOTN_CLMD>
      <CVD_NOTN_DATE>2025-12-06T04:26:07.1823091+00:00</CVD_NOTN_DATE>
      <CVD_NOTN_TYP>sample string 2</CVD_NOTN_TYP>
      <CVD_RATE>1</CVD_RATE>
      <CVD_SLNO_CLMD>sample string 8</CVD_SLNO_CLMD>
      <CVD_SL_NO>sample string 3</CVD_SL_NO>
      <CVD_UOM_CODE>sample string 4</CVD_UOM_CODE>
      <CVD_UOM_ID>1</CVD_UOM_ID>
    </CHACVDMasterList>
    <CHACVDMasterList>
      <CVD_AMT>1</CVD_AMT>
      <CVD_CON>sample string 6</CVD_CON>
      <CVD_FLAG>sample string 5</CVD_FLAG>
      <CVD_ID>1</CVD_ID>
      <CVD_NOTN>sample string 1</CVD_NOTN>
      <CVD_NOTN_CLMD>sample string 7</CVD_NOTN_CLMD>
      <CVD_NOTN_DATE>2025-12-06T04:26:07.1823091+00:00</CVD_NOTN_DATE>
      <CVD_NOTN_TYP>sample string 2</CVD_NOTN_TYP>
      <CVD_RATE>1</CVD_RATE>
      <CVD_SLNO_CLMD>sample string 8</CVD_SLNO_CLMD>
      <CVD_SL_NO>sample string 3</CVD_SL_NO>
      <CVD_UOM_CODE>sample string 4</CVD_UOM_CODE>
      <CVD_UOM_ID>1</CVD_UOM_ID>
    </CHACVDMasterList>
  </CVD_DETAILS>
</UploadCVDMasterInput>

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.