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": "9b406e54-0252-4854-a7f4-22a9f8141079",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2026-04-08T05:25:56.2002152+00:00",
"DateBetweenEnd": "2026-04-08T05:25:56.2002152+00:00",
"HourOffset": 3,
"PlanId": "c300823e-510d-4f8d-a2da-7ed319dd73c8"
}
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": "085b1160-4e6f-43d9-938a-f38fba17082f",
"CostTypeId": "e2eec63a-7114-4496-b533-7d7b325c4836",
"CategoryId": "dd7ec9cb-da0d-43f9-a464-1e843c039b55",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "1f8f9fda-7f74-4d04-b564-159d3dfacc5e",
"AuthKey": "sample string 7",
"Timestamp": "2026-04-08T05:25:56.2002152+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-04-08T05:25:56.2002152+00:00": 2.0
},
"MonthRange_Start": "2026-04-08T05:25:56.2002152+00:00",
"MonthRange_End": "2026-04-08T05:25:56.2002152+00:00",
"id": "02ca50db-16e2-479c-8eb6-8e1922866e5d",
"ConfigId": "f72e3168-e400-45c0-9ed3-64048f91f677"
},
{
"PlanId": "085b1160-4e6f-43d9-938a-f38fba17082f",
"CostTypeId": "e2eec63a-7114-4496-b533-7d7b325c4836",
"CategoryId": "dd7ec9cb-da0d-43f9-a464-1e843c039b55",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "1f8f9fda-7f74-4d04-b564-159d3dfacc5e",
"AuthKey": "sample string 7",
"Timestamp": "2026-04-08T05:25:56.2002152+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2026-04-08T05:25:56.2002152+00:00": 2.0
},
"MonthRange_Start": "2026-04-08T05:25:56.2002152+00:00",
"MonthRange_End": "2026-04-08T05:25:56.2002152+00:00",
"id": "02ca50db-16e2-479c-8eb6-8e1922866e5d",
"ConfigId": "f72e3168-e400-45c0-9ed3-64048f91f677"
}
]