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": "91780e60-c4cf-4f69-819c-51d8285db6f7", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-05-23T22:05:43.2572528+00:00", "DateBetweenEnd": "2025-05-23T22:05:43.2572528+00:00", "HourOffset": 3, "PlanId": "97f21809-8b20-41bd-9707-7651a1d791ff" }
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": "40b0d176-5dc6-4fbd-b515-4a89db464617", "CostTypeId": "3b3f8ce4-cda0-4f14-8184-9e501df2f878", "CategoryId": "1ba303c5-a400-4af5-a899-5828d4abddda", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "a4ccc3ed-b319-4e6f-a6ee-322d5d095b89", "AuthKey": "sample string 7", "Timestamp": "2025-05-23T22:05:43.2728743+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-05-23T22:05:43.2728743+00:00": 2.0 }, "MonthRange_Start": "2025-05-23T22:05:43.2728743+00:00", "MonthRange_End": "2025-05-23T22:05:43.2728743+00:00", "id": "ee6d5ae0-a957-4ee7-966e-de21d6bb63ae", "ConfigId": "4b74a7ec-6145-4ef5-9bf1-5a9e1939cf43" }, { "PlanId": "40b0d176-5dc6-4fbd-b515-4a89db464617", "CostTypeId": "3b3f8ce4-cda0-4f14-8184-9e501df2f878", "CategoryId": "1ba303c5-a400-4af5-a899-5828d4abddda", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "a4ccc3ed-b319-4e6f-a6ee-322d5d095b89", "AuthKey": "sample string 7", "Timestamp": "2025-05-23T22:05:43.2728743+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-05-23T22:05:43.2728743+00:00": 2.0 }, "MonthRange_Start": "2025-05-23T22:05:43.2728743+00:00", "MonthRange_End": "2025-05-23T22:05:43.2728743+00:00", "id": "ee6d5ae0-a957-4ee7-966e-de21d6bb63ae", "ConfigId": "4b74a7ec-6145-4ef5-9bf1-5a9e1939cf43" } ]