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": "9dd9d18d-b49c-478b-b526-53c1a19e49c3",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-05-22T11:59:34.0205639+00:00",
"DateBetweenEnd": "2026-05-22T11:59:34.0205639+00:00",
"HourOffset": 3,
"PlanId": "499c382a-0e7a-4420-89e2-0c610d1d907b"
}
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": "da6a44a6-0a74-4bb2-9e9a-20b0c31aa471",
"CostTypeId": "4a9955db-5755-4af6-aa0b-43b24cac7205",
"CategoryId": "7efaa942-8b84-499c-ad9f-dac5e1a68a2d",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "d89a7290-c838-4ee9-a2f9-f08eae5a52e5",
"AuthKey": "sample string 7",
"Timestamp": "2026-05-22T11:59:34.0205639+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-05-22T11:59:34.0205639+00:00": 2.0
},
"MonthRange_Start": "2026-05-22T11:59:34.0205639+00:00",
"MonthRange_End": "2026-05-22T11:59:34.0205639+00:00",
"id": "324ae513-06be-403d-8047-64837cb4caec",
"ConfigId": "9b7d453d-7d53-4833-bb98-64593c0ed75d"
},
{
"PlanId": "da6a44a6-0a74-4bb2-9e9a-20b0c31aa471",
"CostTypeId": "4a9955db-5755-4af6-aa0b-43b24cac7205",
"CategoryId": "7efaa942-8b84-499c-ad9f-dac5e1a68a2d",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "d89a7290-c838-4ee9-a2f9-f08eae5a52e5",
"AuthKey": "sample string 7",
"Timestamp": "2026-05-22T11:59:34.0205639+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-05-22T11:59:34.0205639+00:00": 2.0
},
"MonthRange_Start": "2026-05-22T11:59:34.0205639+00:00",
"MonthRange_End": "2026-05-22T11:59:34.0205639+00:00",
"id": "324ae513-06be-403d-8047-64837cb4caec",
"ConfigId": "9b7d453d-7d53-4833-bb98-64593c0ed75d"
}
]