SOAP API - updateWorkingDayExceptions
The table summarizes the SOAP API - updateWorkingDayExceptions.
Request | Uses the updateWorkingDayExceptions element (from the CalendarService schema) |
Parameter notes |
|
Response | Returns an updateWorkingDayExceptionsResponse element (from the CalendarService schema) |
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cal="http://calendar.api.dac.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <cal:updateWorkingDayExceptions guid="SYSTEM"> <!--1 or more repetitions:--> <update-exceptions guid="A25D05C7-E656-400C-A84F-F8DF41FE73DF" all-day="false" start="2011-12-26T12:00:00" end="2011-12-26T18:00:00"/> </cal:updateWorkingDayExceptions> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <updateWorkingDayExceptionsResponse xmlns="http://calendar.api.dac.n2.tibco.com">OK</updateWorkingDayExceptionsResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.