Creates or updates the exported information of a schedule, for the current connection
Path Parameters
- Type: stringFormat: uuidpartner
Schedule Id required
Body·
application/json
- Type: string | nullexternal
Url 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