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": "2886964f-ce5f-4da7-bfa2-1d46ad81f96f",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-12-11T22:24:11.7411608+00:00",
"DateBetweenEnd": "2025-12-11T22:24:11.7411608+00:00",
"HourOffset": 3,
"PlanId": "46234e48-40a8-4e51-92ab-5a63703ddcce"
}
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": "6bd05c48-ff2d-4907-a11a-eac0e64c4a12",
"CostTypeId": "d3056ede-3ea7-4d76-a2ae-a9db36712068",
"CategoryId": "2a1fa782-7614-4d6f-8acb-afa370569641",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "fd4c8fd8-639b-4355-9c06-ae5bd49dff89",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-11T22:24:11.7411608+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-11T22:24:11.7411608+00:00": 2.0
},
"MonthRange_Start": "2025-12-11T22:24:11.7411608+00:00",
"MonthRange_End": "2025-12-11T22:24:11.7411608+00:00",
"id": "7a840b26-8ad9-4b8e-b54e-6d9c2a59f0a9",
"ConfigId": "097b134f-ec7b-40cc-ac61-26ceb0ae1b07"
},
{
"PlanId": "6bd05c48-ff2d-4907-a11a-eac0e64c4a12",
"CostTypeId": "d3056ede-3ea7-4d76-a2ae-a9db36712068",
"CategoryId": "2a1fa782-7614-4d6f-8acb-afa370569641",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "fd4c8fd8-639b-4355-9c06-ae5bd49dff89",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-11T22:24:11.7411608+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-11T22:24:11.7411608+00:00": 2.0
},
"MonthRange_Start": "2025-12-11T22:24:11.7411608+00:00",
"MonthRange_End": "2025-12-11T22:24:11.7411608+00:00",
"id": "7a840b26-8ad9-4b8e-b54e-6d9c2a59f0a9",
"ConfigId": "097b134f-ec7b-40cc-ac61-26ceb0ae1b07"
}
]