Phone


Click here for a complete list of operations.

ReturnDiligencePhrases

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 /Samsung.asmx HTTP/1.1
Host: mobileapp.ham-tor-serve.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ReturnDiligencePhrases"

<?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>
    <ReturnDiligencePhrases xmlns="http://tempuri.org/">
      <sessionID>string</sessionID>
    </ReturnDiligencePhrases>
  </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>
    <ReturnDiligencePhrasesResponse xmlns="http://tempuri.org/">
      <ReturnDiligencePhrasesResult>
        <DiligencePhrase>
          <Code>int</Code>
          <Title>string</Title>
          <PhoneTitle>string</PhoneTitle>
          <Options>
            <Comment>boolean</Comment>
            <AppliesToSpecialsOnly>boolean</AppliesToSpecialsOnly>
            <AppliesToServerCheckIn>boolean</AppliesToServerCheckIn>
            <SetNewMilestone>boolean</SetNewMilestone>
            <DefaultStatusDueDays>boolean</DefaultStatusDueDays>
            <DefaultSubjectLine>boolean</DefaultSubjectLine>
            <PhoneAppCourtDelivery>boolean</PhoneAppCourtDelivery>
            <DefaultSendEmail>boolean</DefaultSendEmail>
            <BadAddress>boolean</BadAddress>
          </Options>
          <Template>string</Template>
          <MilestoneCode>int</MilestoneCode>
          <DefaultDueDays>int</DefaultDueDays>
          <DefaultSubjectLine>string</DefaultSubjectLine>
          <DefaultEmails>
            <Customer>boolean</Customer>
            <Attorney>boolean</Attorney>
            <Contact>boolean</Contact>
            <Server>boolean</Server>
            <ContactList>boolean</ContactList>
            <Dispatcher>boolean</Dispatcher>
            <AttorneyList>boolean</AttorneyList>
            <OrderList>boolean</OrderList>
          </DefaultEmails>
          <AutoStatus>None or NewWorkorder or NewRecorderOrder or AddressDispatched or ForwardtoDispatcher or StatusRequestSentToServer or ProofOfDelivery or ServerSubmittedFinal or InvoiceEmailed or ProofOfDeliveryRemoved or ProofOfServiceRemoved or OrderRated or OrderInvoiced or InvoiceEdited or InvoiceRemoved or OrderEdited or ProofPrinted or ProofEmailed or ProofEmailedServer or JobTypeChanged or InvoicePaid or FilingDateChanged or AddressDispatchedToPouch or DiligenceSentToCustomer or DiligenceEnteredinSystem or PrepaymentApplied or PackageSentToPouch or DiligenceSEntToEpouch or OrderSentToEpouch or WebOrderPlaced or FilingDateUpdated or PDFSingleDocumentSent or ConformedCopyImported or QRCodeDcoumentLoaded or PrebillAdded or DiligenceDeleted or FeeAdvanceCheckPrinted or ProofOfServiceCreated or MileStoneUpdated or OrderForwardedFromWincopy or JobCompleted or JobCancelled or OrderLinkedToWincopy or AttachmentLoaded or AttachmentRemoved or NewFiling or ChangeDispatcher</AutoStatus>
        </DiligencePhrase>
        <DiligencePhrase>
          <Code>int</Code>
          <Title>string</Title>
          <PhoneTitle>string</PhoneTitle>
          <Options>
            <Comment>boolean</Comment>
            <AppliesToSpecialsOnly>boolean</AppliesToSpecialsOnly>
            <AppliesToServerCheckIn>boolean</AppliesToServerCheckIn>
            <SetNewMilestone>boolean</SetNewMilestone>
            <DefaultStatusDueDays>boolean</DefaultStatusDueDays>
            <DefaultSubjectLine>boolean</DefaultSubjectLine>
            <PhoneAppCourtDelivery>boolean</PhoneAppCourtDelivery>
            <DefaultSendEmail>boolean</DefaultSendEmail>
            <BadAddress>boolean</BadAddress>
          </Options>
          <Template>string</Template>
          <MilestoneCode>int</MilestoneCode>
          <DefaultDueDays>int</DefaultDueDays>
          <DefaultSubjectLine>string</DefaultSubjectLine>
          <DefaultEmails>
            <Customer>boolean</Customer>
            <Attorney>boolean</Attorney>
            <Contact>boolean</Contact>
            <Server>boolean</Server>
            <ContactList>boolean</ContactList>
            <Dispatcher>boolean</Dispatcher>
            <AttorneyList>boolean</AttorneyList>
            <OrderList>boolean</OrderList>
          </DefaultEmails>
          <AutoStatus>None or NewWorkorder or NewRecorderOrder or AddressDispatched or ForwardtoDispatcher or StatusRequestSentToServer or ProofOfDelivery or ServerSubmittedFinal or InvoiceEmailed or ProofOfDeliveryRemoved or ProofOfServiceRemoved or OrderRated or OrderInvoiced or InvoiceEdited or InvoiceRemoved or OrderEdited or ProofPrinted or ProofEmailed or ProofEmailedServer or JobTypeChanged or InvoicePaid or FilingDateChanged or AddressDispatchedToPouch or DiligenceSentToCustomer or DiligenceEnteredinSystem or PrepaymentApplied or PackageSentToPouch or DiligenceSEntToEpouch or OrderSentToEpouch or WebOrderPlaced or FilingDateUpdated or PDFSingleDocumentSent or ConformedCopyImported or QRCodeDcoumentLoaded or PrebillAdded or DiligenceDeleted or FeeAdvanceCheckPrinted or ProofOfServiceCreated or MileStoneUpdated or OrderForwardedFromWincopy or JobCompleted or JobCancelled or OrderLinkedToWincopy or AttachmentLoaded or AttachmentRemoved or NewFiling or ChangeDispatcher</AutoStatus>
        </DiligencePhrase>
      </ReturnDiligencePhrasesResult>
    </ReturnDiligencePhrasesResponse>
  </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 /Samsung.asmx HTTP/1.1
