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": "f4d4bda0-f912-44bb-8d69-a5fb059e4569",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-01-22T08:08:44.7960945+00:00",
"DateBetweenEnd": "2026-01-22T08:08:44.7960945+00:00",
"HourOffset": 3,
"PlanId": "dee591b6-22ed-4029-a404-69c53a76ac8e"
}
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": "010ee31e-1644-48f4-b437-e4aa88ca4626",
"CostTypeId": "7a7f6277-5df4-46b7-a947-de4bcdcdb3bf",
"CategoryId": "9e788ae2-d2e0-49a0-aca0-bb0be51a86b9",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "41180518-301d-49d3-b47c-a95b8539929d",
"AuthKey": "sample string 7",
"Timestamp": "2026-01-22T08:08:44.7960945+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-01-22T08:08:44.7960945+00:00": 2.0
},
"MonthRange_Start": "2026-01-22T08:08:44.7960945+00:00",
"MonthRange_End": "2026-01-22T08:08:44.7960945+00:00",
"id": "63cdc74d-5aa5-41dc-93f7-74358739769c",
"ConfigId": "233ac827-cb97-4e4d-bf93-0cb343870d47"
},
{
"PlanId": "010ee31e-1644-48f4-b437-e4aa88ca4626",
"CostTypeId": "7a7f6277-5df4-46b7-a947-de4bcdcdb3bf",
"CategoryId": "9e788ae2-d2e0-49a0-aca0-bb0be51a86b9",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "41180518-301d-49d3-b47c-a95b8539929d",
"AuthKey": "sample string 7",
"Timestamp": "2026-01-22T08:08:44.7960945+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-01-22T08:08:44.7960945+00:00": 2.0
},
"MonthRange_Start": "2026-01-22T08:08:44.7960945+00:00",
"MonthRange_End": "2026-01-22T08:08:44.7960945+00:00",
"id": "63cdc74d-5aa5-41dc-93f7-74358739769c",
"ConfigId": "233ac827-cb97-4e4d-bf93-0cb343870d47"
}
]