PUT api/list/feedback/followups/savefilter

Save feedback follow up filter

Request Information

URI Parameters

None.

Body Parameters

Filter to save

Dezrez.Core.DataContracts.External.Api.Lists.FollowUps.Filter.SaveFeedbackFollowUpListFilterDataContract
NameDescriptionTypeAdditional information
Context

Dezrez.Core.DataContracts.External.Api.Lists.Events.ListContext

None.

EventTypes

Collection of string

None.

SystemStatuses

Collection of string

None.

RoleTypes

Collection of string

None.

DateFrom

date

None.

DateTo

date

None.

Date

Dezrez.Core.DataContracts.External.Api.Lists.DateRangeFilterDataContract

None.

OwningTeamIds

Collection of integer

None.

AttendingNegotiatorIds

Collection of integer

None.

AttendingGroupIds

Collection of integer

None.

EventBranchId

integer

None.

BookedByNegotiatorIds

Collection of integer

None.

Sort

Dezrez.Core.DataContracts.External.Api.Lists.FollowUps.FollowUpListSort

None.

VendorFeedbackReviewed

boolean

None.

Name

string

None.

CustomFilterConfig

string

None.

BranchId

integer

None.

BranchIds

Collection of integer

None.

EventBranchIds

Collection of integer

None.

Order

Dezrez.Core.DataContracts.External.Api.Lists.ListOrder

None.

SearchTerm

string

None.

FilterType

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

ShowDeleted

boolean

None.

ShowCancelled

boolean

None.

OwningTeamId

integer

None.

Id

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Context": 0,
  "EventTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "SystemStatuses": [
    "sample string 1",
    "sample string 2"
  ],
  "RoleTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "DateFrom": "2024-04-19T09:05:12.5775618Z",
  "DateTo": "2024-04-19T09:05:12.5775618Z",
  "Date": {
    "FromStaticDate": "2024-04-19T09:05:12.5775618Z",
    "ToStaticDate": "2024-04-19T09:05:12.5775618Z",
    "PredefinedDateRange": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "FromExpression": "sample string 1",
    "ToExpression": "sample string 2",
    "Id": 3
  },
  "OwningTeamIds": [
    1,
    1
  ],
  "AttendingNegotiatorIds": [
    1,
    1
  ],
  "AttendingGroupIds": [
    1,
    1
  ],
  "EventBranchId": 1,
  "BookedByNegotiatorIds": [
    1,
    1
  ],
  "Sort": 0,
  "VendorFeedbackReviewed": true,
  "Name": "sample string 1",
  "CustomFilterConfig": "sample string 2",
  "BranchId": 1,
  "BranchIds": [
    1,
    2
  ],
  "EventBranchIds": [
    1,
    2
  ],
  "Order": 0,
  "SearchTerm": "sample string 3",
  "FilterType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "ShowDeleted": true,
  "ShowCancelled": true,
  "OwningTeamId": 6,
  "Id": 7
}

Response Information

Resource Description

Saved filter

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.