Skip or un-skip an upcoming service
crowntown_skip_serviceSkip or unskip an upcoming collection day using route and client IDs. Preview with a dry run, then confirm to apply.
Instructions
Skip (or un-skip) an upcoming collection day. Pass the rid + clid from crowntown_list_upcoming_services. Without confirm:true this is a DRY RUN that returns a preview and makes no network call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rid | Yes | Route id (data-rid) from crowntown_list_upcoming_services. | |
| clid | Yes | Client-location id (data-clid) from crowntown_list_upcoming_services. | |
| action | No | "skip" to skip the day, "unskip" to restore it. Match the action from the upcoming-services list. | skip |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |