Create service recurrence
documentedCreate a service recurrence.
POST /servicerecurrenceService Recurrenceno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.servicetrade.com/api/servicerecurrence" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Cookie: PHPSESSID={{SERVICETRADE_SECRET}}" \
-d '{"locationId": {{$locationId}}, "serviceLineId": {{$serviceLineId}}, "description": "{{$description}}", "firstStart": {{$firstStart}}, "firstEnd": {{$firstEnd}}, "endsOn": {{$endsOn}}, "frequency": "{{$frequency}}", "interval": {{$interval}}, "schedulingType": "{{$schedulingType}}"}'