https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / CustomerSuspenseInsert Element
In This Topic
    CustomerSuspenseInsert Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    CompletedDate Element CompletedBy Element IsCompleted Element Priority Element Description Element TimesRescheduled Element DueDate Element AssignedToEmployeeCode Element InitiatedByEmployeeCode Element InitiatedDate Element SuspenseAction Element ClaimId Element CompanyCode Element PolicyEffectiveDate Element PolicyId Element CustomerId Element SuspenseId Element Sequence Suspense Element Sequence Request Element Sequence CustomerSuspenseInsert Element
    Overview
    Sequence
    Request optional CustomerSuspenseInsertRequest Complex Type
    Message request object containing the suspense data to insert into the agency database as a new suspense.
    Sequence
    Suspense optional CustomerSuspense Complex Type
    Single Suspense type data structure.
    Sequence
    PolicyEffectiveDate optional xs:dateTime
    CompanyCode optional xs:string
    SuspenseAction optional xs:string
    InitiatedDate optional xs:dateTime
    InitiatedByEmployeeCode optional xs:string
    AssignedToEmployeeCode optional xs:string
    DueDate optional xs:dateTime
    TimesRescheduled optional xs:unsignedByte
    Description optional xs:string
    Priority optional xs:short
    IsCompleted optional xs:boolean
    CompletedBy optional xs:string
    CompletedDate optional xs:dateTime
    Source
    <xs:element name="CustomerSuspenseInsert" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q216="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q216:CustomerSuspenseInsertRequest">
            <xs:annotation>
              <xs:documentation>Message request object containing the suspense data to insert into the agency database as a new suspense.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also