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_Query| Name | 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": "9751a718-3669-4db8-ab48-4662f4fa2b74",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-12-26T03:31:40.7339748+00:00",
"DateBetweenEnd": "2025-12-26T03:31:40.7339748+00:00",
"HourOffset": 3,
"PlanId": "273f98ae-688f-4c33-ab4c-946621c681e8"
}
Response Information
Resource Description
Collection of Audit_FinancialPlans| Name | 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": "4375d98d-9ce3-425b-8483-33b0035dfbf0",
"CostTypeId": "f43d3d7b-886b-4afa-a55a-981b99842294",
"CategoryId": "15b052a3-494c-40f3-9318-5576fc9d0380",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "5361b25c-e7c6-4d36-abd9-dfe5022c19e9",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-26T03:31:40.7339748+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-26T03:31:40.7339748+00:00": 2.0
},
"MonthRange_Start": "2025-12-26T03:31:40.7339748+00:00",
"MonthRange_End": "2025-12-26T03:31:40.7339748+00:00",
"id": "f8e8b1b6-a88b-4fbe-96b3-0cb2600be482",
"ConfigId": "bf1114e0-79ef-4472-9265-dc2d40e51d73"
},
{
"PlanId": "4375d98d-9ce3-425b-8483-33b0035dfbf0",
"CostTypeId": "f43d3d7b-886b-4afa-a55a-981b99842294",
"CategoryId": "15b052a3-494c-40f3-9318-5576fc9d0380",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "5361b25c-e7c6-4d36-abd9-dfe5022c19e9",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-26T03:31:40.7339748+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-26T03:31:40.7339748+00:00": 2.0
},
"MonthRange_Start": "2025-12-26T03:31:40.7339748+00:00",
"MonthRange_End": "2025-12-26T03:31:40.7339748+00:00",
"id": "f8e8b1b6-a88b-4fbe-96b3-0cb2600be482",
"ConfigId": "bf1114e0-79ef-4472-9265-dc2d40e51d73"
}
]