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": "4aee2357-9e1c-4eb5-ae49-0673fc869bdb",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-12-15T03:41:34.2414592+00:00",
"DateBetweenEnd": "2025-12-15T03:41:34.2414592+00:00",
"HourOffset": 3,
"PlanId": "e4b088d1-cc31-4ebe-9b74-c569973d8338"
}
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": "9ab3f01f-f1ef-495c-aa44-2da790bea17f",
"CostTypeId": "996e4364-8545-4095-be2c-d36da9353461",
"CategoryId": "fe0f81ba-7613-46df-925a-87c4caad0fc2",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "c5dffed5-936d-4b3c-9161-929e83087f36",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-15T03:41:34.2414592+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-15T03:41:34.2414592+00:00": 2.0
},
"MonthRange_Start": "2025-12-15T03:41:34.2414592+00:00",
"MonthRange_End": "2025-12-15T03:41:34.2414592+00:00",
"id": "fc80ca3f-e0f1-4337-becc-cb96cb983434",
"ConfigId": "5e2032bc-a5a4-4898-8667-35656223631e"
},
{
"PlanId": "9ab3f01f-f1ef-495c-aa44-2da790bea17f",
"CostTypeId": "996e4364-8545-4095-be2c-d36da9353461",
"CategoryId": "fe0f81ba-7613-46df-925a-87c4caad0fc2",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "c5dffed5-936d-4b3c-9161-929e83087f36",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-15T03:41:34.2414592+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-15T03:41:34.2414592+00:00": 2.0
},
"MonthRange_Start": "2025-12-15T03:41:34.2414592+00:00",
"MonthRange_End": "2025-12-15T03:41:34.2414592+00:00",
"id": "fc80ca3f-e0f1-4337-becc-cb96cb983434",
"ConfigId": "5e2032bc-a5a4-4898-8667-35656223631e"
}
]