POST api/audit/financials
Gets a list of Financial Plan Audits based on the passed filter values.
Request Information
URI Parameters
None.
Body Parameters
Audit_FinancialPlans_Query| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Fields | string |
None. |
|
| Columns | Collection of string |
None. |
|
| DateBetweenStart | date |
None. |
|
| DateBetweenEnd | date |
None. |
|
| HourOffset | integer |
None. |
|
| PlanId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"UserId": "b8c1214b-f55f-47b5-b06f-143d61fc6c6c",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-10-24T07:39:21.6234517+00:00",
"DateBetweenEnd": "2025-10-24T07:39:21.6234517+00:00",
"HourOffset": 3,
"PlanId": "efb64ae0-af6c-4a6e-82d2-fae246f03974"
}
Response Information
Resource Description
Collection of Audit_FinancialPlans| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
None. |
|
| CostTypeId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| CategoryName | string |
None. |
|
| ParentCategoryName | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AuthKey | string |
None. |
|
| Timestamp | date |
None. |
|
| Action | string |
None. |
|
| UpdatedFieldValues | Dictionary of string [key] and Object [value] |
None. |
|
| UpdatedColumnValues | Dictionary of date [key] and decimal number [value] |
None. |
|
| MonthRange_Start | date |
None. |
|
| MonthRange_End | date |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlanId": "5303f9e6-aa61-469b-aaf6-a6cbc4658d82",
"CostTypeId": "eff63fa5-b0e0-4f11-aae2-0e8f0e558a13",
"CategoryId": "052252b0-c638-4986-abb5-d5a856b419ea",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "1c5294df-7ecf-4564-a428-fb88a51db4db",
"AuthKey": "sample string 7",
"Timestamp": "2025-10-24T07:39:21.6234517+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-10-24T07:39:21.6234517+00:00": 2.0
},
"MonthRange_Start": "2025-10-24T07:39:21.6234517+00:00",
"MonthRange_End": "2025-10-24T07:39:21.6234517+00:00",
"id": "4a37f029-f24d-4acd-a1d1-644fc6edc400",
"ConfigId": "b44444d4-5d63-4307-ba2b-cf8e9d4056d2"
},
{
"PlanId": "5303f9e6-aa61-469b-aaf6-a6cbc4658d82",
"CostTypeId": "eff63fa5-b0e0-4f11-aae2-0e8f0e558a13",
"CategoryId": "052252b0-c638-4986-abb5-d5a856b419ea",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "1c5294df-7ecf-4564-a428-fb88a51db4db",
"AuthKey": "sample string 7",
"Timestamp": "2025-10-24T07:39:21.6234517+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-10-24T07:39:21.6234517+00:00": 2.0
},
"MonthRange_Start": "2025-10-24T07:39:21.6234517+00:00",
"MonthRange_End": "2025-10-24T07:39:21.6234517+00:00",
"id": "4a37f029-f24d-4acd-a1d1-644fc6edc400",
"ConfigId": "b44444d4-5d63-4307-ba2b-cf8e9d4056d2"
}
]