SOAP API - setCalendarReferences

The table summarizes the SOAP API - setCalendarReferences.

Request Uses the assignment element (from the OrgModelService schema)
Parameter notes
Response Returns a setCalendarReferencesResponse element (from the OrgModelService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:org="http://orgmodel.api.de.bpm.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <org:setCalendarReferences>
         <assignment model-version="-1" calendar-alias="standard" entity-guid="_36QRkMoOEeG-IPt6GUFXxA"/>
      </org:setCalendarReferences>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <setCalendarReferencesResponse xmlns="http://orgmodel.api.de.bpm.tibco.com"/>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>