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": "864e0c12-cb28-460b-a7e0-4fc094da038d",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-08-22T01:13:18.3661724+00:00",
"DateBetweenEnd": "2026-08-22T01:13:18.3661724+00:00",
"HourOffset": 3,
"PlanId": "e868a582-bbad-4b6a-8a00-adf682ef4edd"
}
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": "30c21071-679a-408f-a1fa-232dc76929a7",
"CostTypeId": "c71f7b42-1296-4cb6-91ff-7352f9e15644",
"CategoryId": "c339ccae-5bb9-41e1-a15e-5410deb96df5",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "75dfb729-06ab-4ca1-be99-b0e0f97ae5f9",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-22T01:13:18.381779+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-22T01:13:18.381779+00:00": 2.0
},
"MonthRange_Start": "2026-08-22T01:13:18.381779+00:00",
"MonthRange_End": "2026-08-22T01:13:18.381779+00:00",
"id": "2dbf13ab-8b7a-480a-9cd3-2413abb39673",
"ConfigId": "fb3b3ec5-0553-4ad5-9f35-ee712c8ae64d"
},
{
"PlanId": "30c21071-679a-408f-a1fa-232dc76929a7",
"CostTypeId": "c71f7b42-1296-4cb6-91ff-7352f9e15644",
"CategoryId": "c339ccae-5bb9-41e1-a15e-5410deb96df5",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "75dfb729-06ab-4ca1-be99-b0e0f97ae5f9",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-22T01:13:18.381779+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-22T01:13:18.381779+00:00": 2.0
},
"MonthRange_Start": "2026-08-22T01:13:18.381779+00:00",
"MonthRange_End": "2026-08-22T01:13:18.381779+00:00",
"id": "2dbf13ab-8b7a-480a-9cd3-2413abb39673",
"ConfigId": "fb3b3ec5-0553-4ad5-9f35-ee712c8ae64d"
}
]