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": "5b11fede-b1a6-440b-a408-7f870df5b756",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-08-08T00:28:35.9526713+00:00",
"DateBetweenEnd": "2026-08-08T00:28:35.9526713+00:00",
"HourOffset": 3,
"PlanId": "d4f3cbea-d7e9-47e9-855e-14365342db86"
}
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": "e0f580d4-d5c0-48ff-8441-1605ddefd241",
"CostTypeId": "a3ee8791-edf0-45b0-acca-e8d19f38e843",
"CategoryId": "f9954c3c-07d8-4412-a2c1-84aa3c0c0e72",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6b25e5ee-0d1a-4280-8e5b-0630602167d4",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-08T00:28:35.9526713+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-08T00:28:35.9526713+00:00": 2.0
},
"MonthRange_Start": "2026-08-08T00:28:35.9526713+00:00",
"MonthRange_End": "2026-08-08T00:28:35.9526713+00:00",
"id": "81c91e6b-afa2-4ec4-a118-9fd99a637c1b",
"ConfigId": "09d513b6-e6b1-45f1-9210-a3bfccb707b5"
},
{
"PlanId": "e0f580d4-d5c0-48ff-8441-1605ddefd241",
"CostTypeId": "a3ee8791-edf0-45b0-acca-e8d19f38e843",
"CategoryId": "f9954c3c-07d8-4412-a2c1-84aa3c0c0e72",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6b25e5ee-0d1a-4280-8e5b-0630602167d4",
"AuthKey": "sample string 7",
"Timestamp": "2026-08-08T00:28:35.9526713+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-08-08T00:28:35.9526713+00:00": 2.0
},
"MonthRange_Start": "2026-08-08T00:28:35.9526713+00:00",
"MonthRange_End": "2026-08-08T00:28:35.9526713+00:00",
"id": "81c91e6b-afa2-4ec4-a118-9fd99a637c1b",
"ConfigId": "09d513b6-e6b1-45f1-9210-a3bfccb707b5"
}
]