EMUN1 ASP.NET

<back to all web services

QueryActivityTypeRDB

Requires Authentication
Required role:Administrator
The following routes are available for this service:
All Verbs/service/QueryActivityTypeRDB
QueryActivityTypeRDB Parameters:
NameParameterData TypeRequiredDescription
Skipqueryint?No
Takequeryint?No
OrderByquerystringNo
OrderByDescquerystringNo
IncludequerystringNo
FieldsquerystringNo
MetaqueryDictionary<string, string>No
IdquerystringNo
IdStartsWithquerystringNo
IdEndsWithquerystringNo
IdContainsquerystringNo
IdLikequerystringNo
IdBetweenquerystring[]No
IdInquerystring[]No
ActivityTypequerystringNo
ActivityTypeStartsWithquerystringNo
ActivityTypeEndsWithquerystringNo
ActivityTypeContainsquerystringNo
ActivityTypeLikequerystringNo
ActivityTypeBetweenquerystring[]No
ActivityTypeInquerystring[]No
RequireCompletionquerybool?No
RequireCustomerquerybool?No
ColorquerystringNo
ColorStartsWithquerystringNo
ColorEndsWithquerystringNo
ColorContainsquerystringNo
ColorLikequerystringNo
ColorBetweenquerystring[]No
ColorInquerystring[]No
ShowDollarquerybool?No
ShowCodequerybool?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + 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
	}
]