projectChargeEntry


Click here for a complete list of operations.

getSubTasks

Searches for subtasks

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ctapi/services/ctDynamicsSL/projectChargeEntry.asmx HTTP/1.1
Host: www.catalinatechnology.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.catalinatechnology.com/services/ctDynamicsSL/getSubTasks"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <ctDynamicsSLHeader xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <licenseKey>string</licenseKey>
      <licenseName>string</licenseName>
      <licenseExpiration>string</licenseExpiration>
      <softwareName>string</softwareName>
      <siteID>string</siteID>
      <siteKey>string</siteKey>
      <userName>string</userName>
      <cpnyID>string</cpnyID>
      <apiUsername>string</apiUsername>
      <apiPassword>string</apiPassword>
      <flags>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
      </flags>
    </ctDynamicsSLHeader>
  </soap:Header>
  <soap:Body>
    <getSubTasks xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <projectID>string</projectID>
      <entityID>string</entityID>
      <employeeID>string</employeeID>
      <subTaskName>string</subTaskName>
    </getSubTasks>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getSubTasksResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getSubTasksResult>
        <PJPENTEM>
          <errorMessage>string</errorMessage>
          <resultCode>int</resultCode>
          <Actual_amt>double</Actual_amt>
          <Actual_units>double</Actual_units>
          <Budget_amt>double</Budget_amt>
          <Budget_units>double</Budget_units>
          <Comment>string</Comment>
          <crtd_datetime>dateTime</crtd_datetime>
          <crtd_prog>string</crtd_prog>
          <crtd_user>string</crtd_user>
          <Date_start>dateTime</Date_start>
          <Date_end>dateTime</Date_end>
          <Employee>string</Employee>
          <lupd_datetime>dateTime</lupd_datetime>
          <lupd_prog>string</lupd_prog>
          <lupd_user>string</lupd_user>
          <MSPSync>string</MSPSync>
          <noteid>int</noteid>
          <Pjt_entity>string</Pjt_entity>
          <Project>string</Project>
          <Revadj_amt>double</Revadj_amt>
          <Revenue_amt>double</Revenue_amt>
          <SubTask_Name>string</SubTask_Name>
          <SubTask_UID>int</SubTask_UID>
          <Tk_id01>string</Tk_id01>
          <Tk_id02>string</Tk_id02>
          <Tk_id03>string</Tk_id03>
          <Tk_id04>string</Tk_id04>
          <Tk_id05>string</Tk_id05>
          <Tk_id06>double</Tk_id06>
          <Tk_id07>double</Tk_id07>
          <Tk_id08>dateTime</Tk_id08>
          <Tk_id09>dateTime</Tk_id09>
          <Tk_id10>int</Tk_id10>
          <User1>string</User1>
          <User2>string</User2>
          <User3>double</User3>
          <User4>double</User4>
        </PJPENTEM>
        <PJPENTEM>
          <errorMessage>string</errorMessage>
          <resultCode>int</resultCode>
          <Actual_amt>double</Actual_amt>
          <Actual_units>double</Actual_units>
          <Budget_amt>double</Budget_amt>
          <Budget_units>double</Budget_units>
          <Comment>string</Comment>
          <crtd_datetime>dateTime</crtd_datetime>
          <crtd_prog>string</crtd_prog>
          <crtd_user>string</crtd_user>
          <Date_start>dateTime</Date_start>
          <Date_end>dateTime</Date_end>
          <Employee>string</Employee>
          <lupd_datetime>dateTime</lupd_datetime>
          <lupd_prog>string</lupd_prog>
          <lupd_user>string</lupd_user>
          <MSPSync>string</MSPSync>
          <noteid>int</noteid>
          <Pjt_entity>string</Pjt_entity>
          <Project>string</Project>
          <Revadj_amt>double</Revadj_amt>
          <Revenue_amt>double</Revenue_amt>
          <SubTask_Name>string</SubTask_Name>
          <SubTask_UID>int</SubTask_UID>
          <Tk_id01>string</Tk_id01>
          <Tk_id02>string</Tk_id02>
          <Tk_id03>string</Tk_id03>
          <Tk_id04>string</Tk_id04>
          <Tk_id05>string</Tk_id05>
          <Tk_id06>double</Tk_id06>
          <Tk_id07>double</Tk_id07>
          <Tk_id08>dateTime</Tk_id08>
          <Tk_id09>dateTime</Tk_id09>
          <Tk_id10>int</Tk_id10>
          <User1>string</User1>
          <User2>string</User2>
          <User3>double</User3>
          <User4>double</User4>
        </PJPENTEM>
      </getSubTasksResult>
    </getSubTasksResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ctapi/services/ctDynamicsSL/projectChargeEntry.asmx HTTP/1.1
