POST api/LMSMaster/SaveCharge

Request Information

URI Parameters

None.

Body Parameters

Charge
NameDescriptionTypeAdditional information
ChargeID

integer

None.

ChargeCode

string

None.

ChargeName

string

None.

ChargeDescription

string

None.

IsGSTApplicable

integer

None.

HSN1

string

None.

HSN2

string

None.

HSN3

string

None.

IsCalculationApplicable

integer

None.

ChargeTypeID

integer

None.

IsRental

integer

None.

IsActive

integer

None.

InActiveDate

date

None.

WEFROMDATE

date

None.

WETODATE

date

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChargeID": 1,
  "ChargeCode": "sample string 1",
  "ChargeName": "sample string 2",
  "ChargeDescription": "sample string 3",
  "IsGSTApplicable": 1,
  "HSN1": "sample string 4",
  "HSN2": "sample string 5",
  "HSN3": "sample string 6",
  "IsCalculationApplicable": 1,
  "ChargeTypeID": 1,
  "IsRental": 1,
  "IsActive": 1,
  "InActiveDate": "2025-12-12T02:27:54.8054551+05:30",
  "WEFROMDATE": "2025-12-12T02:27:54.8054551+05:30",
  "WETODATE": "2025-12-12T02:27:54.8054551+05:30",
  "UserID": 1,
  "CompanyID": 1,
  "FinancialYearID": 1,
  "FinancialYear": "sample string 7"
}

application/xml, text/xml

Sample:
<Charge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <CompanyID>1</CompanyID>
  <FinancialYear>sample string 7</FinancialYear>
  <FinancialYearID>1</FinancialYearID>
  <UserID>1</UserID>
  <ChargeCode>sample string 1</ChargeCode>
  <ChargeDescription>sample string 3</ChargeDescription>
  <ChargeID>1</ChargeID>
  <ChargeName>sample string 2</ChargeName>
  <ChargeTypeID>1</ChargeTypeID>
  <HSN1>sample string 4</HSN1>
  <HSN2>sample string 5</HSN2>
  <HSN3>sample string 6</HSN3>
  <InActiveDate>2025-12-12T02:27:54.8054551+05:30</InActiveDate>
  <IsActive>1</IsActive>
  <IsCalculationApplicable>1</IsCalculationApplicable>
  <IsGSTApplicable>1</IsGSTApplicable>
  <IsRental>1</IsRental>
  <WEFROMDATE>2025-12-12T02:27:54.8054551+05:30</WEFROMDATE>
  <WETODATE>2025-12-12T02:27:54.8054551+05:30</WETODATE>
</Charge>

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.