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": "04685811-6572-4aa0-b3c4-6a3a0d442509",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-04-14T08:51:02.1481129+00:00",
"DateBetweenEnd": "2026-04-14T08:51:02.1481129+00:00",
"HourOffset": 3,
"PlanId": "acc0c3e0-8875-429a-96ed-58c1563277d2"
}
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": "2274eb08-8713-443a-bd6f-c672c0fba854",
"CostTypeId": "c5ed10a6-0709-423e-beb7-9a3824b85252",
"CategoryId": "0cceb7d5-45eb-44a1-acea-616bcb3b1b3c",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "2662a349-e907-49c0-b000-706128e25101",
"AuthKey": "sample string 7",
"Timestamp": "2026-04-14T08:51:02.1481129+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-04-14T08:51:02.1481129+00:00": 2.0
},
"MonthRange_Start": "2026-04-14T08:51:02.1481129+00:00",
"MonthRange_End": "2026-04-14T08:51:02.1481129+00:00",
"id": "16ea2319-6bd9-46cf-a957-a4626dae9510",
"ConfigId": "87109527-c6f4-4ff7-9a2e-62b55e1d9be8"
},
{
"PlanId": "2274eb08-8713-443a-bd6f-c672c0fba854",
"CostTypeId": "c5ed10a6-0709-423e-beb7-9a3824b85252",
"CategoryId": "0cceb7d5-45eb-44a1-acea-616bcb3b1b3c",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "2662a349-e907-49c0-b000-706128e25101",
"AuthKey": "sample string 7",
"Timestamp": "2026-04-14T08:51:02.1481129+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-04-14T08:51:02.1481129+00:00": 2.0
},
"MonthRange_Start": "2026-04-14T08:51:02.1481129+00:00",
"MonthRange_End": "2026-04-14T08:51:02.1481129+00:00",
"id": "16ea2319-6bd9-46cf-a957-a4626dae9510",
"ConfigId": "87109527-c6f4-4ff7-9a2e-62b55e1d9be8"
}
]