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": "16caf9fa-1b6d-4476-a186-725cdebaf9fe",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-06-05T16:26:07.9091948+00:00",
"DateBetweenEnd": "2026-06-05T16:26:07.9091948+00:00",
"HourOffset": 3,
"PlanId": "85a857a1-f9a9-44d5-82b9-4fe4d2d1a898"
}
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": "8943c256-fdcf-464a-b6ed-cb49fa7b6a45",
"CostTypeId": "65c4fe97-9125-48e6-bd30-33f7a2bd9917",
"CategoryId": "e20c2f58-a37f-4e1a-944d-e6022878849a",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "9578f6e4-2fac-4561-be73-1e1f916b5ec1",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-05T16:26:07.9248232+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-05T16:26:07.9248232+00:00": 2.0
},
"MonthRange_Start": "2026-06-05T16:26:07.9248232+00:00",
"MonthRange_End": "2026-06-05T16:26:07.9248232+00:00",
"id": "6eabdae4-6f3a-461a-83a0-313ef9b13990",
"ConfigId": "9379c82a-8494-47d3-8d9f-7eff174dfad7"
},
{
"PlanId": "8943c256-fdcf-464a-b6ed-cb49fa7b6a45",
"CostTypeId": "65c4fe97-9125-48e6-bd30-33f7a2bd9917",
"CategoryId": "e20c2f58-a37f-4e1a-944d-e6022878849a",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "9578f6e4-2fac-4561-be73-1e1f916b5ec1",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-05T16:26:07.9248232+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-05T16:26:07.9248232+00:00": 2.0
},
"MonthRange_Start": "2026-06-05T16:26:07.9248232+00:00",
"MonthRange_End": "2026-06-05T16:26:07.9248232+00:00",
"id": "6eabdae4-6f3a-461a-83a0-313ef9b13990",
"ConfigId": "9379c82a-8494-47d3-8d9f-7eff174dfad7"
}
]