POST Client/ScheduleRequestDurationListGet

Get DurationList

Request Information

URI Parameters

None.

Body Parameters

pickUtcTime

ParaDateTime
NameDescriptionTypeAdditional information
datetime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "datetime": "2025-04-25T15:19:26.6439821Z"
}

application/xml, text/xml

Sample:
<ParaDateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <datetime>2025-04-25T15:19:26.6439821Z</datetime>
</ParaDateTime>

Response Information

Resource Description

ListDateTime

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>