GET v1/Positions/{id}/Calendars/Combined/Dates/{date}

Description

Get calendar date info for a given date based on the position's calendar(s)

Base Url

https://api-sim.uat.wsohosting.com/


Rest Call Syntax


GET PositionManagement/v1/Positions/{id}/Calendars/Combined/Dates/{date}

GET PositionManagement/v1/Positions/{id}/Calendars/Combined/Dates/{date}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

date

The date in question

date

Required

id

WSO ID of the position

integer

Required




Response Information



CalendarDate

Name

Description

Type

Additional Information

Date

The given date in question.

date

IsBusinessDay

Whether or not the given date is considered a business day.

boolean




Response Body Formats



application/json, text/json

Sample:
{
  "date": "2024-10-08T05:37:11.8885476-05:00",
  "isBusinessDay": true
}

application/xml, text/xml

Sample:
<CalendarDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Date>2024-10-08T05:37:11.8885476-05:00</Date>
  <IsBusinessDay>true</IsBusinessDay>
</CalendarDate>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.