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": "798dc06a-7c1b-4687-a8c8-26706112508d",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-07-10T18:09:17.7622317+00:00",
"DateBetweenEnd": "2026-07-10T18:09:17.7622317+00:00",
"HourOffset": 3,
"PlanId": "12b6eb59-2c8a-4cf7-bb3e-dbfce9de6b80"
}
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": "a9ffd20a-10a5-456d-92d2-e2d3fd866966",
"CostTypeId": "46c6e03a-9745-4e99-8ca6-d0eac74b4ef2",
"CategoryId": "94923106-7e89-4561-82e2-5d07ff5e82d0",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "a931435e-920b-4e70-a108-9510d5049822",
"AuthKey": "sample string 7",
"Timestamp": "2026-07-10T18:09:17.7778624+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-07-10T18:09:17.7778624+00:00": 2.0
},
"MonthRange_Start": "2026-07-10T18:09:17.7778624+00:00",
"MonthRange_End": "2026-07-10T18:09:17.7778624+00:00",
"id": "adf8ee65-8f15-4e61-ae32-4748c1b3d8e6",
"ConfigId": "dcaad65b-3a87-41ee-a078-7083a46ea04b"
},
{
"PlanId": "a9ffd20a-10a5-456d-92d2-e2d3fd866966",
"CostTypeId": "46c6e03a-9745-4e99-8ca6-d0eac74b4ef2",
"CategoryId": "94923106-7e89-4561-82e2-5d07ff5e82d0",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "a931435e-920b-4e70-a108-9510d5049822",
"AuthKey": "sample string 7",
"Timestamp": "2026-07-10T18:09:17.7778624+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-07-10T18:09:17.7778624+00:00": 2.0
},
"MonthRange_Start": "2026-07-10T18:09:17.7778624+00:00",
"MonthRange_End": "2026-07-10T18:09:17.7778624+00:00",
"id": "adf8ee65-8f15-4e61-ae32-4748c1b3d8e6",
"ConfigId": "dcaad65b-3a87-41ee-a078-7083a46ea04b"
}
]