subContractPaymentRequestEntry


Click here for a complete list of operations.

getSubContractByExactID

Gets a single subcontract by id

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/subcontractPaymentRequestEntry.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/getSubContractByExactID"

<?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>
    <getSubContractByExactID xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <projectID>string</projectID>
      <subcontract>string</subcontract>
    </getSubContractByExactID>
  </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>
    <getSubContractByExactIDResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getSubContractByExactIDResult>
        <counter>int</counter>
        <totalEntries>int</totalEntries>
        <totalPages>int</totalPages>
        <errorMessage>string</errorMessage>
        <notes>string</notes>
        <resultCode>int</resultCode>
        <BaseCuryId>string</BaseCuryId>
        <BaseCuryVouchers>string</BaseCuryVouchers>
        <CpnyId>string</CpnyId>
        <crtd_datetime>dateTime</crtd_datetime>
        <crtd_prog>string</crtd_prog>
        <crtd_user>string</crtd_user>
        <CuryEffDate>dateTime</CuryEffDate>
        <CuryId>string</CuryId>
        <CuryMultDiv>string</CuryMultDiv>
        <CuryRate>double</CuryRate>
        <CuryRateType>string</CuryRateType>
        <date_comp_ant>dateTime</date_comp_ant>
        <date_comp_act>dateTime</date_comp_act>
        <date_cont_exe>dateTime</date_cont_exe>
        <date_start_act>dateTime</date_start_act>
        <date_start_ant>dateTime</date_start_ant>
        <date_start_auth>dateTime</date_start_auth>
        <date_start_org>dateTime</date_start_org>
        <date_end_org>dateTime</date_end_org>
        <date_end_rev>dateTime</date_end_rev>
        <extension_days>short</extension_days>
        <last_change_order>string</last_change_order>
        <last_payreqnbr>string</last_payreqnbr>
        <lupd_datetime>dateTime</lupd_datetime>
        <lupd_prog>string</lupd_prog>
        <lupd_user>string</lupd_user>
        <noteid>int</noteid>
        <project>string</project>
        <status_sub>string</status_sub>
        <status_pay>string</status_pay>
        <status_reason>string</status_reason>
        <su_id01>string</su_id01>
        <su_id02>string</su_id02>
        <su_id03>string</su_id03>
        <su_id04>string</su_id04>
        <su_id05>string</su_id05>
        <su_id06>double</su_id06>
        <su_id07>double</su_id07>
        <su_id08>dateTime</su_id08>
        <su_id09>dateTime</su_id09>
        <su_id10>int</su_id10>
        <su_id11>string</su_id11>
        <su_id12>string</su_id12>
        <su_id13>string</su_id13>
        <su_id14>string</su_id14>
        <su_id15>string</su_id15>
        <su_id16>double</su_id16>
        <su_id17>double</su_id17>
        <su_id18>dateTime</su_id18>
        <su_id19>dateTime</su_id19>
        <su_id20>int</su_id20>
        <specialty_cd>string</specialty_cd>
        <subcontract>string</subcontract>
        <subcontract_desc>string</subcontract_desc>
        <sub_type_cd>string</sub_type_cd>
        <termsid>string</termsid>
        <text_sub1>string</text_sub1>
        <text_sub2>string</text_sub2>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <user5>string</user5>
        <user6>string</user6>
        <user7>double</user7>
        <user8>double</user8>
        <vendid>string</vendid>
      </getSubContractByExactIDResult>
    </getSubContractByExactIDResponse>
  </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/subcontractPaymentRequestEntry.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>
    <getSubContractByExactID xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <projectID>string</projectID>
      <subcontract>string</subcontract>
    </getSubContractByExactID>
  </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>
    <getSubContractByExactIDResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getSubContractByExactIDResult>
        <counter>int</counter>
        <totalEntries>int</totalEntries>
        <totalPages>int</totalPages>
        <errorMessage>string</errorMessage>
        <notes>string</notes>
        <resultCode>int</resultCode>
        <BaseCuryId>string</BaseCuryId>
        <BaseCuryVouchers>string</BaseCuryVouchers>
        <CpnyId>string</CpnyId>
        <crtd_datetime>dateTime</crtd_datetime>
        <crtd_prog>string</crtd_prog>
        <crtd_user>string</crtd_user>
        <CuryEffDate>dateTime</CuryEffDate>
        <CuryId>string</CuryId>
        <CuryMultDiv>string</CuryMultDiv>
        <CuryRate>double</CuryRate>
        <CuryRateType>string</CuryRateType>
        <date_comp_ant>dateTime</date_comp_ant>
        <date_comp_act>dateTime</date_comp_act>
        <date_cont_exe>dateTime</date_cont_exe>
        <date_start_act>dateTime</date_start_act>
        <date_start_ant>dateTime</date_start_ant>
        <date_start_auth>dateTime</date_start_auth>
        <date_start_org>dateTime</date_start_org>
        <date_end_org>dateTime</date_end_org>
        <date_end_rev>dateTime</date_end_rev>
        <extension_days>short</extension_days>
        <last_change_order>string</last_change_order>
        <last_payreqnbr>string</last_payreqnbr>
        <lupd_datetime>dateTime</lupd_datetime>
        <lupd_prog>string</lupd_prog>
        <lupd_user>string</lupd_user>
        <noteid>int</noteid>
        <project>string</project>
        <status_sub>string</status_sub>
        <status_pay>string</status_pay>
        <status_reason>string</status_reason>
        <su_id01>string</su_id01>
        <su_id02>string</su_id02>
        <su_id03>string</su_id03>
        <su_id04>string</su_id04>
        <su_id05>string</su_id05>
        <su_id06>double</su_id06>
        <su_id07>double</su_id07>
        <su_id08>dateTime</su_id08>
        <su_id09>dateTime</su_id09>
        <su_id10>int</su_id10>
        <su_id11>string</su_id11>
        <su_id12>string</su_id12>
        <su_id13>string</su_id13>
        <su_id14>string</su_id14>
        <su_id15>string</su_id15>
        <su_id16>double</su_id16>
        <su_id17>double</su_id17>
        <su_id18>dateTime</su_id18>
        <su_id19>dateTime</su_id19>
        <su_id20>int</su_id20>
        <specialty_cd>string</specialty_cd>
        <subcontract>string</subcontract>
        <subcontract_desc>string</subcontract_desc>
        <sub_type_cd>string</sub_type_cd>
        <termsid>string</termsid>
        <text_sub1>string</text_sub1>
        <text_sub2>string</text_sub2>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <user5>string</user5>
        <user6>string</user6>
        <user7>double</user7>
        <user8>double</user8>
        <vendid>string</vendid>
      </getSubContractByExactIDResult>
    </getSubContractByExactIDResponse>
  </soap12:Body>
</soap12:Envelope>