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": "eae0f510-470b-4354-b3a0-64a16898ebf7",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-06-12T13:51:01.9560368+00:00",
"DateBetweenEnd": "2026-06-12T13:51:01.9560368+00:00",
"HourOffset": 3,
"PlanId": "42bcb7c8-9cf6-4aea-8959-462f701ec687"
}
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": "1a929af3-643a-4ee0-8080-6fcec80b52c5",
"CostTypeId": "e5aae27e-e704-4b7b-9c0e-f1254a785f5e",
"CategoryId": "5a275d84-1925-4f06-9d45-e1fbed140f1e",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "93a0f139-6af8-4cfd-8eb7-2da6852065a5",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-12T13:51:01.9560368+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-12T13:51:01.9560368+00:00": 2.0
},
"MonthRange_Start": "2026-06-12T13:51:01.9560368+00:00",
"MonthRange_End": "2026-06-12T13:51:01.9560368+00:00",
"id": "03a50c2e-71c4-45fd-a183-11c5569346de",
"ConfigId": "e6721562-6d4c-4fa8-b623-4fc1f9723972"
},
{
"PlanId": "1a929af3-643a-4ee0-8080-6fcec80b52c5",
"CostTypeId": "e5aae27e-e704-4b7b-9c0e-f1254a785f5e",
"CategoryId": "5a275d84-1925-4f06-9d45-e1fbed140f1e",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "93a0f139-6af8-4cfd-8eb7-2da6852065a5",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-12T13:51:01.9560368+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-12T13:51:01.9560368+00:00": 2.0
},
"MonthRange_Start": "2026-06-12T13:51:01.9560368+00:00",
"MonthRange_End": "2026-06-12T13:51:01.9560368+00:00",
"id": "03a50c2e-71c4-45fd-a183-11c5569346de",
"ConfigId": "e6721562-6d4c-4fa8-b623-4fc1f9723972"
}
]