serviceCallEntry


Click here for a complete list of operations.

getsmServFaultByExactID

Searches for a single smServFault (problem) entry by ID 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/serviceCallEntry.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/getsmServFaultByExactID"

<?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>
    <getsmServFaultByExactID xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <serviceCallID>string</serviceCallID>
      <lineNbr>short</lineNbr>
    </getsmServFaultByExactID>
  </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>
    <getsmServFaultByExactIDResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getsmServFaultByExactIDResult>
        <errorMessage>string</errorMessage>
        <resultCode>int</resultCode>
        <AssignDate>dateTime</AssignDate>
        <AssignTime>string</AssignTime>
        <CallContract>string</CallContract>
        <CallRetainer>string</CallRetainer>
        <CauseID>string</CauseID>
        <ContractID>string</ContractID>
        <Crtd_DateTime>dateTime</Crtd_DateTime>
        <Crtd_Prog>string</Crtd_Prog>
        <Crtd_User>string</Crtd_User>
        <Duration>string</Duration>
        <ElapsedTime>double</ElapsedTime>
        <Empid>string</Empid>
        <EmpStatus>string</EmpStatus>
        <EndDate>dateTime</EndDate>
        <EndMiles>double</EndMiles>
        <EndTime>string</EndTime>
        <EquipID>string</EquipID>
        <FaultCodeId>string</FaultCodeId>
        <Invtid>string</Invtid>
        <LineId>short</LineId>
        <LineNbr>short</LineNbr>
        <Lupd_DateTime>dateTime</Lupd_DateTime>
        <Lupd_Prog>string</Lupd_Prog>
        <Lupd_User>string</Lupd_User>
        <NoteID>int</NoteID>
        <Notes>string</Notes>
        <PMCode>string</PMCode>
        <PromDate>dateTime</PromDate>
        <PromTime>string</PromTime>
        <ResolutionID>string</ResolutionID>
        <RMA>string</RMA>
        <RMANbr>string</RMANbr>
        <RMAType>string</RMAType>
        <SerialNbr>string</SerialNbr>
        <ServiceCallId>string</ServiceCallId>
        <SF_ID01>string</SF_ID01>
        <SF_ID02>string</SF_ID02>
        <SF_ID03>string</SF_ID03>
        <SF_ID04>string</SF_ID04>
        <SF_ID05>string</SF_ID05>
        <SF_ID06>string</SF_ID06>
        <SF_ID07>string</SF_ID07>
        <SF_ID08>double</SF_ID08>
        <SF_ID09>dateTime</SF_ID09>
        <SF_ID10>int</SF_ID10>
        <SF_ID11>string</SF_ID11>
        <SF_ID12>string</SF_ID12>
        <SF_ID13>string</SF_ID13>
        <SF_ID14>string</SF_ID14>
        <SF_ID15>string</SF_ID15>
        <SF_ID16>string</SF_ID16>
        <SF_ID17>string</SF_ID17>
        <SF_ID18>double</SF_ID18>
        <SF_ID19>dateTime</SF_ID19>
        <SF_ID20>short</SF_ID20>
        <StartDate>dateTime</StartDate>
        <StartMiles>double</StartMiles>
        <StartTime>string</StartTime>
        <TaskStatus>string</TaskStatus>
        <TechStatusID>string</TechStatusID>
        <TimeCardID>string</TimeCardID>
        <ToolID>string</ToolID>
        <TravelTime>string</TravelTime>
        <Unit>string</Unit>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <User5>string</User5>
        <User6>string</User6>
        <User7>dateTime</User7>
        <User8>dateTime</User8>
        <User9>short</User9>
        <VehicleId>string</VehicleId>
        <VendId>string</VendId>
        <WarrEnd>dateTime</WarrEnd>
        <WarrStart>dateTime</WarrStart>
      </getsmServFaultByExactIDResult>
    </getsmServFaultByExactIDResponse>
  </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/serviceCallEntry.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>
    <getsmServFaultByExactID xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <serviceCallID>string</serviceCallID>
      <lineNbr>short</lineNbr>
    </getsmServFaultByExactID>
  </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>
    <getsmServFaultByExactIDResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getsmServFaultByExactIDResult>
        <errorMessage>string</errorMessage>
        <resultCode>int</resultCode>
        <AssignDate>dateTime</AssignDate>
        <AssignTime>string</AssignTime>
        <CallContract>string</CallContract>
        <CallRetainer>string</CallRetainer>
        <CauseID>string</CauseID>
        <ContractID>string</ContractID>
        <Crtd_DateTime>dateTime</Crtd_DateTime>
        <Crtd_Prog>string</Crtd_Prog>
        <Crtd_User>string</Crtd_User>
        <Duration>string</Duration>
        <ElapsedTime>double</ElapsedTime>
        <Empid>string</Empid>
        <EmpStatus>string</EmpStatus>
        <EndDate>dateTime</EndDate>
        <EndMiles>double</EndMiles>
        <EndTime>string</EndTime>
        <EquipID>string</EquipID>
        <FaultCodeId>string</FaultCodeId>
        <Invtid>string</Invtid>
        <LineId>short</LineId>
        <LineNbr>short</LineNbr>
        <Lupd_DateTime>dateTime</Lupd_DateTime>
        <Lupd_Prog>string</Lupd_Prog>
        <Lupd_User>string</Lupd_User>
        <NoteID>int</NoteID>
        <Notes>string</Notes>
        <PMCode>string</PMCode>
        <PromDate>dateTime</PromDate>
        <PromTime>string</PromTime>
        <ResolutionID>string</ResolutionID>
        <RMA>string</RMA>
        <RMANbr>string</RMANbr>
        <RMAType>string</RMAType>
        <SerialNbr>string</SerialNbr>
        <ServiceCallId>string</ServiceCallId>
        <SF_ID01>string</SF_ID01>
        <SF_ID02>string</SF_ID02>
        <SF_ID03>string</SF_ID03>
        <SF_ID04>string</SF_ID04>
        <SF_ID05>string</SF_ID05>
        <SF_ID06>string</SF_ID06>
        <SF_ID07>string</SF_ID07>
        <SF_ID08>double</SF_ID08>
        <SF_ID09>dateTime</SF_ID09>
        <SF_ID10>int</SF_ID10>
        <SF_ID11>string</SF_ID11>
        <SF_ID12>string</SF_ID12>
        <SF_ID13>string</SF_ID13>
        <SF_ID14>string</SF_ID14>
        <SF_ID15>string</SF_ID15>
        <SF_ID16>string</SF_ID16>
        <SF_ID17>string</SF_ID17>
        <SF_ID18>double</SF_ID18>
        <SF_ID19>dateTime</SF_ID19>
        <SF_ID20>short</SF_ID20>
        <StartDate>dateTime</StartDate>
        <StartMiles>double</StartMiles>
        <StartTime>string</StartTime>
        <TaskStatus>string</TaskStatus>
        <TechStatusID>string</TechStatusID>
        <TimeCardID>string</TimeCardID>
        <ToolID>string</ToolID>
        <TravelTime>string</TravelTime>
        <Unit>string</Unit>
        <user1>string</user1>
        <user2>string</user2>
        <user3>double</user3>
        <user4>double</user4>
        <User5>string</User5>
        <User6>string</User6>
        <User7>dateTime</User7>
        <User8>dateTime</User8>
        <User9>short</User9>
        <VehicleId>string</VehicleId>
        <VendId>string</VendId>
        <WarrEnd>dateTime</WarrEnd>
        <WarrStart>dateTime</WarrStart>
      </getsmServFaultByExactIDResult>
    </getsmServFaultByExactIDResponse>
  </soap12:Body>
</soap12:Envelope>