SOAP API - addWorkingDayExceptions
The table summarizes the SOAP API - addWorkingDayExceptions.
Request | Uses the addWorkingDayExceptions element (from the CalendarService schema) |
Parameter notes |
|
Response | Returns an addWorkingDayExceptionsResponse element (from the CalendarService schema). This contains a list of IDs of the exceptions that have been added. |
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:addWorkingDayExceptions guid="SYSTEM"> <!--1 or more repetitions:--> <add-exceptions description="Public Holiday" all-day="true" start="2011-12-26T00:00:00" end="2011-12-26T23:59:59" free-busy="BUSY"/> </cal:addWorkingDayExceptions> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <addWorkingDayExceptionsResponse xmlns="http://calendar.api.dac.n2.tibco.com"> <add-exceptions xmlns="">A25D05C7-E656-400C-A84F-F8DF41FE73DF</add-exceptions> </addWorkingDayExceptionsResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.