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