MyHome.ie Data Delivery Service

<back to all web services

DeleteVirtualViewingRequest

Requires Authentication
The following routes are available for this service:
DELETE/property/virtualviewing
DeleteVirtualViewingRequest Parameters:
NameParameterData TypeRequiredDescription
FeaturedSpotIdqueryintNo
BaseDeliveryRequest Parameters:
NameParameterData TypeRequiredDescription
SessionIdformstringNo
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringNo
CorrelationIdformstringNo
ActiveUserIdformint?No
VersionformdoubleNo
RequestTypeIdformintNo
GetVirtualViewingResponse Parameters:
NameParameterData TypeRequiredDescription
VirtualViewingformVirtualViewingNo
VirtualViewing Parameters:
NameParameterData TypeRequiredDescription
FeaturedSpotIdformintNo
OrderIdformint?No
VirtualViewingStatusformVirtualViewingStatusNo
CallIdformstringNo
StartDateformDateTimeNo
EndDateformDateTimeNo
StartDateFormattedformstringNo
EndDateFormattedformstringNo
ResourceIdformstringNo
SIdformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

DELETE /property/virtualviewing HTTP/1.1 
Host: agentapi.myhome.ie 
Accept: application/json
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"}}