POST POS/EventData/Performers/Search Try Now

Searches the performer.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The search request.

NameDescriptionTypeAdditional information
PerformerName
The performer name.
string
None.
FirstLetter
The first letter of performer name.
string
None.
CategoryId
The category identifier.
string
None.
OrderBy
Sets the order by.(Note: Please use column Name Given in Response only,Don't use "Page" or "ItemsPerPage").
string
None.
SortOrder
The SortOrder i.e. "ASC" or "DESC"
string
None.
DateUpdated
Set Date Updated you can use either Date Updated Or UpdatedSince.
date
None.
UpdatedSince
Set From Date and To Date value. Return result for between date , From Date And To Date.
DateValue
None.
Page
Sets the page.
integer
None.
ItemsPerPage
Sets the items per page.
integer
None.

Request Formats

application/json, text/json

Sample:
{
  "PerformerName": "",
  "FirstLetter": "",
  "CategoryId": "",
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-05-10T10:24",
  "UpdatedSince": {
    "FromDate": "2024-05-10T10:24",
    "ToDate": "2024-05-10T10:25",
    "FilterByTime": true
  },
  "Page": 7,
  "ItemsPerPage": 8
}

Response Information

Resource Description

Search performer result

NameDescriptionTypeAdditional information
Items
Collection of PerformerResponse
None.
Page
integer
None.
TotalPages
integer
None.
Records
integer
None.
Meta
Object
None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "PerformerId": "",
      "Performer": "",
      "DateAdded": "2024-05-10T10:24",
      "DateUpdated": "2024-05-10T10:24",
      "IsDeleted": true,
      "Category": {
        "CategoryId": "",
        "CategoryName": "",
        "ParentCategoryId": ""
      },
      "Groupings": [
        {
          "GroupingId": "",
          "Name": "",
          "SHGroupingId": 3,
          "CategoryId": ""
        }
      ]
    }
  ],
  "Page": 1,
  "TotalPages": 2,
  "Records": 3,
  "Meta": {}
}