Tenant Server V1

<back to all web services

post_pm_menuaccess

The following routes are available for this service:
All Verbs/post_pm_menuaccess
post_pm_menuaccess Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
post_pm_menuaccessResponse Parameters:
NameParameterData TypeRequiredDescription
listformList<menuAccess>No
ticketResponsibleformList<string>No
billingResponsibleformList<string>No
ticketCCformList<string>No
billingCCformList<string>No
postTicketCCformList<string>No
postTicketResponsibleformList<string>No
tenantProductRequestformList<string>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
menuAccess Parameters:
NameParameterData TypeRequiredDescription
idmenuformstringNo
xviewformboolNo
xaddformboolNo
xdelformboolNo
xprintformboolNo
xfileviewformboolNo
xfileaddformboolNo
xfiledelformboolNo

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 /jsv/reply/post_pm_menuaccess HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/jsv
Content-Length: length

{
	token: String,
	tokensecret: String,
	email: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	list: 
	[
		{
			idmenu: String,
			xview: False,
			xadd: False,
			xdel: False,
			xprint: False,
			xfileview: False,
			xfileadd: False,
			xfiledel: False
		}
	],
	ticketResponsible: 
	[
		String
	],
	billingResponsible: 
	[
		String
	],
	ticketCC: 
	[
		String
	],
	billingCC: 
	[
		String
	],
	postTicketCC: 
	[
		String
	],
	postTicketResponsible: 
	[
		String
	],
	tenantProductRequest: 
	[
		String
	],
	result: 0,
	message: String
}