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": "29a7b35c-3ef8-48a4-a351-804767fb52c6",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-07-03T17:21:32.0931165+00:00",
"DateBetweenEnd": "2026-07-03T17:21:32.0931165+00:00",
"HourOffset": 3,
"PlanId": "a76f4083-dfe4-4150-88e1-8a602bee8ba4"
}
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": "696d4d2e-b214-443e-875d-5182b8a8c376",
"CostTypeId": "ea559095-a7be-4733-8e7f-ac0ec2547cf1",
"CategoryId": "8ced7608-5b83-44dc-ad1d-cf7d9a5b27e8",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "90e7a746-89f2-4825-90a8-51caf38dc8df",
"AuthKey": "sample string 7",
"Timestamp": "2026-07-03T17:21:32.1087484+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-07-03T17:21:32.1087484+00:00": 2.0
},
"MonthRange_Start": "2026-07-03T17:21:32.1087484+00:00",
"MonthRange_End": "2026-07-03T17:21:32.1087484+00:00",
"id": "97421bc1-3c18-4544-ba03-7f229f34279b",
"ConfigId": "6bf05b97-d2f4-422a-b535-87a827fdecea"
},
{
"PlanId": "696d4d2e-b214-443e-875d-5182b8a8c376",
"CostTypeId": "ea559095-a7be-4733-8e7f-ac0ec2547cf1",
"CategoryId": "8ced7608-5b83-44dc-ad1d-cf7d9a5b27e8",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "90e7a746-89f2-4825-90a8-51caf38dc8df",
"AuthKey": "sample string 7",
"Timestamp": "2026-07-03T17:21:32.1087484+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-07-03T17:21:32.1087484+00:00": 2.0
},
"MonthRange_Start": "2026-07-03T17:21:32.1087484+00:00",
"MonthRange_End": "2026-07-03T17:21:32.1087484+00:00",
"id": "97421bc1-3c18-4544-ba03-7f229f34279b",
"ConfigId": "6bf05b97-d2f4-422a-b535-87a827fdecea"
}
]