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 .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/post_pm_menuaccess HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/csv
Content-Length: length

{"token":"String","tokensecret":"String","email":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
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"}