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": "4e002f27-d0d3-462b-bb21-e5763e01c201",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-11-13T19:54:20.8285101+00:00",
"DateBetweenEnd": "2025-11-13T19:54:20.8285101+00:00",
"HourOffset": 3,
"PlanId": "0b2c14c3-9002-4138-acbe-8ea7693f1f49"
}
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": "b10583a4-318d-46ab-90da-961cbe1fb960",
"CostTypeId": "70e73d92-326c-49ae-b9d9-56e248cc53f1",
"CategoryId": "a5497282-07fc-474b-b44d-223d93b3863f",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6978b0cf-182c-4779-872a-2a192e143ffa",
"AuthKey": "sample string 7",
"Timestamp": "2025-11-13T19:54:20.8441351+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-11-13T19:54:20.8441351+00:00": 2.0
},
"MonthRange_Start": "2025-11-13T19:54:20.8441351+00:00",
"MonthRange_End": "2025-11-13T19:54:20.8441351+00:00",
"id": "4d409b46-37ea-42f0-95a2-a58b7063f0e7",
"ConfigId": "cc73b2a5-76f5-4b34-ab21-0e434a031437"
},
{
"PlanId": "b10583a4-318d-46ab-90da-961cbe1fb960",
"CostTypeId": "70e73d92-326c-49ae-b9d9-56e248cc53f1",
"CategoryId": "a5497282-07fc-474b-b44d-223d93b3863f",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "6978b0cf-182c-4779-872a-2a192e143ffa",
"AuthKey": "sample string 7",
"Timestamp": "2025-11-13T19:54:20.8441351+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-11-13T19:54:20.8441351+00:00": 2.0
},
"MonthRange_Start": "2025-11-13T19:54:20.8441351+00:00",
"MonthRange_End": "2025-11-13T19:54:20.8441351+00:00",
"id": "4d409b46-37ea-42f0-95a2-a58b7063f0e7",
"ConfigId": "cc73b2a5-76f5-4b34-ab21-0e434a031437"
}
]