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": "f8d588c1-8aee-4e4f-a098-db84530bb831", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-04-04T02:42:33.9275365+00:00", "DateBetweenEnd": "2025-04-04T02:42:33.9275365+00:00", "HourOffset": 3, "PlanId": "cc092bfa-82b9-47a1-a3cd-dcb8fb63a97f" }
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": "6b2ddcca-df9a-476a-a07b-c40dc1a558bd", "CostTypeId": "a6aa48b3-a84c-47b3-9b92-6247342c8927", "CategoryId": "a4ad4558-e0c1-4b00-a666-6756bf9b8ef4", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "e6b600d1-87c2-4c8e-ab82-0ff7c40b4827", "AuthKey": "sample string 7", "Timestamp": "2025-04-04T02:42:33.9275365+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-04-04T02:42:33.9275365+00:00": 2.0 }, "MonthRange_Start": "2025-04-04T02:42:33.9275365+00:00", "MonthRange_End": "2025-04-04T02:42:33.9275365+00:00", "id": "4e67d77e-0d4f-4683-8911-dc43dba16c34", "ConfigId": "5cf69f5a-b1dd-4574-8ce8-1541f91b33c3" }, { "PlanId": "6b2ddcca-df9a-476a-a07b-c40dc1a558bd", "CostTypeId": "a6aa48b3-a84c-47b3-9b92-6247342c8927", "CategoryId": "a4ad4558-e0c1-4b00-a666-6756bf9b8ef4", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "e6b600d1-87c2-4c8e-ab82-0ff7c40b4827", "AuthKey": "sample string 7", "Timestamp": "2025-04-04T02:42:33.9275365+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-04-04T02:42:33.9275365+00:00": 2.0 }, "MonthRange_Start": "2025-04-04T02:42:33.9275365+00:00", "MonthRange_End": "2025-04-04T02:42:33.9275365+00:00", "id": "4e67d77e-0d4f-4683-8911-dc43dba16c34", "ConfigId": "5cf69f5a-b1dd-4574-8ce8-1541f91b33c3" } ]