POST api/CHAImpMstrs/PostCVDMaster

Request Information

URI Parameters

None.

Body Parameters

CHACVDMasterInputs
NameDescriptionTypeAdditional information
CVD_ID

integer

None.

CVD_CP_ID

integer

None.

CVD_NOTN

string

None.

CVD_NOTN_DATE

date

None.

CVD_NOTN_TYP

string

None.

CVD_SL_NO

string

None.

CVD_RATE

decimal number

None.

CVD_AMT

decimal number

None.

CVD_UOM_ID

integer

None.

CVD_UOM_CODE

string

None.

CVD_FLAG

string

None.

CVD_CON

string

None.

CVD_NOTN_CLMD

string

None.

CVD_SLNO_CLMD

string

None.

CVD_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CVD_ID": 1,
  "CVD_CP_ID": 1,
  "CVD_NOTN": "sample string 1",
  "CVD_NOTN_DATE": "2025-12-06T04:26:15.1512701+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_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHACVDMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CVD_AMT>1</CVD_AMT>
  <CVD_CON>sample string 6</CVD_CON>
  <CVD_CP_ID>1</CVD_CP_ID>
  <CVD_CREATED_BY>1</CVD_CREATED_BY>
  <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:15.1512701+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>
</CHACVDMasterInputs>

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.