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": "92d1c2a7-92e0-4494-93c7-312e3741e93c",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-09-05T02:02:41.6826207+00:00",
"DateBetweenEnd": "2026-09-05T02:02:41.6826207+00:00",
"HourOffset": 3,
"PlanId": "cced2f48-a2d0-424c-9b67-10ac0ba1bc4e"
}
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": "63f7ca79-249b-4fa5-ae2d-9ff85ba9d9df",
"CostTypeId": "65ccbc17-207d-443e-a7ea-f73e0a09a26c",
"CategoryId": "32b1bc30-358b-4336-9c52-e9c42b4c6cba",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "0ebbf336-e7cc-4668-a830-c55e3f119d69",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-05T02:02:41.6826207+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-05T02:02:41.6826207+00:00": 2.0
},
"MonthRange_Start": "2026-09-05T02:02:41.6826207+00:00",
"MonthRange_End": "2026-09-05T02:02:41.6826207+00:00",
"id": "a08f8d7b-6c23-42cc-b951-cc4ff44274b5",
"ConfigId": "1a9dd987-e7ce-4d29-b149-1495de1f5c58"
},
{
"PlanId": "63f7ca79-249b-4fa5-ae2d-9ff85ba9d9df",
"CostTypeId": "65ccbc17-207d-443e-a7ea-f73e0a09a26c",
"CategoryId": "32b1bc30-358b-4336-9c52-e9c42b4c6cba",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "0ebbf336-e7cc-4668-a830-c55e3f119d69",
"AuthKey": "sample string 7",
"Timestamp": "2026-09-05T02:02:41.6826207+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-09-05T02:02:41.6826207+00:00": 2.0
},
"MonthRange_Start": "2026-09-05T02:02:41.6826207+00:00",
"MonthRange_End": "2026-09-05T02:02:41.6826207+00:00",
"id": "a08f8d7b-6c23-42cc-b951-cc4ff44274b5",
"ConfigId": "1a9dd987-e7ce-4d29-b149-1495de1f5c58"
}
]