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": "eaacde8a-a5ac-49fb-8130-64ca6082c739",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-07-17T21:55:24.2121546+00:00",
"DateBetweenEnd": "2026-07-17T21:55:24.2121546+00:00",
"HourOffset": 3,
"PlanId": "74681f68-3351-4e1d-acba-8db6ff49986a"
}
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": "b9d5a7c0-d130-4e86-b41a-0169b1941a16",
"CostTypeId": "6d2362c4-5e14-427d-8c3d-da2deb056b86",
"CategoryId": "07f9f26f-fe20-4c67-8332-e152015539a7",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6ce6c12f-f8c0-48ad-b7b1-0435e4cdaba5",
"AuthKey": "sample string 7",
"Timestamp": "2026-07-17T21:55:24.2277812+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-07-17T21:55:24.2277812+00:00": 2.0
},
"MonthRange_Start": "2026-07-17T21:55:24.2277812+00:00",
"MonthRange_End": "2026-07-17T21:55:24.2277812+00:00",
"id": "cb68bcfa-af19-44c0-8dd3-4f3c32154427",
"ConfigId": "9ba1b72a-f6e4-4aca-942b-a22092005478"
},
{
"PlanId": "b9d5a7c0-d130-4e86-b41a-0169b1941a16",
"CostTypeId": "6d2362c4-5e14-427d-8c3d-da2deb056b86",
"CategoryId": "07f9f26f-fe20-4c67-8332-e152015539a7",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6ce6c12f-f8c0-48ad-b7b1-0435e4cdaba5",
"AuthKey": "sample string 7",
"Timestamp": "2026-07-17T21:55:24.2277812+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-07-17T21:55:24.2277812+00:00": 2.0
},
"MonthRange_Start": "2026-07-17T21:55:24.2277812+00:00",
"MonthRange_End": "2026-07-17T21:55:24.2277812+00:00",
"id": "cb68bcfa-af19-44c0-8dd3-4f3c32154427",
"ConfigId": "9ba1b72a-f6e4-4aca-942b-a22092005478"
}
]