The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /service/QueryActivityTypeRDB HTTP/1.1
Host: www.bernhardthospitality.com
Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Length: length
{"skip":0,"take":0,"orderBy":"String","orderByDesc":"String","include":"String","fields":"String","meta":{"String":"String"},"id":"String","idStartsWith":"String","idEndsWith":"String","idContains":"String","idLike":"String","idBetween":["String"],"idIn":["String"],"activityType":"String","activityTypeStartsWith":"String","activityTypeEndsWith":"String","activityTypeContains":"String","activityTypeLike":"String","activityTypeBetween":["String"],"activityTypeIn":["String"],"requireCompletion":false,"requireCustomer":false,"color":"String","colorStartsWith":"String","colorEndsWith":"String","colorContains":"String","colorLike":"String","colorBetween":["String"],"colorIn":["String"],"showDollar":false,"showCode":false}
HTTP/1.1 200 OK
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Length: length
[{"id":"String","activityType":"String","requireCompletion":false,"requireCustomer":false,"color":"String","showDollar":false,"showCode":false}]