GET ClientPreSelection/ScheduledTime

Client Preselection Get Scheduled Time

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultEAScheduledTime

ResultEAScheduledTime
NameDescriptionTypeAdditional information
Prompt

string

None.

ScheduledUTCTime

date

None.

Modifiable

boolean

None.

NextStep

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Prompt": "sample string 1",
  "ScheduledUTCTime": "2025-04-25T15:36:00.5802574Z",
  "Modifiable": true,
  "NextStep": "sample string 2"
}

application/xml, text/xml

Sample:
<ResultEAScheduledTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Modifiable>true</Modifiable>
  <NextStep>sample string 2</NextStep>
  <Prompt>sample string 1</Prompt>
  <ScheduledUTCTime>2025-04-25T15:36:00.5802574Z</ScheduledUTCTime>
</ResultEAScheduledTime>