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": "b05640d8-92ab-46cc-a64d-84f662a287fa",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-12-30T22:50:48.3057952+00:00",
"DateBetweenEnd": "2025-12-30T22:50:48.3057952+00:00",
"HourOffset": 3,
"PlanId": "4be467c6-1367-470d-847f-7934a6a5317b"
}
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": "d8d80eb7-5ba8-4abe-976a-3aaf2eab73ce",
"CostTypeId": "4ff0ae8b-8c0d-4c7e-9c8d-15cefed1c4d8",
"CategoryId": "9e6e3993-24d4-4e0d-83a9-8d9040add5a2",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "0db319ab-142f-4089-87d4-7d291eb71c1a",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-30T22:50:48.3057952+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-30T22:50:48.3057952+00:00": 2.0
},
"MonthRange_Start": "2025-12-30T22:50:48.3057952+00:00",
"MonthRange_End": "2025-12-30T22:50:48.3057952+00:00",
"id": "732f3df5-e71d-49b8-b077-04313ec3f2c5",
"ConfigId": "1cc2ea90-5b58-4e52-936a-d795e90599c3"
},
{
"PlanId": "d8d80eb7-5ba8-4abe-976a-3aaf2eab73ce",
"CostTypeId": "4ff0ae8b-8c0d-4c7e-9c8d-15cefed1c4d8",
"CategoryId": "9e6e3993-24d4-4e0d-83a9-8d9040add5a2",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "0db319ab-142f-4089-87d4-7d291eb71c1a",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-30T22:50:48.3057952+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-30T22:50:48.3057952+00:00": 2.0
},
"MonthRange_Start": "2025-12-30T22:50:48.3057952+00:00",
"MonthRange_End": "2025-12-30T22:50:48.3057952+00:00",
"id": "732f3df5-e71d-49b8-b077-04313ec3f2c5",
"ConfigId": "1cc2ea90-5b58-4e52-936a-d795e90599c3"
}
]