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": "950efd7e-0fa4-420c-8697-404e2f1554b1",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-04-11T07:37:42.0532065+00:00",
"DateBetweenEnd": "2026-04-11T07:37:42.0532065+00:00",
"HourOffset": 3,
"PlanId": "afff7c2c-2b5a-4661-8132-709ab73656c7"
}
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": "021b9d71-79b2-4a92-8117-777710e94920",
"CostTypeId": "6f571dad-0f28-4a24-a2ee-0d446b96b6e7",
"CategoryId": "745401d6-3acc-45ca-9b08-52875ad79404",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "bc8ec49b-d69a-498d-827b-535fa3abb248",
"AuthKey": "sample string 7",
"Timestamp": "2026-04-11T07:37:42.0688328+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-04-11T07:37:42.0688328+00:00": 2.0
},
"MonthRange_Start": "2026-04-11T07:37:42.0688328+00:00",
"MonthRange_End": "2026-04-11T07:37:42.0688328+00:00",
"id": "90c95e47-a722-466c-9b39-0cf9499a3305",
"ConfigId": "249431fa-3e4d-4a1f-af82-92faa935b295"
},
{
"PlanId": "021b9d71-79b2-4a92-8117-777710e94920",
"CostTypeId": "6f571dad-0f28-4a24-a2ee-0d446b96b6e7",
"CategoryId": "745401d6-3acc-45ca-9b08-52875ad79404",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "bc8ec49b-d69a-498d-827b-535fa3abb248",
"AuthKey": "sample string 7",
"Timestamp": "2026-04-11T07:37:42.0688328+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-04-11T07:37:42.0688328+00:00": 2.0
},
"MonthRange_Start": "2026-04-11T07:37:42.0688328+00:00",
"MonthRange_End": "2026-04-11T07:37:42.0688328+00:00",
"id": "90c95e47-a722-466c-9b39-0cf9499a3305",
"ConfigId": "249431fa-3e4d-4a1f-af82-92faa935b295"
}
]