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": "384135cd-7a50-4061-862d-55601f6c4a49",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-01-15T06:15:51.2860592+00:00",
"DateBetweenEnd": "2026-01-15T06:15:51.2860592+00:00",
"HourOffset": 3,
"PlanId": "9fd7ecbd-3623-4008-bd1e-035f8433e31c"
}
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": "16b87a2a-8398-4f8c-a1fc-f54121e16aa3",
"CostTypeId": "a9e72899-8683-41b2-b90f-57b2a9ff2290",
"CategoryId": "ff4d6b4b-9529-49c0-a73a-d9875ca1af77",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "1c96c963-bcfe-44e5-a718-8d8d6df7500d",
"AuthKey": "sample string 7",
"Timestamp": "2026-01-15T06:15:51.2860592+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-01-15T06:15:51.2860592+00:00": 2.0
},
"MonthRange_Start": "2026-01-15T06:15:51.2860592+00:00",
"MonthRange_End": "2026-01-15T06:15:51.2860592+00:00",
"id": "1b5a2a09-a043-4b17-8a69-84eadaf658a8",
"ConfigId": "0fe26220-6228-451d-8e86-56bb325aa32f"
},
{
"PlanId": "16b87a2a-8398-4f8c-a1fc-f54121e16aa3",
"CostTypeId": "a9e72899-8683-41b2-b90f-57b2a9ff2290",
"CategoryId": "ff4d6b4b-9529-49c0-a73a-d9875ca1af77",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "1c96c963-bcfe-44e5-a718-8d8d6df7500d",
"AuthKey": "sample string 7",
"Timestamp": "2026-01-15T06:15:51.2860592+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-01-15T06:15:51.2860592+00:00": 2.0
},
"MonthRange_Start": "2026-01-15T06:15:51.2860592+00:00",
"MonthRange_End": "2026-01-15T06:15:51.2860592+00:00",
"id": "1b5a2a09-a043-4b17-8a69-84eadaf658a8",
"ConfigId": "0fe26220-6228-451d-8e86-56bb325aa32f"
}
]