The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
PUT /property/virtualviewing HTTP/1.1
Host: agentapi.myhome.ie
Accept: application/json
Content-Type: application/json
Content-Length: length
{"GroupId":0,"PropertyId":0,"PropertyClassId":0,"VirtualViewing":{"FeaturedSpotId":0,"OrderId":0,"VirtualViewingStatus":"Schedule","CallId":"String","StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","StartDateFormatted":"Mon Jan 1, 12am","EndDateFormatted":"Mon Jan 1, 12am","ResourceId":"String","SId":"String"},"SessionId":"String","ApiKey":"String","CorrelationId":"String","ActiveUserId":0,"Version":0,"RequestTypeId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"VirtualViewing":{"FeaturedSpotId":0,"OrderId":0,"VirtualViewingStatus":"Schedule","CallId":"String","StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","StartDateFormatted":"Mon Jan 1, 12am","EndDateFormatted":"Mon Jan 1, 12am","ResourceId":"String","SId":"String"}}