POST api/reportadmin/SaveFinanceDataInputs/Organization/{orgKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
FinanceDataInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgKey | integer |
None. |
|
| AssetKey | integer |
None. |
|
| UserKey | integer |
None. |
|
| OriginalPrice | integer |
None. |
|
| EquipmentMarketValueAmount | decimal number |
None. |
|
| DepreciationGroupKey | integer |
None. |
|
| DepreciationValueAmount | decimal number |
None. |
|
| EquipmentMonthPerfUtility | decimal number |
None. |
|
| EquipmentMonthPerfRevenue | decimal number |
None. |
|
| EquipmentPerfomanceRevenues | Collection of FinanceRevenuePerfomance |
None. |
Request Formats
application/json, text/json
Sample:
{
"orgKey": 1,
"assetKey": 2,
"userKey": 3,
"originalPrice": 4,
"equipmentMarketValueAmount": 5.0,
"depreciationGroupKey": 6,
"depreciationValueAmount": 7.0,
"equipmentMonthPerfUtility": 8.0,
"equipmentMonthPerfRevenue": 9.0,
"equipmentPerfomanceRevenues": [
{
"equipmentYearPerfUtility": 1.0,
"equipmentYearPerfRevenue": 2.0,
"yearEnd": 3
},
{
"equipmentYearPerfUtility": 1.0,
"equipmentYearPerfRevenue": 2.0,
"yearEnd": 3
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-29T20:38:22.2514369+00:00"
}