Host: www.catalinatechnology.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <ctDynamicsSLHeader xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <licenseKey>string</licenseKey>
      <licenseName>string</licenseName>
      <licenseExpiration>string</licenseExpiration>
      <softwareName>string</softwareName>
      <siteID>string</siteID>
      <siteKey>string</siteKey>
      <userName>string</userName>
      <cpnyID>string</cpnyID>
      <apiUsername>string</apiUsername>
      <apiPassword>string</apiPassword>
      <flags>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
      </flags>
    </ctDynamicsSLHeader>
  </soap12:Header>
  <soap12:Body>
    <getSubTasks xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <projectID>string</projectID>
      <entityID>string</entityID>
      <employeeID>string</employeeID>
      <subTaskName>string</subTaskName>
    </getSubTasks>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getSubTasksResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getSubTasksResult>
        <PJPENTEM>
          <errorMessage>string</errorMessage>
          <resultCode>int</resultCode>
          <Actual_amt>double</Actual_amt>
          <Actual_units>double</Actual_units>
          <Budget_amt>double</Budget_amt>
          <Budget_units>double</Budget_units>
          <Comment>string</Comment>
          <crtd_datetime>dateTime</crtd_datetime>
          <crtd_prog>string</crtd_prog>
          <crtd_user>string</crtd_user>
          <Date_start>dateTime</Date_start>
          <Date_end>dateTime</Date_end>
          <Employee>string</Employee>
          <lupd_datetime>dateTime</lupd_datetime>
          <lupd_prog>string</lupd_prog>
          <lupd_user>string</lupd_user>
          <MSPSync>string</MSPSync>
          <noteid>int</noteid>
          <Pjt_entity>string</Pjt_entity>
          <Project>string</Project>
          <Revadj_amt>double</Revadj_amt>
          <Revenue_amt>double</Revenue_amt>
          <SubTask_Name>string</SubTask_Name>
          <SubTask_UID>int</SubTask_UID>
          <Tk_id01>string</Tk_id01>
          <Tk_id02>string</Tk_id02>
          <Tk_id03>string</Tk_id03>
          <Tk_id04>string</Tk_id04>
          <Tk_id05>string</Tk_id05>
          <Tk_id06>double</Tk_id06>
          <Tk_id07>double</Tk_id07>
          <Tk_id08>dateTime</Tk_id08>
          <Tk_id09>dateTime</Tk_id09>
          <Tk_id10>int</Tk_id10>
          <User1>string</User1>
          <User2>string</User2>
          <User3>double</User3>
          <User4>double</User4>
        </PJPENTEM>
        <PJPENTEM>
          <errorMessage>string</errorMessage>
          <resultCode>int</resultCode>
          <Actual_amt>double</Actual_amt>
          <Actual_units>double</Actual_units>
          <Budget_amt>double</Budget_amt>
          <Budget_units>double</Budget_units>
          <Comment>string</Comment>
          <crtd_datetime>dateTime</crtd_datetime>
          <crtd_prog>string</crtd_prog>
          <crtd_user>string</crtd_user>
          <Date_start>dateTime</Date_start>
          <Date_end>dateTime</Date_end>
          <Employee>string</Employee>
          <lupd_datetime>dateTime</lupd_datetime>
          <lupd_prog>string</lupd_prog>
          <lupd_user>string</lupd_user>
          <MSPSync>string</MSPSync>
          <noteid>int</noteid>
          <Pjt_entity>string</Pjt_entity>
          <Project>string</Project>
          <Revadj_amt>double</Revadj_amt>
          <Revenue_amt>double</Revenue_amt>
          <SubTask_Name>string</SubTask_Name>
          <SubTask_UID>int</SubTask_UID>
          <Tk_id01>string</Tk_id01>
          <Tk_id02>string</Tk_id02>
          <Tk_id03>string</Tk_id03>
          <Tk_id04>string</Tk_id04>
          <Tk_id05>string</Tk_id05>
          <Tk_id06>double</Tk_id06>
          <Tk_id07>double</Tk_id07>
          <Tk_id08>dateTime</Tk_id08>
          <Tk_id09>dateTime</Tk_id09>
          <Tk_id10>int</Tk_id10>
          <User1>string</User1>
          <User2>string</User2>
          <User3>double</User3>
          <User4>double</User4>
        </PJPENTEM>
      </getSubTasksResult>
    </getSubTasksResponse>
  </soap12:Body>
</soap12:Envelope>