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": "14080bf4-add2-45a3-9cfd-825b80a57037",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-09-26T09:51:06.9266904+00:00",
"DateBetweenEnd": "2026-09-26T09:51:06.9266904+00:00",
"HourOffset": 3,
"PlanId": "5ee6c645-bbb2-48e5-9581-060716938a06"
}
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": "128843b9-82ea-4434-98e2-f93f36463063",
"CostTypeId": "580d9777-5866-41a1-a2e6-6a49113229ed",
"CategoryId": "8d18e810-0769-476d-8663-f6e988b7d38f",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "4bd5b992-5524-483b-ae46-73391b0840b5",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-26T09:51:06.9423166+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-26T09:51:06.9423166+00:00": 2.0
},
"MonthRange_Start": "2026-09-26T09:51:06.9423166+00:00",
"MonthRange_End": "2026-09-26T09:51:06.9423166+00:00",
"id": "cbf79549-1c60-4c64-b38c-abdd2908fd3e",
"ConfigId": "f921fa6e-89df-4250-922f-9c8fd039755a"
},
{
"PlanId": "128843b9-82ea-4434-98e2-f93f36463063",
"CostTypeId": "580d9777-5866-41a1-a2e6-6a49113229ed",
"CategoryId": "8d18e810-0769-476d-8663-f6e988b7d38f",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "4bd5b992-5524-483b-ae46-73391b0840b5",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-26T09:51:06.9423166+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-26T09:51:06.9423166+00:00": 2.0
},
"MonthRange_Start": "2026-09-26T09:51:06.9423166+00:00",
"MonthRange_End": "2026-09-26T09:51:06.9423166+00:00",
"id": "cbf79549-1c60-4c64-b38c-abdd2908fd3e",
"ConfigId": "f921fa6e-89df-4250-922f-9c8fd039755a"
}
]