projectChargeEntry


Click here for a complete list of operations.

editPJCHARGD

Edits the records for the PJCHARGD table.

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/editPJCHARGD"

<?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>
    <editPJCHARGD xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <actionType>string</actionType>
      <inItem>
        <counter>int</counter>
        <totalEntries>int</totalEntries>
        <totalPages>int</totalPages>
        <errorMessage>string</errorMessage>
        <Notes>string</Notes>
        <resultCode>int</resultCode>
        <acct>string</acct>
        <amount>double</amount>
        <auto_recalc_sw>string</auto_recalc_sw>
        <batch_id>string</batch_id>
        <bill_batch_id>string</bill_batch_id>
        <cpnyId>string</cpnyId>
        <crtd_datetime>dateTime</crtd_datetime>
        <crtd_prog>string</crtd_prog>
        <crtd_user>string</crtd_user>
        <CuryId>string</CuryId>
        <CuryMultDiv>string</CuryMultDiv>
        <CuryRate>double</CuryRate>
        <CuryTranAmt>double</CuryTranAmt>
        <data1>string</data1>
        <detail_num>short</detail_num>
        <employee>string</employee>
        <equip_ID>string</equip_ID>
        <gl_acct>string</gl_acct>
        <gl_subacct>string</gl_subacct>
        <invtid>string</invtid>
        <lotsernbr>string</lotsernbr>
        <lupd_datetime>dateTime</lupd_datetime>
        <lupd_prog>string</lupd_prog>
        <lupd_user>string</lupd_user>
        <noteid>int</noteid>
        <pjt_entity>string</pjt_entity>
        <ProjCury_amount>double</ProjCury_amount>
        <ProjCuryEffDate>dateTime</ProjCuryEffDate>
        <ProjCuryId>string</ProjCuryId>
        <ProjCuryMultiDiv>string</ProjCuryMultiDiv>
        <ProjCuryRate>double</ProjCuryRate>
        <ProjCuryRateType>string</ProjCuryRateType>
        <project>string</project>
        <siteid>string</siteid>
        <SubTask_Name>string</SubTask_Name>
        <trans_date>dateTime</trans_date>
        <tr_comment>string</tr_comment>
        <tr_id01>string</tr_id01>
        <tr_id02>string</tr_id02>
        <tr_id03>string</tr_id03>
        <tr_id04>string</tr_id04>
        <tr_id05>string</tr_id05>
        <tr_id06>double</tr_id06>
        <tr_id07>double</tr_id07>
        <tr_id08>dateTime</tr_id08>
        <tr_id09>dateTime</tr_id09>
        <tr_id10>int</tr_id10>
        <tr_id23>string</tr_id23>
        <tr_id24>string</tr_id24>
        <tr_id25>string</tr_id25>
        <tr_id26>string</tr_id26>
        <tr_id27>string</tr_id27>
        <tr_id28>double</tr_id28>
        <tr_id29>dateTime</tr_id29>
        <tr_id30>int</tr_id30>
        <tr_id31>double</tr_id31>
        <tr_id32>double</tr_id32>
        <units>double</units>
        <unit_of_measure>string</unit_of_measure>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <vendor_num>string</vendor_num>
        <voucher_line>int</voucher_line>
        <voucher_num>string</voucher_num>
        <whseloc>string</whseloc>
      </inItem>
    </editPJCHARGD>
  </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>
    <editPJCHARGDResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <editPJCHARGDResult>
        <counter>int</counter>
        <totalEntries>int</totalEntries>
        <totalPages>int</totalPages>
        <errorMessage>string</errorMessage>
        <Notes>string</Notes>
        <resultCode>int</resultCode>
        <acct>string</acct>
        <amount>double</amount>
        <auto_recalc_sw>string</auto_recalc_sw>
        <batch_id>string</batch_id>
        <bill_batch_id>string</bill_batch_id>
        <cpnyId>string</cpnyId>
        <crtd_datetime>dateTime</crtd_datetime>
        <crtd_prog>string</crtd_prog>
        <crtd_user>string</crtd_user>
        <CuryId>string</CuryId>
        <CuryMultDiv>string</CuryMultDiv>
        <CuryRate>double</CuryRate>
        <CuryTranAmt>double</CuryTranAmt>
        <data1>string</data1>
        <detail_num>short</detail_num>
        <employee>string</employee>
        <equip_ID>string</equip_ID>
        <gl_acct>string</gl_acct>
        <gl_subacct>string</gl_subacct>
        <invtid>string</invtid>
        <lotsernbr>string</lotsernbr>
        <lupd_datetime>dateTime</lupd_datetime>
        <lupd_prog>string</lupd_prog>
        <lupd_user>string</lupd_user>
        <noteid>int</noteid>
        <pjt_entity>string</pjt_entity>
        <ProjCury_amount>double</ProjCury_amount>
        <ProjCuryEffDate>dateTime</ProjCuryEffDate>
        <ProjCuryId>string</ProjCuryId>
        <ProjCuryMultiDiv>string</ProjCuryMultiDiv>
        <ProjCuryRate>double</ProjCuryRate>
        <ProjCuryRateType>string</ProjCuryRateType>
        <project>string</project>
        <siteid>string</siteid>
        <SubTask_Name>string</SubTask_Name>
        <trans_date>dateTime</trans_date>
        <tr_comment>string</tr_comment>
        <tr_id01>string</tr_id01>
        <tr_id02>string</tr_id02>
        <tr_id03>string</tr_id03>
        <tr_id04>string</tr_id04>
        <tr_id05>string</tr_id05>
        <tr_id06>double</tr_id06>
        <tr_id07>double</tr_id07>
        <tr_id08>dateTime</tr_id08>
        <tr_id09>dateTime</tr_id09>
        <tr_id10>int</tr_id10>
        <tr_id23>string</tr_id23>
        <tr_id24>string</tr_id24>
        <tr_id25>string</tr_id25>
        <tr_id26>string</tr_id26>
        <tr_id27>string</tr_id27>
        <tr_id28>double</tr_id28>
        <tr_id29>dateTime</tr_id29>
        <tr_id30>int</tr_id30>
        <tr_id31>double</tr_id31>
        <tr_id32>double</tr_id32>
        <units>double</units>
        <unit_of_measure>string</unit_of_measure>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <vendor_num>string</vendor_num>
        <voucher_line>int</voucher_line>
        <voucher_num>string</voucher_num>
        <whseloc>string</whseloc>
      </editPJCHARGDResult>
    </editPJCHARGDResponse>
  </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>
    <editPJCHARGD xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <actionType>string</actionType>
      <inItem>
        <counter>int</counter>
        <totalEntries>int</totalEntries>
        <totalPages>int</totalPages>
        <errorMessage>string</errorMessage>
        <Notes>string</Notes>
        <resultCode>int</resultCode>
        <acct>string</acct>
        <amount>double</amount>
        <auto_recalc_sw>string</auto_recalc_sw>
        <batch_id>string</batch_id>
        <bill_batch_id>string</bill_batch_id>
        <cpnyId>string</cpnyId>
        <crtd_datetime>dateTime</crtd_datetime>
        <crtd_prog>string</crtd_prog>
        <crtd_user>string</crtd_user>
        <CuryId>string</CuryId>
        <CuryMultDiv>string</CuryMultDiv>
        <CuryRate>double</CuryRate>
        <CuryTranAmt>double</CuryTranAmt>
        <data1>string</data1>
        <detail_num>short</detail_num>
        <employee>string</employee>
        <equip_ID>string</equip_ID>
        <gl_acct>string</gl_acct>
        <gl_subacct>string</gl_subacct>
        <invtid>string</invtid>
        <lotsernbr>string</lotsernbr>
        <lupd_datetime>dateTime</lupd_datetime>
        <lupd_prog>string</lupd_prog>
        <lupd_user>string</lupd_user>
        <noteid>int</noteid>
        <pjt_entity>string</pjt_entity>
        <ProjCury_amount>double</ProjCury_amount>
        <ProjCuryEffDate>dateTime</ProjCuryEffDate>
        <ProjCuryId>string</ProjCuryId>
        <ProjCuryMultiDiv>string</ProjCuryMultiDiv>
        <ProjCuryRate>double</ProjCuryRate>
        <ProjCuryRateType>string</ProjCuryRateType>
        <project>string</project>
        <siteid>string</siteid>
        <SubTask_Name>string</SubTask_Name>
        <trans_date>dateTime</trans_date>
        <tr_comment>string</tr_comment>
        <tr_id01>string</tr_id01>
        <tr_id02>string</tr_id02>
        <tr_id03>string</tr_id03>
        <tr_id04>string</tr_id04>
        <tr_id05>string</tr_id05>
        <tr_id06>double</tr_id06>
        <tr_id07>double</tr_id07>
        <tr_id08>dateTime</tr_id08>
        <tr_id09>dateTime</tr_id09>
        <tr_id10>int</tr_id10>
        <tr_id23>string</tr_id23>
        <tr_id24>string</tr_id24>
        <tr_id25>string</tr_id25>
        <tr_id26>string</tr_id26>
        <tr_id27>string</tr_id27>
        <tr_id28>double</tr_id28>
        <tr_id29>dateTime</tr_id29>
        <tr_id30>int</tr_id30>
        <tr_id31>double</tr_id31>
        <tr_id32>double</tr_id32>
        <units>double</units>
        <unit_of_measure>string</unit_of_measure>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <vendor_num>string</vendor_num>
        <voucher_line>int</voucher_line>
        <voucher_num>string</voucher_num>
        <whseloc>string</whseloc>
      </inItem>
    </editPJCHARGD>
  </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>
    <editPJCHARGDResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <editPJCHARGDResult>
        <counter>int</counter>
        <totalEntries>int</totalEntries>
        <totalPages>int</totalPages>
        <errorMessage>string</errorMessage>
        <Notes>string</Notes>
        <resultCode>int</resultCode>
        <acct>string</acct>
        <amount>double</amount>
        <auto_recalc_sw>string</auto_recalc_sw>
        <batch_id>string</batch_id>
        <bill_batch_id>string</bill_batch_id>
        <cpnyId>string</cpnyId>
        <crtd_datetime>dateTime</crtd_datetime>
        <crtd_prog>string</crtd_prog>
        <crtd_user>string</crtd_user>
        <CuryId>string</CuryId>
        <CuryMultDiv>string</CuryMultDiv>
        <CuryRate>double</CuryRate>
        <CuryTranAmt>double</CuryTranAmt>
        <data1>string</data1>
        <detail_num>short</detail_num>
        <employee>string</employee>
        <equip_ID>string</equip_ID>
        <gl_acct>string</gl_acct>
        <gl_subacct>string</gl_subacct>
        <invtid>string</invtid>
        <lotsernbr>string</lotsernbr>
        <lupd_datetime>dateTime</lupd_datetime>
        <lupd_prog>string</lupd_prog>
        <lupd_user>string</lupd_user>
        <noteid>int</noteid>
        <pjt_entity>string</pjt_entity>
        <ProjCury_amount>double</ProjCury_amount>
        <ProjCuryEffDate>dateTime</ProjCuryEffDate>
        <ProjCuryId>string</ProjCuryId>
        <ProjCuryMultiDiv>string</ProjCuryMultiDiv>
        <ProjCuryRate>double</ProjCuryRate>
        <ProjCuryRateType>string</ProjCuryRateType>
        <project>string</project>
        <siteid>string</siteid>
        <SubTask_Name>string</SubTask_Name>
        <trans_date>dateTime</trans_date>
        <tr_comment>string</tr_comment>
        <tr_id01>string</tr_id01>
        <tr_id02>string</tr_id02>
        <tr_id03>string</tr_id03>
        <tr_id04>string</tr_id04>
        <tr_id05>string</tr_id05>
        <tr_id06>double</tr_id06>
        <tr_id07>double</tr_id07>
        <tr_id08>dateTime</tr_id08>
        <tr_id09>dateTime</tr_id09>
        <tr_id10>int</tr_id10>
        <tr_id23>string</tr_id23>
        <tr_id24>string</tr_id24>
        <tr_id25>string</tr_id25>
        <tr_id26>string</tr_id26>
        <tr_id27>string</tr_id27>
        <tr_id28>double</tr_id28>
        <tr_id29>dateTime</tr_id29>
        <tr_id30>int</tr_id30>
        <tr_id31>double</tr_id31>
        <tr_id32>double</tr_id32>
        <units>double</units>
        <unit_of_measure>string</unit_of_measure>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <vendor_num>string</vendor_num>
        <voucher_line>int</voucher_line>
        <voucher_num>string</voucher_num>
        <whseloc>string</whseloc>
      </editPJCHARGDResult>
    </editPJCHARGDResponse>
  </soap12:Body>
</soap12:Envelope>