POST api/CHAImpMstrs/UploadLCMaster
Request Information
URI Parameters
None.
Body Parameters
UploadLCMasterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LCM_DETAILS | Collection of CHALCMasterList |
None. |
|
| LCM_CP_ID | integer |
None. |
|
| LCM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LCM_DETAILS": [
{
"LCM_ID": 1,
"LCM_CODE": "sample string 1",
"LCM_DESC": "sample string 2",
"LCM_NAME": "sample string 3",
"LCM_VALID": "sample string 4",
"LCM_STATUS": "sample string 5",
"LCM_AD_FLAG": "sample string 6",
"LCM_QUANTITY": "sample string 7",
"LCM_VALUE": "sample string 8",
"LCM_DUTY": "sample string 9",
"LCM_BOND_REQ": "sample string 10",
"LCM_BCD": "sample string 11",
"LCM_SWS": "sample string 12",
"LCM_GST": "sample string 13"
},
{
"LCM_ID": 1,
"LCM_CODE": "sample string 1",
"LCM_DESC": "sample string 2",
"LCM_NAME": "sample string 3",
"LCM_VALID": "sample string 4",
"LCM_STATUS": "sample string 5",
"LCM_AD_FLAG": "sample string 6",
"LCM_QUANTITY": "sample string 7",
"LCM_VALUE": "sample string 8",
"LCM_DUTY": "sample string 9",
"LCM_BOND_REQ": "sample string 10",
"LCM_BCD": "sample string 11",
"LCM_SWS": "sample string 12",
"LCM_GST": "sample string 13"
}
],
"LCM_CP_ID": 1,
"LCM_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadLCMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<LCM_CP_ID>1</LCM_CP_ID>
<LCM_CREATED_BY>1</LCM_CREATED_BY>
<LCM_DETAILS>
<CHALCMasterList>
<LCM_AD_FLAG>sample string 6</LCM_AD_FLAG>
<LCM_BCD>sample string 11</LCM_BCD>
<LCM_BOND_REQ>sample string 10</LCM_BOND_REQ>
<LCM_CODE>sample string 1</LCM_CODE>
<LCM_DESC>sample string 2</LCM_DESC>
<LCM_DUTY>sample string 9</LCM_DUTY>
<LCM_GST>sample string 13</LCM_GST>
<LCM_ID>1</LCM_ID>
<LCM_NAME>sample string 3</LCM_NAME>
<LCM_QUANTITY>sample string 7</LCM_QUANTITY>
<LCM_STATUS>sample string 5</LCM_STATUS>
<LCM_SWS>sample string 12</LCM_SWS>
<LCM_VALID>sample string 4</LCM_VALID>
<LCM_VALUE>sample string 8</LCM_VALUE>
</CHALCMasterList>
<CHALCMasterList>
<LCM_AD_FLAG>sample string 6</LCM_AD_FLAG>
<LCM_BCD>sample string 11</LCM_BCD>
<LCM_BOND_REQ>sample string 10</LCM_BOND_REQ>
<LCM_CODE>sample string 1</LCM_CODE>
<LCM_DESC>sample string 2</LCM_DESC>
<LCM_DUTY>sample string 9</LCM_DUTY>
<LCM_GST>sample string 13</LCM_GST>
<LCM_ID>1</LCM_ID>
<LCM_NAME>sample string 3</LCM_NAME>
<LCM_QUANTITY>sample string 7</LCM_QUANTITY>
<LCM_STATUS>sample string 5</LCM_STATUS>
<LCM_SWS>sample string 12</LCM_SWS>
<LCM_VALID>sample string 4</LCM_VALID>
<LCM_VALUE>sample string 8</LCM_VALUE>
</CHALCMasterList>
</LCM_DETAILS>
</UploadLCMasterInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |