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": "d73a0154-cd3e-4d20-93d7-c52af1bdf736",
"Fields": "sample string 2",
"Columns": [
"sample string 1",
"sample string 2"
],
"DateBetweenStart": "2025-12-04T19:55:43.7770382+00:00",
"DateBetweenEnd": "2025-12-04T19:55:43.7770382+00:00",
"HourOffset": 3,
"PlanId": "18344e43-0eb4-4114-9ea6-60ec2eaa443a"
}
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": "f4f428f7-55ad-406c-9618-dbe117310f26",
"CostTypeId": "51cb5ef5-2702-47ee-8852-7f584b6b7df4",
"CategoryId": "b5293eee-a4b0-4b2c-aef4-b91dc3f2cba5",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "5a289aaa-61f2-4d91-b0f9-0d3fe529e7e7",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-04T19:55:43.7926493+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-04T19:55:43.7926493+00:00": 2.0
},
"MonthRange_Start": "2025-12-04T19:55:43.7926493+00:00",
"MonthRange_End": "2025-12-04T19:55:43.7926493+00:00",
"id": "11d7d1a2-cc69-43c8-a868-4054a9c4b5b2",
"ConfigId": "b8fcfc58-ff91-474e-806c-129965d0450f"
},
{
"PlanId": "f4f428f7-55ad-406c-9618-dbe117310f26",
"CostTypeId": "51cb5ef5-2702-47ee-8852-7f584b6b7df4",
"CategoryId": "b5293eee-a4b0-4b2c-aef4-b91dc3f2cba5",
"CategoryName": "sample string 4",
"ParentCategoryName": "sample string 5",
"UserId": "5a289aaa-61f2-4d91-b0f9-0d3fe529e7e7",
"AuthKey": "sample string 7",
"Timestamp": "2025-12-04T19:55:43.7926493+00:00",
"Action": "sample string 9",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"UpdatedColumnValues": {
"2025-12-04T19:55:43.7926493+00:00": 2.0
},
"MonthRange_Start": "2025-12-04T19:55:43.7926493+00:00",
"MonthRange_End": "2025-12-04T19:55:43.7926493+00:00",
"id": "11d7d1a2-cc69-43c8-a868-4054a9c4b5b2",
"ConfigId": "b8fcfc58-ff91-474e-806c-129965d0450f"
}
]