Required role: | Administrator |
All Verbs | /service/QueryActivityTypeRDB |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Skip | query | int? | No | |
Take | query | int? | No | |
OrderBy | query | string | No | |
OrderByDesc | query | string | No | |
Include | query | string | No | |
Fields | query | string | No | |
Meta | query | Dictionary<string, string> | No | |
Id | query | string | No | |
IdStartsWith | query | string | No | |
IdEndsWith | query | string | No | |
IdContains | query | string | No | |
IdLike | query | string | No | |
IdBetween | query | string[] | No | |
IdIn | query | string[] | No | |
ActivityType | query | string | No | |
ActivityTypeStartsWith | query | string | No | |
ActivityTypeEndsWith | query | string | No | |
ActivityTypeContains | query | string | No | |
ActivityTypeLike | query | string | No | |
ActivityTypeBetween | query | string[] | No | |
ActivityTypeIn | query | string[] | No | |
RequireCompletion | query | bool? | No | |
RequireCustomer | query | bool? | No | |
Color | query | string | No | |
ColorStartsWith | query | string | No | |
ColorEndsWith | query | string | No | |
ColorContains | query | string | No | |
ColorLike | query | string | No | |
ColorBetween | query | string[] | No | |
ColorIn | query | string[] | No | |
ShowDollar | query | bool? | No | |
ShowCode | query | bool? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/QueryActivityTypeRDB HTTP/1.1
Host: www.bernhardthospitality.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
skip: 0,
take: 0,
orderBy: String,
orderByDesc: String,
include: String,
fields: String,
meta:
{
String: String
},
id: String,
idStartsWith: String,
idEndsWith: String,
idContains: String,
idLike: String,
idBetween:
[
String
],
idIn:
[
String
],
activityType: String,
activityTypeStartsWith: String,
activityTypeEndsWith: String,
activityTypeContains: String,
activityTypeLike: String,
activityTypeBetween:
[
String
],
activityTypeIn:
[
String
],
requireCompletion: False,
requireCustomer: False,
color: String,
colorStartsWith: String,
colorEndsWith: String,
colorContains: String,
colorLike: String,
colorBetween:
[
String
],
colorIn:
[
String
],
showDollar: False,
showCode: False
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length [ { id: String, activityType: String, requireCompletion: False, requireCustomer: False, color: String, showDollar: False, showCode: False } ]