Endorsement Services

Some endorsement options are available via our api

Endorsement Type Line(s) of Business
EFT Account Home
Credit Card Monthly Account Home
REST URL https://api.stillwaterinsurance.com/api/endorsement/
All Artifacts http://api.stillwaterinsurance.com/api/schemas/endorsement/v1.0/
Response Timeout 3 minutes (with an HTTP code 200)

If this feels like it is missing something please refer to the Services page for additional info regarding all services


In case of an error in the service, you can expect a response like this.
Sample
<ACORD xmlns="http://www.ACORD.org/standards/PC_Surety/ACORD1/xml/Stillwater">
   ...
   <InsuranceSvcRs>
      <HomePolicyModRs>
         <!-- this is a reference id for the error -->
         <RqUID>12345678901111</RqUID>
         <MsgStatus>
            <MsgStatusCd>ERROR</MsgStatusCd>
            <!-- error description, if available -->
            <MsgStatusDesc>...</MsgStatusDesc>
         </MsgStatus>
      </HomePolicyModRs>
   </InsuranceSvcRs>
</ACORD>


Sample PolicyInq response
<ACORD xmlns="http://www.ACORD.org/standards/PC_Surety/ACORD1/xml/Stillwater">
   ...
   <InsuranceSvcRs>
    <PolicyInqRs>
      <MsgStatus>
        <MsgStatusCd>ERROR</MsgStatusCd>
        <MsgStatusDesc>.....</MsgStatusDesc>
      </MsgStatus>
      <PolicyInqInfo>
        <PartialPolicy>
          <PolicyNumber>...</PolicyNumber>
          <LOBCd>HOME</LOBCd>
        </PartialPolicy>
      </PolicyInqInfo>
      <PolInfo>
        <HomePolicy>
          <InsuredOrPrincipal/>
          <PersPolicy/>
          <HomeLineBusiness/>
        </HomePolicy>
      </PolInfo>
    </PolicyInqRs>
  </InsuranceSvcRs>
</ACORD>

© 2025 Stillwater Insurance Group. All rights reserved.