Creates or updates the exported information of a schedule, for the current connection

Path Parameters
  • partnerScheduleId
    Type: stringFormat: uuid
    required
Body·
application/json
  • externalUrl
    Type: string | null

    The external url to the exported schedule

Responses
  • 200

    OK

Request Example for post/v1/schedules/{partnerScheduleId}/exported
curl https://api.consignlyhq.com/v1/schedules/123e4567-e89b-12d3-a456-426614174000/exported \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "externalUrl": null
}'
No Body