All Verbs | /post_pm_menuaccess |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
list | form | List<menuAccess> | No | |
ticketResponsible | form | List<string> | No | |
billingResponsible | form | List<string> | No | |
ticketCC | form | List<string> | No | |
billingCC | form | List<string> | No | |
postTicketCC | form | List<string> | No | |
postTicketResponsible | form | List<string> | No | |
tenantProductRequest | form | List<string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idmenu | form | string | No | |
xview | form | bool | No | |
xadd | form | bool | No | |
xdel | form | bool | No | |
xprint | form | bool | No | |
xfileview | form | bool | No | |
xfileadd | form | bool | No | |
xfiledel | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=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"}