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": "68e9ffff-9428-4f05-95b6-5bb1dee91df7",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-08-29T01:27:49.8318434+00:00",
"DateBetweenEnd": "2026-08-29T01:27:49.8318434+00:00",
"HourOffset": 3,
"PlanId": "12fce486-e5c9-499e-b30b-1730903cea22"
}
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": "704a294e-888d-4aad-a746-cf9e95771f06",
"CostTypeId": "a4928912-ee0f-4e2f-9a40-ec69da4e74a9",
"CategoryId": "4bb48559-5808-4289-95e7-9caa96fbdb9f",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "ee33a7b3-4efb-440f-a24a-ee6f63ce6ecf",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-29T01:27:49.8318434+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-29T01:27:49.8318434+00:00": 2.0
},
"MonthRange_Start": "2026-08-29T01:27:49.8318434+00:00",
"MonthRange_End": "2026-08-29T01:27:49.8318434+00:00",
"id": "60cd6ac8-2d01-42e6-87a4-9c03e1402184",
"ConfigId": "981cf32b-15cd-4295-9d9a-b17f079df567"
},
{
"PlanId": "704a294e-888d-4aad-a746-cf9e95771f06",
"CostTypeId": "a4928912-ee0f-4e2f-9a40-ec69da4e74a9",
"CategoryId": "4bb48559-5808-4289-95e7-9caa96fbdb9f",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "ee33a7b3-4efb-440f-a24a-ee6f63ce6ecf",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-29T01:27:49.8318434+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-29T01:27:49.8318434+00:00": 2.0
},
"MonthRange_Start": "2026-08-29T01:27:49.8318434+00:00",
"MonthRange_End": "2026-08-29T01:27:49.8318434+00:00",
"id": "60cd6ac8-2d01-42e6-87a4-9c03e1402184",
"ConfigId": "981cf32b-15cd-4295-9d9a-b17f079df567"
}
]