SOAP API - renameCalendar
The table summarizes the SOAP API - renameCalendar.
Request | Uses the renameCalendarelement (from the WorkCalService schema) |
Parameter notes |
|
Response | Returns a renameCalendarResponseelement (from the WorkCalService schema). |
Example | Request:<soapenv:Body> <wor:renameCalendar version="0" old-namespace="LONDON" old-name="PUB_HOL" new-namespace="LONDON" new-name="UK_PUBLIC_HOLIDAYS"/> </soapenv:Body> |
Response:<SOAP-ENV:Body> <renameCalendarResponse name="UK_PUBLIC_HOLIDAYS" namespace="LONDON" version="1" xmlns="http://workcal.api.dac.n2.tibco.com"/> </SOAP-ENV:Body> |