projectEmployeeMaintenance
Click here for a complete list of operations.
getNewscreen
Gets a new default screen based on the passed template
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/projectEmployeeMaintenance.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/getNewscreen" <?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> <getNewscreen xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <inTemplate> <myPJEMPLOY> <counter>int</counter> <totalEntries>int</totalEntries> <totalPages>int</totalPages> <errorMessage>string</errorMessage> <notes>string</notes> <resultCode>int</resultCode> <BaseCuryId>string</BaseCuryId> <CpnyId>string</CpnyId> <crtd_datetime>dateTime</crtd_datetime> <crtd_prog>string</crtd_prog> <crtd_user>string</crtd_user> <CuryId>string</CuryId> <CuryRateType>string</CuryRateType> <date_hired>dateTime</date_hired> <date_terminated>dateTime</date_terminated> <employee>string</employee> <emp_name>string</emp_name> <emp_status>string</emp_status> <emp_type_cd>string</emp_type_cd> <em_id01>string</em_id01> <em_id02>string</em_id02> <em_id03>string</em_id03> <em_id04>string</em_id04> <em_id05>string</em_id05> <em_id06>double</em_id06> <em_id07>double</em_id07> <em_id08>dateTime</em_id08> <em_id09>dateTime</em_id09> <em_id10>int</em_id10> <em_id11>string</em_id11> <em_id12>string</em_id12> <em_id13>string</em_id13> <em_id14>string</em_id14> <em_id15>string</em_id15> <em_id16>string</em_id16> <em_id17>string</em_id17> <em_id18>double</em_id18> <em_id19>dateTime</em_id19> <em_id20>int</em_id20> <em_id21>string</em_id21> <em_id22>string</em_id22> <em_id23>string</em_id23> <em_id24>string</em_id24> <em_id25>string</em_id25> <exp_approval_max>double</exp_approval_max> <gl_subacct>string</gl_subacct> <lupd_datetime>dateTime</lupd_datetime> <lupd_prog>string</lupd_prog> <lupd_user>string</lupd_user> <manager1>string</manager1> <manager2>string</manager2> <MSPData>string</MSPData> <MSPInterface>string</MSPInterface> <MSPRes_UID>int</MSPRes_UID> <MSPType>string</MSPType> <noteid>int</noteid> <placeholder>string</placeholder> <projExec>short</projExec> <S4Future01>string</S4Future01> <S4Future02>string</S4Future02> <S4Future03>double</S4Future03> <S4Future04>double</S4Future04> <S4Future05>double</S4Future05> <S4Future06>double</S4Future06> <S4Future07>dateTime</S4Future07> <S4Future08>dateTime</S4Future08> <S4Future09>int</S4Future09> <S4Future10>int</S4Future10> <S4Future11>string</S4Future11> <S4Future12>string</S4Future12> <stdday>short</stdday> <Stdweek>short</Stdweek> <Subcontractor>string</Subcontractor> <user1>string</user1> <user2>string</user2> <user3>double</user3> <user4>double</user4> <user_id>string</user_id> <VacaTot>double</VacaTot> <VacaBal>double</VacaBal> <VacaProjectID>string</VacaProjectID> <VacaTaskID>string</VacaTaskID> <VacaLUpd>dateTime</VacaLUpd> </myPJEMPLOY> <myPJEMPLOYXREFMSP> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <CpnyID>string</CpnyID> <Crtd_DateTime>dateTime</Crtd_DateTime> <Crtd_Prog>string</Crtd_Prog> <Crtd_User>string</Crtd_User> <Employee>string</Employee> <Employee_MSPID>string</Employee_MSPID> <Employee_MSPName>string</Employee_MSPName> <LUpd_DateTime>dateTime</LUpd_DateTime> <LUpd_Prog>string</LUpd_Prog> <LUpd_User>string</LUpd_User> <ProjectManager>string</ProjectManager> <WindowsUserAcct>string</WindowsUserAcct> </myPJEMPLOYXREFMSP> <employeeNote> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <dtRevisedDate>dateTime</dtRevisedDate> <nID>int</nID> <sLevelName>string</sLevelName> <sTableName>string</sTableName> <sNoteText>string</sNoteText> </employeeNote> <errorMessage>string</errorMessage> </inTemplate> </getNewscreen> </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> <getNewscreenResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <getNewscreenResult> <myPJEMPLOY> <counter>int</counter> <totalEntries>int</totalEntries> <totalPages>int</totalPages> <errorMessage>string</errorMessage> <notes>string</notes> <resultCode>int</resultCode> <BaseCuryId>string</BaseCuryId> <CpnyId>string</CpnyId> <crtd_datetime>dateTime</crtd_datetime> <crtd_prog>string</crtd_prog> <crtd_user>string</crtd_user> <CuryId>string</CuryId> <CuryRateType>string</CuryRateType> <date_hired>dateTime</date_hired> <date_terminated>dateTime</date_terminated> <employee>string</employee> <emp_name>string</emp_name> <emp_status>string</emp_status> <emp_type_cd>string</emp_type_cd> <em_id01>string</em_id01> <em_id02>string</em_id02> <em_id03>string</em_id03> <em_id04>string</em_id04> <em_id05>string</em_id05> <em_id06>double</em_id06> <em_id07>double</em_id07> <em_id08>dateTime</em_id08> <em_id09>dateTime</em_id09> <em_id10>int</em_id10> <em_id11>string</em_id11> <em_id12>string</em_id12> <em_id13>string</em_id13> <em_id14>string</em_id14> <em_id15>string</em_id15> <em_id16>string</em_id16> <em_id17>string</em_id17> <em_id18>double</em_id18> <em_id19>dateTime</em_id19> <em_id20>int</em_id20> <em_id21>string</em_id21> <em_id22>string</em_id22> <em_id23>string</em_id23> <em_id24>string</em_id24> <em_id25>string</em_id25> <exp_approval_max>double</exp_approval_max> <gl_subacct>string</gl_subacct> <lupd_datetime>dateTime</lupd_datetime> <lupd_prog>string</lupd_prog> <lupd_user>string</lupd_user> <manager1>string</manager1> <manager2>string</manager2> <MSPData>string</MSPData> <MSPInterface>string</MSPInterface> <MSPRes_UID>int</MSPRes_UID> <MSPType>string</MSPType> <noteid>int</noteid> <placeholder>string</placeholder> <projExec>short</projExec> <S4Future01>string</S4Future01> <S4Future02>string</S4Future02> <S4Future03>double</S4Future03> <S4Future04>double</S4Future04> <S4Future05>double</S4Future05> <S4Future06>double</S4Future06> <S4Future07>dateTime</S4Future07> <S4Future08>dateTime</S4Future08> <S4Future09>int</S4Future09> <S4Future10>int</S4Future10> <S4Future11>string</S4Future11> <S4Future12>string</S4Future12> <stdday>short</stdday> <Stdweek>short</Stdweek> <Subcontractor>string</Subcontractor> <user1>string</user1> <user2>string</user2> <user3>double</user3> <user4>double</user4> <user_id>string</user_id> <VacaTot>double</VacaTot> <VacaBal>double</VacaBal> <VacaProjectID>string</VacaProjectID> <VacaTaskID>string</VacaTaskID> <VacaLUpd>dateTime</VacaLUpd> </myPJEMPLOY> <myPJEMPLOYXREFMSP> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <CpnyID>string</CpnyID> <Crtd_DateTime>dateTime</Crtd_DateTime> <Crtd_Prog>string</Crtd_Prog> <Crtd_User>string</Crtd_User> <Employee>string</Employee> <Employee_MSPID>string</Employee_MSPID> <Employee_MSPName>string</Employee_MSPName> <LUpd_DateTime>dateTime</LUpd_DateTime> <LUpd_Prog>string</LUpd_Prog> <LUpd_User>string</LUpd_User> <ProjectManager>string</ProjectManager> <WindowsUserAcct>string</WindowsUserAcct> </myPJEMPLOYXREFMSP> <employeeNote> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <dtRevisedDate>dateTime</dtRevisedDate> <nID>int</nID> <sLevelName>string</sLevelName> <sTableName>string</sTableName> <sNoteText>string</sNoteText> </employeeNote> <errorMessage>string</errorMessage> </getNewscreenResult> </getNewscreenResponse> </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/projectEmployeeMaintenance.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> <getNewscreen xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <inTemplate> <myPJEMPLOY> <counter>int</counter> <totalEntries>int</totalEntries> <totalPages>int</totalPages> <errorMessage>string</errorMessage> <notes>string</notes> <resultCode>int</resultCode> <BaseCuryId>string</BaseCuryId> <CpnyId>string</CpnyId> <crtd_datetime>dateTime</crtd_datetime> <crtd_prog>string</crtd_prog> <crtd_user>string</crtd_user> <CuryId>string</CuryId> <CuryRateType>string</CuryRateType> <date_hired>dateTime</date_hired> <date_terminated>dateTime</date_terminated> <employee>string</employee> <emp_name>string</emp_name> <emp_status>string</emp_status> <emp_type_cd>string</emp_type_cd> <em_id01>string</em_id01> <em_id02>string</em_id02> <em_id03>string</em_id03> <em_id04>string</em_id04> <em_id05>string</em_id05> <em_id06>double</em_id06> <em_id07>double</em_id07> <em_id08>dateTime</em_id08> <em_id09>dateTime</em_id09> <em_id10>int</em_id10> <em_id11>string</em_id11> <em_id12>string</em_id12> <em_id13>string</em_id13> <em_id14>string</em_id14> <em_id15>string</em_id15> <em_id16>string</em_id16> <em_id17>string</em_id17> <em_id18>double</em_id18> <em_id19>dateTime</em_id19> <em_id20>int</em_id20> <em_id21>string</em_id21> <em_id22>string</em_id22> <em_id23>string</em_id23> <em_id24>string</em_id24> <em_id25>string</em_id25> <exp_approval_max>double</exp_approval_max> <gl_subacct>string</gl_subacct> <lupd_datetime>dateTime</lupd_datetime> <lupd_prog>string</lupd_prog> <lupd_user>string</lupd_user> <manager1>string</manager1> <manager2>string</manager2> <MSPData>string</MSPData> <MSPInterface>string</MSPInterface> <MSPRes_UID>int</MSPRes_UID> <MSPType>string</MSPType> <noteid>int</noteid> <placeholder>string</placeholder> <projExec>short</projExec> <S4Future01>string</S4Future01> <S4Future02>string</S4Future02> <S4Future03>double</S4Future03> <S4Future04>double</S4Future04> <S4Future05>double</S4Future05> <S4Future06>double</S4Future06> <S4Future07>dateTime</S4Future07> <S4Future08>dateTime</S4Future08> <S4Future09>int</S4Future09> <S4Future10>int</S4Future10> <S4Future11>string</S4Future11> <S4Future12>string</S4Future12> <stdday>short</stdday> <Stdweek>short</Stdweek> <Subcontractor>string</Subcontractor> <user1>string</user1> <user2>string</user2> <user3>double</user3> <user4>double</user4> <user_id>string</user_id> <VacaTot>double</VacaTot> <VacaBal>double</VacaBal> <VacaProjectID>string</VacaProjectID> <VacaTaskID>string</VacaTaskID> <VacaLUpd>dateTime</VacaLUpd> </myPJEMPLOY> <myPJEMPLOYXREFMSP> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <CpnyID>string</CpnyID> <Crtd_DateTime>dateTime</Crtd_DateTime> <Crtd_Prog>string</Crtd_Prog> <Crtd_User>string</Crtd_User> <Employee>string</Employee> <Employee_MSPID>string</Employee_MSPID> <Employee_MSPName>string</Employee_MSPName> <LUpd_DateTime>dateTime</LUpd_DateTime> <LUpd_Prog>string</LUpd_Prog> <LUpd_User>string</LUpd_User> <ProjectManager>string</ProjectManager> <WindowsUserAcct>string</WindowsUserAcct> </myPJEMPLOYXREFMSP> <employeeNote> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <dtRevisedDate>dateTime</dtRevisedDate> <nID>int</nID> <sLevelName>string</sLevelName> <sTableName>string</sTableName> <sNoteText>string</sNoteText> </employeeNote> <errorMessage>string</errorMessage> </inTemplate> </getNewscreen> </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> <getNewscreenResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL"> <getNewscreenResult> <myPJEMPLOY> <counter>int</counter> <totalEntries>int</totalEntries> <totalPages>int</totalPages> <errorMessage>string</errorMessage> <notes>string</notes> <resultCode>int</resultCode> <BaseCuryId>string</BaseCuryId> <CpnyId>string</CpnyId> <crtd_datetime>dateTime</crtd_datetime> <crtd_prog>string</crtd_prog> <crtd_user>string</crtd_user> <CuryId>string</CuryId> <CuryRateType>string</CuryRateType> <date_hired>dateTime</date_hired> <date_terminated>dateTime</date_terminated> <employee>string</employee> <emp_name>string</emp_name> <emp_status>string</emp_status> <emp_type_cd>string</emp_type_cd> <em_id01>string</em_id01> <em_id02>string</em_id02> <em_id03>string</em_id03> <em_id04>string</em_id04> <em_id05>string</em_id05> <em_id06>double</em_id06> <em_id07>double</em_id07> <em_id08>dateTime</em_id08> <em_id09>dateTime</em_id09> <em_id10>int</em_id10> <em_id11>string</em_id11> <em_id12>string</em_id12> <em_id13>string</em_id13> <em_id14>string</em_id14> <em_id15>string</em_id15> <em_id16>string</em_id16> <em_id17>string</em_id17> <em_id18>double</em_id18> <em_id19>dateTime</em_id19> <em_id20>int</em_id20> <em_id21>string</em_id21> <em_id22>string</em_id22> <em_id23>string</em_id23> <em_id24>string</em_id24> <em_id25>string</em_id25> <exp_approval_max>double</exp_approval_max> <gl_subacct>string</gl_subacct> <lupd_datetime>dateTime</lupd_datetime> <lupd_prog>string</lupd_prog> <lupd_user>string</lupd_user> <manager1>string</manager1> <manager2>string</manager2> <MSPData>string</MSPData> <MSPInterface>string</MSPInterface> <MSPRes_UID>int</MSPRes_UID> <MSPType>string</MSPType> <noteid>int</noteid> <placeholder>string</placeholder> <projExec>short</projExec> <S4Future01>string</S4Future01> <S4Future02>string</S4Future02> <S4Future03>double</S4Future03> <S4Future04>double</S4Future04> <S4Future05>double</S4Future05> <S4Future06>double</S4Future06> <S4Future07>dateTime</S4Future07> <S4Future08>dateTime</S4Future08> <S4Future09>int</S4Future09> <S4Future10>int</S4Future10> <S4Future11>string</S4Future11> <S4Future12>string</S4Future12> <stdday>short</stdday> <Stdweek>short</Stdweek> <Subcontractor>string</Subcontractor> <user1>string</user1> <user2>string</user2> <user3>double</user3> <user4>double</user4> <user_id>string</user_id> <VacaTot>double</VacaTot> <VacaBal>double</VacaBal> <VacaProjectID>string</VacaProjectID> <VacaTaskID>string</VacaTaskID> <VacaLUpd>dateTime</VacaLUpd> </myPJEMPLOY> <myPJEMPLOYXREFMSP> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <CpnyID>string</CpnyID> <Crtd_DateTime>dateTime</Crtd_DateTime> <Crtd_Prog>string</Crtd_Prog> <Crtd_User>string</Crtd_User> <Employee>string</Employee> <Employee_MSPID>string</Employee_MSPID> <Employee_MSPName>string</Employee_MSPName> <LUpd_DateTime>dateTime</LUpd_DateTime> <LUpd_Prog>string</LUpd_Prog> <LUpd_User>string</LUpd_User> <ProjectManager>string</ProjectManager> <WindowsUserAcct>string</WindowsUserAcct> </myPJEMPLOYXREFMSP> <employeeNote> <errorMessage>string</errorMessage> <resultCode>int</resultCode> <dtRevisedDate>dateTime</dtRevisedDate> <nID>int</nID> <sLevelName>string</sLevelName> <sTableName>string</sTableName> <sNoteText>string</sNoteText> </employeeNote> <errorMessage>string</errorMessage> </getNewscreenResult> </getNewscreenResponse> </soap12:Body> </soap12:Envelope>