Host: mobileapp.ham-tor-serve.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:Body>
    <ReturnDiligencePhrases xmlns="http://tempuri.org/">
      <sessionID>string</sessionID>
    </ReturnDiligencePhrases>
  </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>
    <ReturnDiligencePhrasesResponse xmlns="http://tempuri.org/">
      <ReturnDiligencePhrasesResult>
        <DiligencePhrase>
          <Code>int</Code>
          <Title>string</Title>
          <PhoneTitle>string</PhoneTitle>
          <Options>
            <Comment>boolean</Comment>
            <AppliesToSpecialsOnly>boolean</AppliesToSpecialsOnly>
            <AppliesToServerCheckIn>boolean</AppliesToServerCheckIn>
            <SetNewMilestone>boolean</SetNewMilestone>
            <DefaultStatusDueDays>boolean</DefaultStatusDueDays>
            <DefaultSubjectLine>boolean</DefaultSubjectLine>
            <PhoneAppCourtDelivery>boolean</PhoneAppCourtDelivery>
            <DefaultSendEmail>boolean</DefaultSendEmail>
            <BadAddress>boolean</BadAddress>
          </Options>
          <Template>string</Template>
          <MilestoneCode>int</MilestoneCode>
          <DefaultDueDays>int</DefaultDueDays>
          <DefaultSubjectLine>string</DefaultSubjectLine>
          <DefaultEmails>
            <Customer>boolean</Customer>
            <Attorney>boolean</Attorney>
            <Contact>boolean</Contact>
            <Server>boolean</Server>
            <ContactList>boolean</ContactList>
            <Dispatcher>boolean</Dispatcher>
            <AttorneyList>boolean</AttorneyList>
            <OrderList>boolean</OrderList>
          </DefaultEmails>
          <AutoStatus>None or NewWorkorder or NewRecorderOrder or AddressDispatched or ForwardtoDispatcher or StatusRequestSentToServer or ProofOfDelivery or ServerSubmittedFinal or InvoiceEmailed or ProofOfDeliveryRemoved or ProofOfServiceRemoved or OrderRated or OrderInvoiced or InvoiceEdited or InvoiceRemoved or OrderEdited or ProofPrinted or ProofEmailed or ProofEmailedServer or JobTypeChanged or InvoicePaid or FilingDateChanged or AddressDispatchedToPouch or DiligenceSentToCustomer or DiligenceEnteredinSystem or PrepaymentApplied or PackageSentToPouch or DiligenceSEntToEpouch or OrderSentToEpouch or WebOrderPlaced or FilingDateUpdated or PDFSingleDocumentSent or ConformedCopyImported or QRCodeDcoumentLoaded or PrebillAdded or DiligenceDeleted or FeeAdvanceCheckPrinted or ProofOfServiceCreated or MileStoneUpdated or OrderForwardedFromWincopy or JobCompleted or JobCancelled or OrderLinkedToWincopy or AttachmentLoaded or AttachmentRemoved or NewFiling or ChangeDispatcher</AutoStatus>
        </DiligencePhrase>
        <DiligencePhrase>
          <Code>int</Code>
          <Title>string</Title>
          <PhoneTitle>string</PhoneTitle>
          <Options>
            <Comment>boolean</Comment>
            <AppliesToSpecialsOnly>boolean</AppliesToSpecialsOnly>
            <AppliesToServerCheckIn>boolean</AppliesToServerCheckIn>
            <SetNewMilestone>boolean</SetNewMilestone>
            <DefaultStatusDueDays>boolean</DefaultStatusDueDays>
            <DefaultSubjectLine>boolean</DefaultSubjectLine>
            <PhoneAppCourtDelivery>boolean</PhoneAppCourtDelivery>
            <DefaultSendEmail>boolean</DefaultSendEmail>
            <BadAddress>boolean</BadAddress>
          </Options>
          <Template>string</Template>
          <MilestoneCode>int</MilestoneCode>
          <DefaultDueDays>int</DefaultDueDays>
          <DefaultSubjectLine>string</DefaultSubjectLine>
          <DefaultEmails>
            <Customer>boolean</Customer>
            <Attorney>boolean</Attorney>
            <Contact>boolean</Contact>
            <Server>boolean</Server>
            <ContactList>boolean</ContactList>
            <Dispatcher>boolean</Dispatcher>
            <AttorneyList>boolean</AttorneyList>
            <OrderList>boolean</OrderList>
          </DefaultEmails>
          <AutoStatus>None or NewWorkorder or NewRecorderOrder or AddressDispatched or ForwardtoDispatcher or StatusRequestSentToServer or ProofOfDelivery or ServerSubmittedFinal or InvoiceEmailed or ProofOfDeliveryRemoved or ProofOfServiceRemoved or OrderRated or OrderInvoiced or InvoiceEdited or InvoiceRemoved or OrderEdited or ProofPrinted or ProofEmailed or ProofEmailedServer or JobTypeChanged or InvoicePaid or FilingDateChanged or AddressDispatchedToPouch or DiligenceSentToCustomer or DiligenceEnteredinSystem or PrepaymentApplied or PackageSentToPouch or DiligenceSEntToEpouch or OrderSentToEpouch or WebOrderPlaced or FilingDateUpdated or PDFSingleDocumentSent or ConformedCopyImported or QRCodeDcoumentLoaded or PrebillAdded or DiligenceDeleted or FeeAdvanceCheckPrinted or ProofOfServiceCreated or MileStoneUpdated or OrderForwardedFromWincopy or JobCompleted or JobCancelled or OrderLinkedToWincopy or AttachmentLoaded or AttachmentRemoved or NewFiling or ChangeDispatcher</AutoStatus>
        </DiligencePhrase>
      </ReturnDiligencePhrasesResult>
    </ReturnDiligencePhrasesResponse>
  </soap12:Body>
</soap12:Envelope>