POST api/CHAImpMstrs/PutLCMaster

Request Information

URI Parameters

None.

Body Parameters

CHALCMasterInputs
NameDescriptionTypeAdditional information
LCM_ID

integer

None.

LCM_CODE

string

None.

LCM_DESC

string

None.

LCM_NAME

string

None.

LCM_VALID

string

None.

LCM_STATUS

string

None.

LCM_AD_FLAG

string

None.

LCM_CREATED_BY

integer

None.

LCM_QUANTITY

string

None.

LCM_VALUE

string

None.

LCM_DUTY

string

None.

LCM_BOND_REQ

string

None.

LCM_BCD

string

None.

LCM_SWS

string

None.

LCM_GST

string

None.

LCM_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "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_CREATED_BY": 1,
  "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
}

application/xml, text/xml

Sample:
<CHALCMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <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_CP_ID>1</LCM_CP_ID>
  <LCM_CREATED_BY>1</LCM_CREATED_BY>
  <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>
</CHALCMasterInputs>

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.