POST ClientPreSelection/ScheduledTimeSet

Client Preselection Set Scheduled Time

Request Information

URI Parameters

None.

Body Parameters

ParaEAScheduledTimeSet
NameDescriptionTypeAdditional information
ScheduledUTCTime

date

None.

PhoneNumber

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ScheduledUTCTime": "2025-04-25T15:21:48.8922451Z",
  "PhoneNumber": "sample string 1",
  "Email": "sample string 2"
}

application/xml, text/xml

Sample:
<ParaEAScheduledTimeSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Email>sample string 2</Email>
  <PhoneNumber>sample string 1</PhoneNumber>
  <ScheduledUTCTime>2025-04-25T15:21:48.8922451Z</ScheduledUTCTime>
</ParaEAScheduledTimeSet>

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:21:48.8922451Z",
  "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:21:48.8922451Z</ScheduledUTCTime>
</ResultEAScheduledTime>