https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PolicyEndorseRequest Element
In This Topic
    PolicyEndorseRequest Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    TransactionDescription Element TransactionType Element TransactionEffectiveDate Element PolicyId Element Sequence PolicyEndorseRequest Element
    Overview
    Sequence
    PolicyId optional guid Simple Type
    Globally Unique Identifier (GUID) for a policy.

    Insert Validation:
    Must be a valid PolicyId.
    The Policy must not be Checked Out.
    36 alpha-numeric column, formatted as: 00000000-0000-0000-0000-000000000000
    TransactionEffectiveDate optional xs:dateTime
    The date the new Endorsement becomes effective.

    Insert Validation:
    The column is required for a policy.
    This date will always be between the PolEffDate and must be less then PolExpDate.
    Backdated Endorsements are not supported. The Transaction Effective Date must be greater or equal to the latest Endorsement Date.
    Date value only (MM/DD/YYYY).
    TransactionType optional xs:string
    A code representing the type of policy action this transaction was initiated for. Code value from the "TransactionType" value list.
    The only valid values for an Endorsement are:
    PAB - Premium audit
    PCH - Policy change
    POL - Policy (unspecified)
    REI - Reinstatement
    ARR - Anniversary re-rate
    NRA - Non-renewal notified Agency
    PCQ - Policy change quote
    PNQ - Policy inquiry
    RIX - Reissue
    RNR - Reversal of non-renewal
    SYN - Policy Synchronization
    SYR - Policy Synchronization Request
    BPC - Binder Endorsement

    If you know the name of a value list and only need the contents of the list, you can retrieve the list using the ValueListGet() method.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=TransactionType
    TransactionDescription optional xs:string
    If a description is not provided the policy action will be used as the description. See PolicyTransaction, TransactionType for the valid policy action code description.
    Source
    <xs:element name="PolicyEndorseRequest" nillable="true" type="tns:PolicyEndorseRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also