SOAP API - requestWorkItemPerformanceForTemplate

The table summarizes the SOAP API - requestWorkItemPerformanceForTemplate.

Request Uses the requestWorkItemPerformanceForTemplateRequest element (from the EventCollectorMeasuresService schema)
Parameter notes
Response Returns a requestWorkItemPerformanceForTemplateResponse element (from the EventCollectorMeasuresService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.ec.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:requestWorkItemPerformanceForTemplateRequest>
         <id>
            <processTemplateName>CSCallbackprocess</processTemplateName>
         </id>
         <duration>
            <endDate>2011-08-05T00:00:00.000Z</endDate>
            <startDate>2011-07-01T00:00:00.000Z</startDate>
            <granularity>YEAR</granularity>
         </duration>
         <options>
            <consolidation>BOTH</consolidation>
         </options>
      </api:requestWorkItemPerformanceForTemplateRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <requestWorkItemPerformanceForTemplateResponse xmlns="http://api.ec.n2.tibco.com">
         <measure xmlns="">
            <index>0</index>
            <id xsi:type="base:ProcessTemplateId" xmlns:api="http://api.ec.n2.tibco.com" xmlns:base="http://base.api.ec.n2.tibco.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <processTemplateName>CSCallbackprocess</processTemplateName>
            </id>
            <period>
               <index>0</index>
               <duration>
                  <startDate>2011-07-01T00:00:00.000Z</startDate>
               </duration>
               <entry>
                  <index>0</index>
                  <value>4</value>
                  <type>OFFERED</type>
               </entry>
                   .
                   .
                   .
            </period>
         </measure>
      </requestWorkItemPerformanceForTemplateResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>