SOAP API - calcDeadline
The table summarizes the SOAP API - calcDeadline.
Request | Uses the calcDeadline element (from the BusinessDeadlineService schema) |
Parameter notes |
|
Response | Returns a
calcDeadlineResponseelement (from the
BusinessDeadlineService schema).
|
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dead="http://deadline.api.dac.n2.tibco.com"> <soapenv:Header /> <soapenv:Body> <dead:calcDeadline start-date-time="2017-10-31T10:30:00" duration="P2D"> <calendar-lookup> <org-model-entity model-version="1" entity-type="MODEL_POSITION" guid="__a7z4OoLEeaHwJBHuGSOmw"> <dynamic-id-attr name="city" value="London" /> </org-model-entity> </calendar-lookup> </dead:calcDeadline> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Body> <calcDeadlineResponse end-date-time="2017-10-31T10:30:00" xmlns="http://deadline.api.dac.n2.tibco.com"/> </SOAP-ENV:Body> |