POST api/Charges/Save

Request Information

URI Parameters

None.

Body Parameters

Charge
NameDescriptionTypeAdditional information
Charge_id

integer

None.

Charge_name

string

None.

created_by

string

None.

created_Date_Time

date

None.

updated_by

string

None.

updated_date_time

date

None.

status

boolean

None.

approveByDirector

boolean

None.

will_Direct_Snd_Frm_Exp_To_Bill

boolean

None.

will_review_by_Director

boolean

None.

subChargeName

string

None.

subChargeNameHead

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Charge_id": 1,
  "Charge_name": "sample string 2",
  "created_by": "sample string 3",
  "created_Date_Time": "2025-12-06T10:16:55.9914042+05:30",
  "updated_by": "sample string 4",
  "updated_date_time": "2025-12-06T10:16:55.9914042+05:30",
  "status": true,
  "approveByDirector": true,
  "will_Direct_Snd_Frm_Exp_To_Bill": true,
  "will_review_by_Director": true,
  "subChargeName": "sample string 5",
  "subChargeNameHead": "sample string 6"
}

application/xml, text/xml

Sample:
<Charge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Committed_API">
  <Charge_id>1</Charge_id>
  <Charge_name>sample string 2</Charge_name>
  <approveByDirector>true</approveByDirector>
  <created_Date_Time>2025-12-06T10:16:55.9914042+05:30</created_Date_Time>
  <created_by>sample string 3</created_by>
  <status>true</status>
  <subChargeName>sample string 5</subChargeName>
  <subChargeNameHead>sample string 6</subChargeNameHead>
  <updated_by>sample string 4</updated_by>
  <updated_date_time>2025-12-06T10:16:55.9914042+05:30</updated_date_time>
  <will_Direct_Snd_Frm_Exp_To_Bill>true</will_Direct_Snd_Frm_Exp_To_Bill>
  <will_review_by_Director>true</will_review_by_Director>
</Charge>

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.