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": "d5e08d8b-4a9d-4788-b8e6-e8acbac165e3",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-08-15T00:55:13.7060797+00:00",
"DateBetweenEnd": "2026-08-15T00:55:13.7060797+00:00",
"HourOffset": 3,
"PlanId": "eeea5520-6329-4534-84ee-66a55018b72f"
}
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": "a689a9ba-b73c-48a9-b8ff-692c22613d1e",
"CostTypeId": "c9ae3887-7679-401f-ab43-112074dc9d2e",
"CategoryId": "14644db7-e3e9-41d1-9b3d-f460bb7ee2d6",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "16066669-b38e-40ba-a7da-711d65093170",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-15T00:55:13.7216865+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-15T00:55:13.7216865+00:00": 2.0
},
"MonthRange_Start": "2026-08-15T00:55:13.7216865+00:00",
"MonthRange_End": "2026-08-15T00:55:13.7216865+00:00",
"id": "c8f3415e-bad9-4a82-9fa3-2de98e7c0fd5",
"ConfigId": "279d3176-c3fb-41a9-8e06-6ec242fbf664"
},
{
"PlanId": "a689a9ba-b73c-48a9-b8ff-692c22613d1e",
"CostTypeId": "c9ae3887-7679-401f-ab43-112074dc9d2e",
"CategoryId": "14644db7-e3e9-41d1-9b3d-f460bb7ee2d6",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "16066669-b38e-40ba-a7da-711d65093170",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-15T00:55:13.7216865+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-15T00:55:13.7216865+00:00": 2.0
},
"MonthRange_Start": "2026-08-15T00:55:13.7216865+00:00",
"MonthRange_End": "2026-08-15T00:55:13.7216865+00:00",
"id": "c8f3415e-bad9-4a82-9fa3-2de98e7c0fd5",
"ConfigId": "279d3176-c3fb-41a9-8e06-6ec242fbf664"
}
]