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": "a2ee4c40-acad-4f15-ad2b-93adddc73682",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-02-01T11:00:24.1384587+00:00",
"DateBetweenEnd": "2026-02-01T11:00:24.1384587+00:00",
"HourOffset": 3,
"PlanId": "f8f03dca-7209-4176-be0a-4e844123f710"
}
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": "7ecfbe82-9a61-474e-b18d-120a44486b0e",
"CostTypeId": "0f77fa32-4cbe-4e5d-ae6e-8b7196958883",
"CategoryId": "675007ed-e57e-45e1-a23f-01463e699e22",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "f9e57b94-b079-424f-8408-b914d35eee32",
"AuthKey": "sample string 7",
"Timestamp": "2026-02-01T11:00:24.1384587+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-02-01T11:00:24.1384587+00:00": 2.0
},
"MonthRange_Start": "2026-02-01T11:00:24.1384587+00:00",
"MonthRange_End": "2026-02-01T11:00:24.1384587+00:00",
"id": "fddeafdd-bcb6-4533-bbf5-f3c37d978f6f",
"ConfigId": "5f4dfbe6-76f5-407a-b6e8-e60f436d8e3c"
},
{
"PlanId": "7ecfbe82-9a61-474e-b18d-120a44486b0e",
"CostTypeId": "0f77fa32-4cbe-4e5d-ae6e-8b7196958883",
"CategoryId": "675007ed-e57e-45e1-a23f-01463e699e22",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "f9e57b94-b079-424f-8408-b914d35eee32",
"AuthKey": "sample string 7",
"Timestamp": "2026-02-01T11:00:24.1384587+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-02-01T11:00:24.1384587+00:00": 2.0
},
"MonthRange_Start": "2026-02-01T11:00:24.1384587+00:00",
"MonthRange_End": "2026-02-01T11:00:24.1384587+00:00",
"id": "fddeafdd-bcb6-4533-bbf5-f3c37d978f6f",
"ConfigId": "5f4dfbe6-76f5-407a-b6e8-e60f436d8e3c"
}
]