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": "fdef2d49-8f29-4481-8968-873626040aac", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-09-04T03:09:24.5682671+00:00", "DateBetweenEnd": "2025-09-04T03:09:24.5682671+00:00", "HourOffset": 3, "PlanId": "be9717d8-677a-44d4-bfc4-7b9ea3f15ac4" }
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": "a8a02a31-d4f0-49b7-b839-0c83e0ead5bb", "CostTypeId": "f9ae4ba5-f958-4e84-9845-42ac21a58e30", "CategoryId": "2d8183d6-57ee-4b61-85a4-93eab1b0eda5", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "af4c1362-ddb5-4fce-988f-1ea6c1c89d34", "AuthKey": "sample string 7", "Timestamp": "2025-09-04T03:09:24.5682671+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-09-04T03:09:24.5682671+00:00": 2.0 }, "MonthRange_Start": "2025-09-04T03:09:24.5682671+00:00", "MonthRange_End": "2025-09-04T03:09:24.5682671+00:00", "id": "74e87db0-2217-449b-b718-90a92364ddf7", "ConfigId": "f92b3911-2e2d-4a03-ae37-40b846f57c5b" }, { "PlanId": "a8a02a31-d4f0-49b7-b839-0c83e0ead5bb", "CostTypeId": "f9ae4ba5-f958-4e84-9845-42ac21a58e30", "CategoryId": "2d8183d6-57ee-4b61-85a4-93eab1b0eda5", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "af4c1362-ddb5-4fce-988f-1ea6c1c89d34", "AuthKey": "sample string 7", "Timestamp": "2025-09-04T03:09:24.5682671+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-09-04T03:09:24.5682671+00:00": 2.0 }, "MonthRange_Start": "2025-09-04T03:09:24.5682671+00:00", "MonthRange_End": "2025-09-04T03:09:24.5682671+00:00", "id": "74e87db0-2217-449b-b718-90a92364ddf7", "ConfigId": "f92b3911-2e2d-4a03-ae37-40b846f57c5b" } ]