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
NameDescriptionTypeAdditional 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": "286cd9e1-f6dd-4c2f-86eb-20e35a6a82a0",
  "Fields": "sample string 2",
  "Columns": [
    "sample string 1",
    "sample string 2"
  ],
  "DateBetweenStart": "2024-10-16T17:29:07.2200001+00:00",
  "DateBetweenEnd": "2024-10-16T17:29:07.2200001+00:00",
  "HourOffset": 3,
  "PlanId": "453761a5-9c3d-4d09-909e-94ad5e6d3e17"
}

Response Information

Resource Description

Collection of Audit_FinancialPlans
NameDescriptionTypeAdditional 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": "63cc9cfe-1c33-4fcb-a3b5-2c0fae3bb7be",
    "CostTypeId": "d5ed1251-18f3-4c0f-88b3-6450bb556c97",
    "CategoryId": "00293c6c-909b-4215-a614-a2ce9589256f",
    "CategoryName": "sample string 4",
    "ParentCategoryName": "sample string 5",
    "UserId": "6e40fdf2-4a8f-4782-8fb8-063c0686af52",
    "AuthKey": "sample string 7",
    "Timestamp": "2024-10-16T17:29:07.2200001+00:00",
    "Action": "sample string 9",
    "UpdatedFieldValues": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "UpdatedColumnValues": {
      "2024-10-16T17:29:07.2200001+00:00": 2.0
    },
    "MonthRange_Start": "2024-10-16T17:29:07.2200001+00:00",
    "MonthRange_End": "2024-10-16T17:29:07.2200001+00:00",
    "id": "7fc5a77e-0118-4161-84d9-107bb4bafaf7",
    "ConfigId": "1d2ba67a-271e-461c-862c-3954baf3361c"
  },
  {
    "PlanId": "63cc9cfe-1c33-4fcb-a3b5-2c0fae3bb7be",
    "CostTypeId": "d5ed1251-18f3-4c0f-88b3-6450bb556c97",
    "CategoryId": "00293c6c-909b-4215-a614-a2ce9589256f",
    "CategoryName": "sample string 4",
    "ParentCategoryName": "sample string 5",
    "UserId": "6e40fdf2-4a8f-4782-8fb8-063c0686af52",
    "AuthKey": "sample string 7",
    "Timestamp": "2024-10-16T17:29:07.2200001+00:00",
    "Action": "sample string 9",
    "UpdatedFieldValues": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "UpdatedColumnValues": {
      "2024-10-16T17:29:07.2200001+00:00": 2.0
    },
    "MonthRange_Start": "2024-10-16T17:29:07.2200001+00:00",
    "MonthRange_End": "2024-10-16T17:29:07.2200001+00:00",
    "id": "7fc5a77e-0118-4161-84d9-107bb4bafaf7",
    "ConfigId": "1d2ba67a-271e-461c-862c-3954baf3361c"
  }
]