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": "6261963a-e8c6-4402-8203-d9c1b9f16fd5",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-05-08T11:34:04.0154077+00:00",
"DateBetweenEnd": "2026-05-08T11:34:04.0154077+00:00",
"HourOffset": 3,
"PlanId": "3841fa93-a160-44c3-8722-19be93876a36"
}
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": "bc672657-14fe-4419-a154-54ba4e3c1841",
"CostTypeId": "6c2ce328-59d2-4037-8673-a7422c6ee049",
"CategoryId": "8d8cd3dd-89c1-4f15-85df-bf9776acc2d3",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "c20a6384-7d3e-4a74-9c41-4876537dae81",
"AuthKey": "sample string 7",
"Timestamp": "2026-05-08T11:34:04.0154077+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-05-08T11:34:04.0154077+00:00": 2.0
},
"MonthRange_Start": "2026-05-08T11:34:04.0154077+00:00",
"MonthRange_End": "2026-05-08T11:34:04.0154077+00:00",
"id": "5623e5d4-36c8-49f9-b40d-7558061ae690",
"ConfigId": "59646ed2-3199-4409-a3ea-6282e90a97fc"
},
{
"PlanId": "bc672657-14fe-4419-a154-54ba4e3c1841",
"CostTypeId": "6c2ce328-59d2-4037-8673-a7422c6ee049",
"CategoryId": "8d8cd3dd-89c1-4f15-85df-bf9776acc2d3",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "c20a6384-7d3e-4a74-9c41-4876537dae81",
"AuthKey": "sample string 7",
"Timestamp": "2026-05-08T11:34:04.0154077+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-05-08T11:34:04.0154077+00:00": 2.0
},
"MonthRange_Start": "2026-05-08T11:34:04.0154077+00:00",
"MonthRange_End": "2026-05-08T11:34:04.0154077+00:00",
"id": "5623e5d4-36c8-49f9-b40d-7558061ae690",
"ConfigId": "59646ed2-3199-4409-a3ea-6282e90a97fc"
}
]