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": "a37eabb2-1e9b-4936-9077-c5a56a13ad89", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2024-12-16T03:21:59.6151354+00:00", "DateBetweenEnd": "2024-12-16T03:21:59.6151354+00:00", "HourOffset": 3, "PlanId": "47ac5f15-d1bd-4e12-a341-b6fac5bc55bc" }
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": "7036e4c7-fa3e-4a29-b940-0bb7e619c82a", "CostTypeId": "5fef41c7-0a83-4cd5-a15c-212a14132e86", "CategoryId": "d4870f29-d1d9-4775-85cd-fa356230cfb3", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "5702cf93-c6ee-40b4-9361-bf9dfd1df50b", "AuthKey": "sample string 7", "Timestamp": "2024-12-16T03:21:59.6151354+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2024-12-16T03:21:59.6151354+00:00": 2.0 }, "MonthRange_Start": "2024-12-16T03:21:59.6151354+00:00", "MonthRange_End": "2024-12-16T03:21:59.6151354+00:00", "id": "00552372-4f16-4c26-b9c7-e4f45a50adba", "ConfigId": "75623787-9d65-4b7d-8951-538a6bf01078" }, { "PlanId": "7036e4c7-fa3e-4a29-b940-0bb7e619c82a", "CostTypeId": "5fef41c7-0a83-4cd5-a15c-212a14132e86", "CategoryId": "d4870f29-d1d9-4775-85cd-fa356230cfb3", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "5702cf93-c6ee-40b4-9361-bf9dfd1df50b", "AuthKey": "sample string 7", "Timestamp": "2024-12-16T03:21:59.6151354+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2024-12-16T03:21:59.6151354+00:00": 2.0 }, "MonthRange_Start": "2024-12-16T03:21:59.6151354+00:00", "MonthRange_End": "2024-12-16T03:21:59.6151354+00:00", "id": "00552372-4f16-4c26-b9c7-e4f45a50adba", "ConfigId": "75623787-9d65-4b7d-8951-538a6bf01078" } ]