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": "a7262275-8866-4556-af76-79d3cf854b41",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-09-12T06:16:10.0277823+00:00",
"DateBetweenEnd": "2026-09-12T06:16:10.0277823+00:00",
"HourOffset": 3,
"PlanId": "02d82ca4-9fae-4cc5-ba48-1f20f8d7abd2"
}
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": "a9ee8471-36d8-434a-8c8e-2680f40680a3",
"CostTypeId": "48c312ba-2299-40ab-a4e6-a8b4d5802e31",
"CategoryId": "7d663958-e069-44f0-a3d6-d5a850c1af03",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "28c1e6fb-ab16-4094-8f1d-20e5ab90affb",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-12T06:16:10.0277823+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-12T06:16:10.0277823+00:00": 2.0
},
"MonthRange_Start": "2026-09-12T06:16:10.0277823+00:00",
"MonthRange_End": "2026-09-12T06:16:10.0277823+00:00",
"id": "12fc2808-3894-4ee8-a12b-c2bace9b3fa0",
"ConfigId": "4ee2b4be-f8ad-45c4-994d-e523c3e08d3a"
},
{
"PlanId": "a9ee8471-36d8-434a-8c8e-2680f40680a3",
"CostTypeId": "48c312ba-2299-40ab-a4e6-a8b4d5802e31",
"CategoryId": "7d663958-e069-44f0-a3d6-d5a850c1af03",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "28c1e6fb-ab16-4094-8f1d-20e5ab90affb",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-12T06:16:10.0277823+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-12T06:16:10.0277823+00:00": 2.0
},
"MonthRange_Start": "2026-09-12T06:16:10.0277823+00:00",
"MonthRange_End": "2026-09-12T06:16:10.0277823+00:00",
"id": "12fc2808-3894-4ee8-a12b-c2bace9b3fa0",
"ConfigId": "4ee2b4be-f8ad-45c4-994d-e523c3e08d3a"
}
]