POST api/CostingMaster/CostingHeadEdit

Request Information

URI Parameters

None.

Body Parameters

CostingMaster
NameDescriptionTypeAdditional information
ACTION

string

None.

USER_ID

integer

None.

COSTING_HEAD

string

None.

COSTING_HEAD_ID

integer

None.

SUMMARY_ITEM_ID

integer

None.

COSTING_HEAD_RULE

string

None.

IS_MANDATORY

string

None.

IS_ACTIVE

boolean

None.

strXML

string

None.

COSTING_HEAD_SEQ

integer

None.

CHANGE_REASON

string

None.

ITEM_ID

integer

None.

ITEM_NAME

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ACTION": "sample string 1",
  "USER_ID": 2,
  "COSTING_HEAD": "sample string 3",
  "COSTING_HEAD_ID": 4,
  "SUMMARY_ITEM_ID": 5,
  "COSTING_HEAD_RULE": "sample string 6",
  "IS_MANDATORY": "sample string 7",
  "IS_ACTIVE": true,
  "strXML": "sample string 9",
  "COSTING_HEAD_SEQ": 10,
  "CHANGE_REASON": "sample string 11",
  "ITEM_ID": 12,
  "ITEM_NAME": 13
}

application/xml, text/xml

Sample:
<CostingMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbInterface">
  <ACTION>sample string 1</ACTION>
  <CHANGE_REASON>sample string 11</CHANGE_REASON>
  <COSTING_HEAD>sample string 3</COSTING_HEAD>
  <COSTING_HEAD_ID>4</COSTING_HEAD_ID>
  <COSTING_HEAD_RULE>sample string 6</COSTING_HEAD_RULE>
  <COSTING_HEAD_SEQ>10</COSTING_HEAD_SEQ>
  <IS_ACTIVE>true</IS_ACTIVE>
  <IS_MANDATORY>sample string 7</IS_MANDATORY>
  <ITEM_ID>12</ITEM_ID>
  <ITEM_NAME>13</ITEM_NAME>
  <SUMMARY_ITEM_ID>5</SUMMARY_ITEM_ID>
  <USER_ID>2</USER_ID>
  <strXML>sample string 9</strXML>
</CostingMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.