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": "08d64281-080e-40fd-9552-e97b3e8981e0",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-06-19T14:04:32.2236582+00:00",
"DateBetweenEnd": "2026-06-19T14:04:32.2236582+00:00",
"HourOffset": 3,
"PlanId": "350267d1-03bb-43f2-8f4e-95f6bb5f16f9"
}
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": "0358802f-64e9-4743-86e1-176483df4127",
"CostTypeId": "cd480cbc-5514-4168-b08a-655a837c404f",
"CategoryId": "49826794-54e7-4f5c-8011-0519342441cf",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "79fccfc5-68a9-4aed-af18-69283bd1d038",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-19T14:04:32.2392631+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-19T14:04:32.2392631+00:00": 2.0
},
"MonthRange_Start": "2026-06-19T14:04:32.2392631+00:00",
"MonthRange_End": "2026-06-19T14:04:32.2392631+00:00",
"id": "716ee51e-4c4b-4365-abdd-7b549176c0a0",
"ConfigId": "d1e101dc-b9f4-46be-9aff-c4df8c9c852b"
},
{
"PlanId": "0358802f-64e9-4743-86e1-176483df4127",
"CostTypeId": "cd480cbc-5514-4168-b08a-655a837c404f",
"CategoryId": "49826794-54e7-4f5c-8011-0519342441cf",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "79fccfc5-68a9-4aed-af18-69283bd1d038",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-19T14:04:32.2392631+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-19T14:04:32.2392631+00:00": 2.0
},
"MonthRange_Start": "2026-06-19T14:04:32.2392631+00:00",
"MonthRange_End": "2026-06-19T14:04:32.2392631+00:00",
"id": "716ee51e-4c4b-4365-abdd-7b549176c0a0",
"ConfigId": "d1e101dc-b9f4-46be-9aff-c4df8c9c852b"
}
]