POST api/FixedAssetsRegister/ReadFormHistory

Request Information

URI Parameters

None.

Body Parameters

FixedAssetsRegister
NameDescriptionTypeAdditional information
AssetsDepartmentId

integer

None.

BranchesId

integer

None.

Vendor

string

None.

OrganizationId

integer

None.

AssetCondition

string

None.

AssetDepriciationAcId

integer

None.

Manufacturer

string

None.

CompanyId

integer

None.

Pic1Path

string

None.

Pic2Path

string

None.

AssetSerialNo

string

None.

AssetName

string

None.

Brand

string

None.

Id

integer

None.

PurchasePrice

decimal number

None.

AssetsType

string

None.

AssetLocationId

string

None.

ItemId

integer

None.

IsApproved

boolean

None.

EntryDate

date

None.

PurchaseDate

date

None.

CurrentValue

decimal number

None.

ApprovedDate

date

None.

AssetStatus

string

None.

AssetGLAccountId

integer

None.

MakeDesc

string

None.

ExpiryDate

date

None.

EntryUserId

integer

None.

FixedAssetsCategoryId

integer

None.

ProjectsId

integer

None.

ModelDesc

string

None.

ApprovedUserId

integer

None.

AssetAcmltvAcId

integer

None.

UseableLifeMonth

integer

None.

AssetsCategory

string

None.

AssetAcmltvAc

string

None.

AssetDepriciationAc

string

None.

AssetGLAccount

string

None.

DepartmentName

string

None.

ItemName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AssetsDepartmentId": 1,
  "BranchesId": 2,
  "Vendor": "sample string 3",
  "OrganizationId": 4,
  "AssetCondition": "sample string 5",
  "AssetDepriciationAcId": 6,
  "Manufacturer": "sample string 7",
  "CompanyId": 8,
  "Pic1Path": "sample string 9",
  "Pic2Path": "sample string 10",
  "AssetSerialNo": "sample string 11",
  "AssetName": "sample string 12",
  "Brand": "sample string 13",
  "Id": 14,
  "PurchasePrice": 15.1,
  "AssetsType": "sample string 16",
  "AssetLocationId": "sample string 17",
  "ItemId": 18,
  "IsApproved": true,
  "EntryDate": "2025-12-22T18:23:25.1384555+05:00",
  "PurchaseDate": "2025-12-22T18:23:25.1384555+05:00",
  "CurrentValue": 22.1,
  "ApprovedDate": "2025-12-22T18:23:25.1384555+05:00",
  "AssetStatus": "sample string 24",
  "AssetGLAccountId": 25,
  "MakeDesc": "sample string 26",
  "ExpiryDate": "2025-12-22T18:23:25.1384555+05:00",
  "EntryUserId": 28,
  "FixedAssetsCategoryId": 29,
  "ProjectsId": 30,
  "ModelDesc": "sample string 31",
  "ApprovedUserId": 32,
  "AssetAcmltvAcId": 33,
  "UseableLifeMonth": 34,
  "AssetsCategory": "sample string 35",
  "AssetAcmltvAc": "sample string 36",
  "AssetDepriciationAc": "sample string 37",
  "AssetGLAccount": "sample string 38",
  "DepartmentName": "sample string 39",
  "ItemName": "sample string 40"
}

application/xml, text/xml

Sample:
<FixedAssetsRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.FixedAssets">
  <ApprovedDate>2025-12-22T18:23:25.1384555+05:00</ApprovedDate>
  <ApprovedUserId>32</ApprovedUserId>
  <AssetAcmltvAc>sample string 36</AssetAcmltvAc>
  <AssetAcmltvAcId>33</AssetAcmltvAcId>
  <AssetCondition>sample string 5</AssetCondition>
  <AssetDepriciationAc>sample string 37</AssetDepriciationAc>
  <AssetDepriciationAcId>6</AssetDepriciationAcId>
  <AssetGLAccount>sample string 38</AssetGLAccount>
  <AssetGLAccountId>25</AssetGLAccountId>
  <AssetLocationId>sample string 17</AssetLocationId>
  <AssetName>sample string 12</AssetName>
  <AssetSerialNo>sample string 11</AssetSerialNo>
  <AssetStatus>sample string 24</AssetStatus>
  <AssetsCategory>sample string 35</AssetsCategory>
  <AssetsDepartmentId>1</AssetsDepartmentId>
  <AssetsType>sample string 16</AssetsType>
  <BranchesId>2</BranchesId>
  <Brand>sample string 13</Brand>
  <CompanyId>8</CompanyId>
  <CurrentValue>22.1</CurrentValue>
  <DepartmentName>sample string 39</DepartmentName>
  <EntryDate>2025-12-22T18:23:25.1384555+05:00</EntryDate>
  <EntryUserId>28</EntryUserId>
  <ExpiryDate>2025-12-22T18:23:25.1384555+05:00</ExpiryDate>
  <FixedAssetsCategoryId>29</FixedAssetsCategoryId>
  <Id>14</Id>
  <IsApproved>true</IsApproved>
  <ItemId>18</ItemId>
  <ItemName>sample string 40</ItemName>
  <MakeDesc>sample string 26</MakeDesc>
  <Manufacturer>sample string 7</Manufacturer>
  <ModelDesc>sample string 31</ModelDesc>
  <OrganizationId>4</OrganizationId>
  <Pic1Path>sample string 9</Pic1Path>
  <Pic2Path>sample string 10</Pic2Path>
  <ProjectsId>30</ProjectsId>
  <PurchaseDate>2025-12-22T18:23:25.1384555+05:00</PurchaseDate>
  <PurchasePrice>15.1</PurchasePrice>
  <UseableLifeMonth>34</UseableLifeMonth>
  <Vendor>sample string 3</Vendor>
</FixedAssetsRegister>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FixedAssetsRegister'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.