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_QueryName | 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": "701862f3-1825-4729-b18f-ad2d8a444e73", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-07-16T12:57:00.2107337+00:00", "DateBetweenEnd": "2025-07-16T12:57:00.2107337+00:00", "HourOffset": 3, "PlanId": "b2a11469-a2e1-4849-afc5-4e459e824d08" }
Response Information
Resource Description
Collection of Audit_FinancialPlansName | 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": "de1c4a26-48a0-4253-94ef-fc3822d96b6c", "CostTypeId": "63572070-2950-43f6-8217-2f8b37e6d0aa", "CategoryId": "748d397c-2e1f-49e1-b493-21ee7070bcfb", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "7688f090-cd53-4723-8196-fb8f79820d3a", "AuthKey": "sample string 7", "Timestamp": "2025-07-16T12:57:00.2263032+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-07-16T12:57:00.2263032+00:00": 2.0 }, "MonthRange_Start": "2025-07-16T12:57:00.2263032+00:00", "MonthRange_End": "2025-07-16T12:57:00.2263032+00:00", "id": "6056771a-ac70-4660-b2b3-562503a314c4", "ConfigId": "24bba337-cd3a-4d9e-b4c7-6eddf1d84557" }, { "PlanId": "de1c4a26-48a0-4253-94ef-fc3822d96b6c", "CostTypeId": "63572070-2950-43f6-8217-2f8b37e6d0aa", "CategoryId": "748d397c-2e1f-49e1-b493-21ee7070bcfb", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "7688f090-cd53-4723-8196-fb8f79820d3a", "AuthKey": "sample string 7", "Timestamp": "2025-07-16T12:57:00.2263032+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-07-16T12:57:00.2263032+00:00": 2.0 }, "MonthRange_Start": "2025-07-16T12:57:00.2263032+00:00", "MonthRange_End": "2025-07-16T12:57:00.2263032+00:00", "id": "6056771a-ac70-4660-b2b3-562503a314c4", "ConfigId": "24bba337-cd3a-4d9e-b4c7-6eddf1d84557" } ]