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": "8ece1a18-cdd0-4a56-b2ff-07b2a069d9d4",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-09-19T07:47:47.6755227+00:00",
"DateBetweenEnd": "2026-09-19T07:47:47.6755227+00:00",
"HourOffset": 3,
"PlanId": "5787f5e5-46c3-40fe-9657-693fa9354952"
}
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": "5739c311-df94-428b-97cf-c594be9597ef",
"CostTypeId": "c549a105-5f0e-4768-8cd5-be57495c69b5",
"CategoryId": "abb7eb7d-5c36-4ea5-8fb6-f07b61b26449",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "2c33259c-9dc9-4bf4-b0ba-5ab448619053",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-19T07:47:47.6755227+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-19T07:47:47.6911552+00:00": 2.0
},
"MonthRange_Start": "2026-09-19T07:47:47.6911552+00:00",
"MonthRange_End": "2026-09-19T07:47:47.6911552+00:00",
"id": "be932a21-6107-456b-9db7-08608ce9a4b1",
"ConfigId": "11981b0d-a0a0-487e-b11b-3258549d57c5"
},
{
"PlanId": "5739c311-df94-428b-97cf-c594be9597ef",
"CostTypeId": "c549a105-5f0e-4768-8cd5-be57495c69b5",
"CategoryId": "abb7eb7d-5c36-4ea5-8fb6-f07b61b26449",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "2c33259c-9dc9-4bf4-b0ba-5ab448619053",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-19T07:47:47.6755227+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-19T07:47:47.6911552+00:00": 2.0
},
"MonthRange_Start": "2026-09-19T07:47:47.6911552+00:00",
"MonthRange_End": "2026-09-19T07:47:47.6911552+00:00",
"id": "be932a21-6107-456b-9db7-08608ce9a4b1",
"ConfigId": "11981b0d-a0a0-487e-b11b-3258549d57c5"
}
]