The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/MenuItemRolesRequest HTTP/1.1
Host: api.consumertaxadvocate.com
Content-Type: application/json
Content-Length: length
{"MenuItemId":"00000000000000000000000000000000","RoleId":"00000000000000000000000000000000","MenuItemRoleId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"MenuItemRoles":[{"MenuItemRoleId":0,"MenuItemId":"00000000000000000000000000000000","RoleId":"00000000000000000000000000000000","RoleName":"String"}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}}