POST POS/EventData/Performers/Search Try Now
Searches the performer.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The search request.
| Name | Description | Type | Additional 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": "2025-11-01T17:14",
"UpdatedSince": {
"FromDate": "2025-11-01T17:14",
"ToDate": "2025-11-01T17:15",
"FilterByTime": true
},
"Page": 7,
"ItemsPerPage": 8
}
Response Information
Resource Description
Search performer result
| Name | Description | Type | Additional 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": "2025-11-01T17:14",
"DateUpdated": "2025-11-01T17:14",
"IsDeleted": true,
"Category": {
"CategoryId": "",
"CategoryName": "",
"ParentCategoryId": ""
},
"Groupings": [
{
"GroupingId": "",
"Name": "",
"SHGroupingId": 3,
"CategoryId": ""
}
]
}
],
"Page": 1,
"TotalPages": 2,
"Records": 3,
"Meta": {}
}