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": "7cf19f57-3b61-4132-9aad-04ce0d88895a",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-02-04T11:00:58.045401+00:00",
"DateBetweenEnd": "2026-02-04T11:00:58.045401+00:00",
"HourOffset": 3,
"PlanId": "42385ec0-11db-4ec3-a6d3-9b1c9eaef1d6"
}
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": "1b9eeff0-4e02-416e-a485-caededda39fa",
"CostTypeId": "57723909-dfc0-4a3f-9b6b-700a7358a423",
"CategoryId": "50df6bb6-3dca-4fa2-85dc-719e727d0817",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6122cac7-9eef-43ed-bdf2-e32c71c71326",
"AuthKey": "sample string 7",
"Timestamp": "2026-02-04T11:00:58.045401+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-02-04T11:00:58.045401+00:00": 2.0
},
"MonthRange_Start": "2026-02-04T11:00:58.045401+00:00",
"MonthRange_End": "2026-02-04T11:00:58.045401+00:00",
"id": "09d663cf-ddaa-437c-b4d0-6a586eb38564",
"ConfigId": "1bb5eb6c-bf14-4ea9-aa96-b91f867ee5ee"
},
{
"PlanId": "1b9eeff0-4e02-416e-a485-caededda39fa",
"CostTypeId": "57723909-dfc0-4a3f-9b6b-700a7358a423",
"CategoryId": "50df6bb6-3dca-4fa2-85dc-719e727d0817",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6122cac7-9eef-43ed-bdf2-e32c71c71326",
"AuthKey": "sample string 7",
"Timestamp": "2026-02-04T11:00:58.045401+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-02-04T11:00:58.045401+00:00": 2.0
},
"MonthRange_Start": "2026-02-04T11:00:58.045401+00:00",
"MonthRange_End": "2026-02-04T11:00:58.045401+00:00",
"id": "09d663cf-ddaa-437c-b4d0-6a586eb38564",
"ConfigId": "1bb5eb6c-bf14-4ea9-aa96-b91f867ee5ee"
}
]