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": "93e400a0-e4df-4b8c-941b-1724cd2d665f",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-03-07T15:12:46.2245909+00:00",
"DateBetweenEnd": "2026-03-07T15:12:46.2245909+00:00",
"HourOffset": 3,
"PlanId": "96fdbe5a-89b8-42d1-acd2-3a33016d01c5"
}
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": "6b2ef68f-3f24-4e87-9876-1a2d159f5bec",
"CostTypeId": "45e9ddcc-6c1d-4e57-96d7-8cdf6ccb4df8",
"CategoryId": "66558d5a-781b-4e8b-b48d-7c62e8099394",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "8291c4b5-f680-4a0a-abf8-3f044de1037b",
"AuthKey": "sample string 7",
"Timestamp": "2026-03-07T15:12:46.2402189+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-03-07T15:12:46.2402189+00:00": 2.0
},
"MonthRange_Start": "2026-03-07T15:12:46.2402189+00:00",
"MonthRange_End": "2026-03-07T15:12:46.2402189+00:00",
"id": "9597ada7-1cb3-4ed5-b5ff-5ae09bec9f19",
"ConfigId": "73432cc9-766e-4e44-962a-7fa4cf44346a"
},
{
"PlanId": "6b2ef68f-3f24-4e87-9876-1a2d159f5bec",
"CostTypeId": "45e9ddcc-6c1d-4e57-96d7-8cdf6ccb4df8",
"CategoryId": "66558d5a-781b-4e8b-b48d-7c62e8099394",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "8291c4b5-f680-4a0a-abf8-3f044de1037b",
"AuthKey": "sample string 7",
"Timestamp": "2026-03-07T15:12:46.2402189+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-03-07T15:12:46.2402189+00:00": 2.0
},
"MonthRange_Start": "2026-03-07T15:12:46.2402189+00:00",
"MonthRange_End": "2026-03-07T15:12:46.2402189+00:00",
"id": "9597ada7-1cb3-4ed5-b5ff-5ae09bec9f19",
"ConfigId": "73432cc9-766e-4e44-962a-7fa4cf44346a"
}
]