SymbilityNotification


Click here for a complete list of operations.

ClaimUpdate

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 /SymbilityNotification.asmx HTTP/1.1
Host: esbsymbilitynotificationservice.crawco.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.symbility.net/webservices/ClaimUpdate"

<?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>
    <ClaimUpdate xmlns="http://www.symbility.net/webservices/">
      <key>string</key>
      <claimUpdateNotification>
        <Number>string</Number>
        <UniqueID>string</UniqueID>
        <ExternalReference>string</ExternalReference>
        <PolicyNumber>string</PolicyNumber>
        <FileNumber>string</FileNumber>
        <Status>Opened or Contacted or Inspected or InProgress or AtRepair or Closed or ClosedCashedOut or ClosedInvalid or ClosedCancelled or ClosedMerged or Reopened or Unknown</Status>
        <OriginatorCompany>
          <HeadOfficeCompanyID>string</HeadOfficeCompanyID>
          <CompanyID>string</CompanyID>
          <CompanyName>string</CompanyName>
        </OriginatorCompany>
        <Events>
          <ClaimEvent ClaimEventType="string" />
          <ClaimEvent ClaimEventType="string" />
        </Events>
        <User>
          <LoginName>string</LoginName>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <UserRole>string</UserRole>
          <Company>
            <HeadOfficeCompanyID>string</HeadOfficeCompanyID>
            <CompanyID>string</CompanyID>
            <CompanyName>string</CompanyName>
          </Company>
        </User>
      </claimUpdateNotification>
    </ClaimUpdate>
  </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>
    <ClaimUpdateResponse xmlns="http://www.symbility.net/webservices/" />
  </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 /SymbilityNotification.asmx HTTP/1.1
Host: esbsymbilitynotificationservice.crawco.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>
    <ClaimUpdate xmlns="http://www.symbility.net/webservices/">
      <key>string</key>
      <claimUpdateNotification>
        <Number>string</Number>
        <UniqueID>string</UniqueID>
        <ExternalReference>string</ExternalReference>
        <PolicyNumber>string</PolicyNumber>
        <FileNumber>string</FileNumber>
        <Status>Opened or Contacted or Inspected or InProgress or AtRepair or Closed or ClosedCashedOut or ClosedInvalid or ClosedCancelled or ClosedMerged or Reopened or Unknown</Status>
        <OriginatorCompany>
          <HeadOfficeCompanyID>string</HeadOfficeCompanyID>
          <CompanyID>string</CompanyID>
          <CompanyName>string</CompanyName>
        </OriginatorCompany>
        <Events>
          <ClaimEvent ClaimEventType="string" />
          <ClaimEvent ClaimEventType="string" />
        </Events>
        <User>
          <LoginName>string</LoginName>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <UserRole>string</UserRole>
          <Company>
            <HeadOfficeCompanyID>string</HeadOfficeCompanyID>
            <CompanyID>string</CompanyID>
            <CompanyName>string</CompanyName>
          </Company>
        </User>
      </claimUpdateNotification>
    </ClaimUpdate>
  </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>
    <ClaimUpdateResponse xmlns="http://www.symbility.net/webservices/" />
  </soap12:Body>
</soap12:Envelope>