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": "73d690dd-5147-4020-8982-51d254ce93a0",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-03-11T15:32:21.466641+00:00",
"DateBetweenEnd": "2026-03-11T15:32:21.466641+00:00",
"HourOffset": 3,
"PlanId": "16d218a4-883e-4f65-add8-f27e468f2c2e"
}
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": "9b585744-8530-4747-a58d-89f7f5d1c3cf",
"CostTypeId": "1e8ea7eb-6b6c-4769-9987-e17b9512647a",
"CategoryId": "55ba59c3-8b5f-4726-83af-ef471ca8bf4e",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "f74b70fb-f282-4bf0-bc24-f2553de85ce2",
"AuthKey": "sample string 7",
"Timestamp": "2026-03-11T15:32:21.466641+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-03-11T15:32:21.466641+00:00": 2.0
},
"MonthRange_Start": "2026-03-11T15:32:21.466641+00:00",
"MonthRange_End": "2026-03-11T15:32:21.466641+00:00",
"id": "5ed3aa71-6b10-49d6-8208-659be28d105d",
"ConfigId": "fe9811d9-41fd-4986-9e23-234397c14faa"
},
{
"PlanId": "9b585744-8530-4747-a58d-89f7f5d1c3cf",
"CostTypeId": "1e8ea7eb-6b6c-4769-9987-e17b9512647a",
"CategoryId": "55ba59c3-8b5f-4726-83af-ef471ca8bf4e",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "f74b70fb-f282-4bf0-bc24-f2553de85ce2",
"AuthKey": "sample string 7",
"Timestamp": "2026-03-11T15:32:21.466641+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-03-11T15:32:21.466641+00:00": 2.0
},
"MonthRange_Start": "2026-03-11T15:32:21.466641+00:00",
"MonthRange_End": "2026-03-11T15:32:21.466641+00:00",
"id": "5ed3aa71-6b10-49d6-8208-659be28d105d",
"ConfigId": "fe9811d9-41fd-4986-9e23-234397c14faa"
}
]