POST api/AccountHeadMsts/PostAccountHeadMst

Request Information

URI Parameters

None.

Body Parameters

AccountHeadMst
NameDescriptionTypeAdditional information
AccountHeadID

integer

None.

Name

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountHeadID": 1,
  "Name": "sample string 2",
  "IsActive": true,
  "IsDeleted": true,
  "CreatedBy": 5,
  "CreatedDate": "2024-03-16T01:26:57.5278209+05:30",
  "ModifiedBy": 1,
  "ModifiedDate": "2024-03-16T01:26:57.5278209+05:30"
}

application/xml, text/xml

Sample:
<AccountHeadMst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEDAAPI.Models">
  <AccountHeadID>1</AccountHeadID>
  <CreatedBy>5</CreatedBy>
  <CreatedDate>2024-03-16T01:26:57.5278209+05:30</CreatedDate>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2024-03-16T01:26:57.5278209+05:30</ModifiedDate>
  <Name>sample string 2</Name>
</AccountHeadMst>

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.