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": "a17ff232-738d-4d42-866c-e44a2a051af6",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-03-25T03:50:32.7090579+00:00",
"DateBetweenEnd": "2026-03-25T03:50:32.7090579+00:00",
"HourOffset": 3,
"PlanId": "c8714143-ef57-4040-844a-e5a4db462b8f"
}
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": "d10a0b73-2a9a-4e4b-935a-eb30f18f42e0",
"CostTypeId": "deffcb84-05e7-4d99-8585-0cd20cd765cb",
"CategoryId": "523ba00d-c043-415e-9d2d-a5a58a53f310",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "542cdd2a-7f16-4cf7-953d-0284e939e23c",
"AuthKey": "sample string 7",
"Timestamp": "2026-03-25T03:50:32.7090579+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-03-25T03:50:32.7090579+00:00": 2.0
},
"MonthRange_Start": "2026-03-25T03:50:32.7090579+00:00",
"MonthRange_End": "2026-03-25T03:50:32.7090579+00:00",
"id": "75282a6e-283a-4081-afa9-28a64441a563",
"ConfigId": "9599564d-3098-4ab5-8e2a-6d7b1d9ac1ac"
},
{
"PlanId": "d10a0b73-2a9a-4e4b-935a-eb30f18f42e0",
"CostTypeId": "deffcb84-05e7-4d99-8585-0cd20cd765cb",
"CategoryId": "523ba00d-c043-415e-9d2d-a5a58a53f310",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "542cdd2a-7f16-4cf7-953d-0284e939e23c",
"AuthKey": "sample string 7",
"Timestamp": "2026-03-25T03:50:32.7090579+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-03-25T03:50:32.7090579+00:00": 2.0
},
"MonthRange_Start": "2026-03-25T03:50:32.7090579+00:00",
"MonthRange_End": "2026-03-25T03:50:32.7090579+00:00",
"id": "75282a6e-283a-4081-afa9-28a64441a563",
"ConfigId": "9599564d-3098-4ab5-8e2a-6d7b1d9ac1ac"
}
]