POST api/ScheduleReport/SaveReportFilter

Request Information

URI Parameters

None.

Body Parameters

MasterReportFilterDTO
NameDescriptionTypeAdditional information
ReportId

integer

None.

ListReportTypeFilter

Collection of ReportFilterDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "ReportId": 1,
  "ListReportTypeFilter": [
    {
      "Id": 1,
      "ReportId": 2,
      "ReportTypeId": 3,
      "ReportFilterTypeId": 4,
      "ReportFilterValue": "sample string 5",
      "Name": "sample string 6",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:02:33.57219-07:00",
      "DateUpdated": "2025-04-03T19:02:33.57219-07:00",
      "UserIDCreated": 10,
      "UserIDUpdated": 11,
      "CompanyCode": "sample string 12",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "ReportId": 2,
      "ReportTypeId": 3,
      "ReportFilterTypeId": 4,
      "ReportFilterValue": "sample string 5",
      "Name": "sample string 6",
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:02:33.57219-07:00",
      "DateUpdated": "2025-04-03T19:02:33.57219-07:00",
      "UserIDCreated": 10,
      "UserIDUpdated": 11,
      "CompanyCode": "sample string 12",
      "IsExcludeDiscount": true
    }
  ]
}

application/xml, text/xml

Sample:
<MasterReportFilterDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.Report">
  <ListReportTypeFilter>
    <ReportFilterDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.57219-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.57219-07:00</DateUpdated>
      <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <Id>1</Id>
      <Name>sample string 6</Name>
      <ReportFilterTypeId>4</ReportFilterTypeId>
      <ReportFilterValue>sample string 5</ReportFilterValue>
      <ReportId>2</ReportId>
      <ReportTypeId>3</ReportTypeId>
    </ReportFilterDTO>
    <ReportFilterDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.57219-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.57219-07:00</DateUpdated>
      <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <Id>1</Id>
      <Name>sample string 6</Name>
      <ReportFilterTypeId>4</ReportFilterTypeId>
      <ReportFilterValue>sample string 5</ReportFilterValue>
      <ReportId>2</ReportId>
      <ReportTypeId>3</ReportTypeId>
    </ReportFilterDTO>
  </ListReportTypeFilter>
  <ReportId>1</ReportId>
</MasterReportFilterDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfMasterReportFilterDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

MasterReportFilterDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "ReportId": 1,
    "ListReportTypeFilter": [
      {
        "Id": 1,
        "ReportId": 2,
        "ReportTypeId": 3,
        "ReportFilterTypeId": 4,
        "ReportFilterValue": "sample string 5",
        "Name": "sample string 6",
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:02:33.5924349-07:00",
        "DateUpdated": "2025-04-03T19:02:33.5924349-07:00",
        "UserIDCreated": 10,
        "UserIDUpdated": 11,
        "CompanyCode": "sample string 12",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "ReportId": 2,
        "ReportTypeId": 3,
        "ReportFilterTypeId": 4,
        "ReportFilterValue": "sample string 5",
        "Name": "sample string 6",
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:02:33.5924349-07:00",
        "DateUpdated": "2025-04-03T19:02:33.5924349-07:00",
        "UserIDCreated": 10,
        "UserIDUpdated": 11,
        "CompanyCode": "sample string 12",
        "IsExcludeDiscount": true
      }
    ]
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfMasterReportFilterDTO_Sapgg6g_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.Report">
    <d2p1:ListReportTypeFilter>
      <d2p1:ReportFilterDTO>
        <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.5924349-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.5924349-07:00</DateUpdated>
        <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
        <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated>
        <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Name>sample string 6</d2p1:Name>
        <d2p1:ReportFilterTypeId>4</d2p1:ReportFilterTypeId>
        <d2p1:ReportFilterValue>sample string 5</d2p1:ReportFilterValue>
        <d2p1:ReportId>2</d2p1:ReportId>
        <d2p1:ReportTypeId>3</d2p1:ReportTypeId>
      </d2p1:ReportFilterDTO>
      <d2p1:ReportFilterDTO>
        <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.5924349-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:33.5924349-07:00</DateUpdated>
        <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
        <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated>
        <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Name>sample string 6</d2p1:Name>
        <d2p1:ReportFilterTypeId>4</d2p1:ReportFilterTypeId>
        <d2p1:ReportFilterValue>sample string 5</d2p1:ReportFilterValue>
        <d2p1:ReportId>2</d2p1:ReportId>
        <d2p1:ReportTypeId>3</d2p1:ReportTypeId>
      </d2p1:ReportFilterDTO>
    </d2p1:ListReportTypeFilter>
    <d2p1:ReportId>1</d2p1:ReportId>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfMasterReportFilterDTO_Sapgg6g_S>