We use the following endpoint:
(https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/Schedules('{0}')/ThomsonReuters.Dss.Api.Extractions.ScheduleExtractNow)
to force a schedule on DSS REST API.
We have noticed that no response comes back after 30 seconds. For long running requests we would expect a response with a HTTP StatusCode of 202 Accepted and a "monitor" url in the Location header to come back after that time.
We do not provide the Prefer header.
The call made before ScheduleExtractNow - RequestToken is successful.
I can provide ClientSessionId if required?