POST {version}/SaveFinancialReportFilter
Save Financial Report Filter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
FinancialReportFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Data | string |
None. |
|
| PageSize | integer |
None. |
|
| UpdateOn | date |
None. |
|
| CreatedOn | date |
None. |
|
| LastModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"GUID": "fee22758-9d4a-4646-8853-a7099b987cab",
"Name": "sample string 2",
"Data": "sample string 3",
"PageSize": 4,
"UpdateOn": "01/27/2026",
"CreatedOn": "01/27/2026",
"LastModifiedOn": "01/27/2026"
}
application/xml, text/xml
Sample:
<FinancialReportFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <CreatedOn>2026-01-27T00:24:35.6195339-05:00</CreatedOn> <Data>sample string 3</Data> <GUID>fee22758-9d4a-4646-8853-a7099b987cab</GUID> <Name>sample string 2</Name> <PageSize>4</PageSize> <UpdateOn>2026-01-27T00:24:35.6195339-05:00</UpdateOn> </FinancialReportFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FinancialReportFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Data | string |
None. |
|
| PageSize | integer |
None. |
|
| UpdateOn | date |
None. |
|
| CreatedOn | date |
None. |
|
| LastModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"GUID": "6bad1a9e-7e90-406b-bd27-3890e75542d3",
"Name": "sample string 2",
"Data": "sample string 3",
"PageSize": 4,
"UpdateOn": "01/27/2026",
"CreatedOn": "01/27/2026",
"LastModifiedOn": "01/27/2026"
}
application/xml, text/xml
Sample:
<FinancialReportFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <CreatedOn>2026-01-27T00:24:35.8070299-05:00</CreatedOn> <Data>sample string 3</Data> <GUID>6bad1a9e-7e90-406b-bd27-3890e75542d3</GUID> <Name>sample string 2</Name> <PageSize>4</PageSize> <UpdateOn>2026-01-27T00:24:35.8070299-05:00</UpdateOn> </FinancialReportFilter>