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": "8875eda6-c027-4777-a598-a4bec035c351",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-01-12T06:14:10.4612053+00:00",
"DateBetweenEnd": "2026-01-12T06:14:10.4612053+00:00",
"HourOffset": 3,
"PlanId": "3ab9834b-1d4a-409d-a578-168130743d3a"
}
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": "3cd41434-bce4-4706-a166-992509f042c5",
"CostTypeId": "fec1e2eb-c60f-403d-82c7-73f9e7ef423f",
"CategoryId": "a90f8299-7b3f-4856-af67-ec1759b67841",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "588dc41c-5dc2-47cf-9613-481881b262f2",
"AuthKey": "sample string 7",
"Timestamp": "2026-01-12T06:14:10.4612053+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-01-12T06:14:10.4612053+00:00": 2.0
},
"MonthRange_Start": "2026-01-12T06:14:10.4612053+00:00",
"MonthRange_End": "2026-01-12T06:14:10.4612053+00:00",
"id": "d0089f75-0d0f-4a6d-81a5-dc9958904a87",
"ConfigId": "a58a7a6e-5710-4e97-800a-fc2e06c3314c"
},
{
"PlanId": "3cd41434-bce4-4706-a166-992509f042c5",
"CostTypeId": "fec1e2eb-c60f-403d-82c7-73f9e7ef423f",
"CategoryId": "a90f8299-7b3f-4856-af67-ec1759b67841",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "588dc41c-5dc2-47cf-9613-481881b262f2",
"AuthKey": "sample string 7",
"Timestamp": "2026-01-12T06:14:10.4612053+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-01-12T06:14:10.4612053+00:00": 2.0
},
"MonthRange_Start": "2026-01-12T06:14:10.4612053+00:00",
"MonthRange_End": "2026-01-12T06:14:10.4612053+00:00",
"id": "d0089f75-0d0f-4a6d-81a5-dc9958904a87",
"ConfigId": "a58a7a6e-5710-4e97-800a-fc2e06c3314c"
}
]