Retrieve a single call schedule item with WSO ID of {facilityCallId} for facility with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
facilityCallId
WSO ID of facility call
integer
Required
id
WSO ID of facility
integer
Required
Id
The WSO ID of the asset
integer
OptionDate
The option date
date
OptionPrice
The option price
decimal number
{ "id": 1, "optionPrice": 1.1, "optionDate": "2024-11-23T01:31:13.227772-06:00", "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<FacilityCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <OptionDate>2024-11-23T01:31:13.227772-06:00</OptionDate> <OptionPrice>1.1</OptionPrice> </FacilityCall>