projectTravelAndExpenseEntry
Click here for a complete list of operations.
getExpenseReportDetailByLineNbr
Searches for a specific PJEXPDET (expense report detail) by docNbr and lineNbr
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/projectTravelAndExpenseEntry.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/getExpenseReportDetailByLineNbr" <?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> <getExpenseReportDetailByLineNbr xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <docNbr>string</docNbr> <lineNbr>string</lineNbr> </getExpenseReportDetailByLineNbr> </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> <getExpenseReportDetailByLineNbrResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <getExpenseReportDetailByLineNbrResult> <errorMessage>string</errorMessage> <notes>string</notes> <resultCode>int</resultCode> <amt_employ>double</amt_employ> <amt_company>double</amt_company> <amt_tax>double</amt_tax> <CpnyId_chrg>string</CpnyId_chrg> <CpnyId_home>string</CpnyId_home> <crtd_datetime>dateTime</crtd_datetime> <crtd_prog>string</crtd_prog> <crtd_user>string</crtd_user> <CuryId>string</CuryId> <CuryMultDiv>string</CuryMultDiv> <CuryRate>double</CuryRate> <curyratetype>string</curyratetype> <CuryTranamt>double</CuryTranamt> <desc_detail>string</desc_detail> <docnbr>string</docnbr> <exp_date>dateTime</exp_date> <exp_type>string</exp_type> <gl_acct>string</gl_acct> <gl_subacct>string</gl_subacct> <linenbr>short</linenbr> <lupd_datetime>dateTime</lupd_datetime> <lupd_prog>string</lupd_prog> <lupd_user>string</lupd_user> <NoteId>int</NoteId> <payment_cd>string</payment_cd> <pjt_entity>string</pjt_entity> <project>string</project> <rate>double</rate> <status>string</status> <tax_amount>double</tax_amount> <tax_flag>string</tax_flag> <taxcatid>string</taxcatid> <taxid>string</taxid> <taxitembasis>double</taxitembasis> <td_id01>string</td_id01> <td_id02>string</td_id02> <td_id03>string</td_id03> <td_id04>string</td_id04> <td_id05>string</td_id05> <td_id06>double</td_id06> <td_id07>double</td_id07> <td_id08>dateTime</td_id08> <td_id09>dateTime</td_id09> <td_id10>int</td_id10> <td_id11>string</td_id11> <td_id12>string</td_id12> <td_id13>string</td_id13> <td_id14>string</td_id14> <td_id15>double</td_id15> <unit_of_measure>string</unit_of_measure> <units>double</units> <user1>string</user1> <user2>string</user2> <user3>double</user3> <user4>double</user4> <vendor_num>string</vendor_num> </getExpenseReportDetailByLineNbrResult> </getExpenseReportDetailByLineNbrResponse> </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/projectTravelAndExpenseEntry.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> <getExpenseReportDetailByLineNbr xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <docNbr>string</docNbr> <lineNbr>string</lineNbr> </getExpenseReportDetailByLineNbr> </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> <getExpenseReportDetailByLineNbrResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <getExpenseReportDetailByLineNbrResult> <errorMessage>string</errorMessage> <notes>string</notes> <resultCode>int</resultCode> <amt_employ>double</amt_employ> <amt_company>double</amt_company> <amt_tax>double</amt_tax> <CpnyId_chrg>string</CpnyId_chrg> <CpnyId_home>string</CpnyId_home> <crtd_datetime>dateTime</crtd_datetime> <crtd_prog>string</crtd_prog> <crtd_user>string</crtd_user> <CuryId>string</CuryId> <CuryMultDiv>string</CuryMultDiv> <CuryRate>double</CuryRate> <curyratetype>string</curyratetype> <CuryTranamt>double</CuryTranamt> <desc_detail>string</desc_detail> <docnbr>string</docnbr> <exp_date>dateTime</exp_date> <exp_type>string</exp_type> <gl_acct>string</gl_acct> <gl_subacct>string</gl_subacct> <linenbr>short</linenbr> <lupd_datetime>dateTime</lupd_datetime> <lupd_prog>string</lupd_prog> <lupd_user>string</lupd_user> <NoteId>int</NoteId> <payment_cd>string</payment_cd> <pjt_entity>string</pjt_entity> <project>string</project> <rate>double</rate> <status>string</status> <tax_amount>double</tax_amount> <tax_flag>string</tax_flag> <taxcatid>string</taxcatid> <taxid>string</taxid> <taxitembasis>double</taxitembasis> <td_id01>string</td_id01> <td_id02>string</td_id02> <td_id03>string</td_id03> <td_id04>string</td_id04> <td_id05>string</td_id05> <td_id06>double</td_id06> <td_id07>double</td_id07> <td_id08>dateTime</td_id08> <td_id09>dateTime</td_id09> <td_id10>int</td_id10> <td_id11>string</td_id11> <td_id12>string</td_id12> <td_id13>string</td_id13> <td_id14>string</td_id14> <td_id15>double</td_id15> <unit_of_measure>string</unit_of_measure> <units>double</units> <user1>string</user1> <user2>string</user2> <user3>double</user3> <user4>double</user4> <vendor_num>string</vendor_num> </getExpenseReportDetailByLineNbrResult> </getExpenseReportDetailByLineNbrResponse> </soap12:Body> </soap12:Envelope>