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": "163fd8f4-c45d-4b16-ac1f-9612e461d623",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-06-26T14:17:03.5901894+00:00",
"DateBetweenEnd": "2026-06-26T14:17:03.5901894+00:00",
"HourOffset": 3,
"PlanId": "06cae087-46d0-4e5d-b1d4-872d89521d45"
}
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": "d1d81bad-53e1-4bfd-a94c-88fee75a834c",
"CostTypeId": "149562ff-5813-4ddb-a195-bb1112a98c99",
"CategoryId": "d49a87ec-f713-4628-b302-91b768f4a6fc",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "c6619633-cb56-49b9-ab4d-da4b10e71fc4",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-26T14:17:03.605813+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-26T14:17:03.605813+00:00": 2.0
},
"MonthRange_Start": "2026-06-26T14:17:03.605813+00:00",
"MonthRange_End": "2026-06-26T14:17:03.605813+00:00",
"id": "29ca6d9b-29ad-48bc-91cb-f0ca9628ff94",
"ConfigId": "eb34cc4b-4e61-4d1f-86a9-d86d3b89bc8c"
},
{
"PlanId": "d1d81bad-53e1-4bfd-a94c-88fee75a834c",
"CostTypeId": "149562ff-5813-4ddb-a195-bb1112a98c99",
"CategoryId": "d49a87ec-f713-4628-b302-91b768f4a6fc",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "c6619633-cb56-49b9-ab4d-da4b10e71fc4",
"AuthKey": "sample string 7",
"Timestamp": "2026-06-26T14:17:03.605813+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-06-26T14:17:03.605813+00:00": 2.0
},
"MonthRange_Start": "2026-06-26T14:17:03.605813+00:00",
"MonthRange_End": "2026-06-26T14:17:03.605813+00:00",
"id": "29ca6d9b-29ad-48bc-91cb-f0ca9628ff94",
"ConfigId": "eb34cc4b-4e61-4d1f-86a9-d86d3b89bc8c"
}
]