https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Customer Complex Type / MaritalStatus Element
In This Topic
    MaritalStatus Element
    In This Topic
    Description
    Marital Status.

    Insert Validation:
    Must be set to one of the following:
    “Married”
    “Single”
    “Divorced”
    “Separated”
    “Widowed”
    “Dom Partn”
    “Fiancee”
    “Other”
    “Unknown”
    “Civ Union”

    Update Validation:
    Must be set to one of the following:
    “Married”
    “Single”
    “Divorced”
    “Separated”
    “Widowed”
    “Dom Partn”
    “Fiancee”
    “Other”
    “Unknown”
    “Civ Union”
    Description value from the "MaritalStatus" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=MaritalStatus
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    MaritalStatus Element
    Overview
    MaritalStatus optional xs:string
    Marital Status.

    Insert Validation:
    Must be set to one of the following:
    “Married”
    “Single”
    “Divorced”
    “Separated”
    “Widowed”
    “Dom Partn”
    “Fiancee”
    “Other”
    “Unknown”
    “Civ Union”

    Update Validation:
    Must be set to one of the following:
    “Married”
    “Single”
    “Divorced”
    “Separated”
    “Widowed”
    “Dom Partn”
    “Fiancee”
    “Other”
    “Unknown”
    “Civ Union”
    Description value from the "MaritalStatus" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=MaritalStatus
    Source
    <xs:element minOccurs="0" name="MaritalStatus" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Marital Status.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                Must be set to one of the following: <br /> “Married” <br /> “Single” <br /> “Divorced” <br /> “Separated” <br /> “Widowed” <br /> “Dom Partn” <br /> “Fiancee” <br /> “Other” <br /> “Unknown” <br /> “Civ Union”
                <br /><br /><b><u>Update Validation:</u></b><br />
                Must be set to one of the following: <br /> “Married” <br /> “Single” <br /> “Divorced” <br /> “Separated” <br /> “Widowed” <br /> “Dom Partn” <br /> “Fiancee” <br /> “Other” <br /> “Unknown” <br /> “Civ Union”
                </summary>
          <len min="0" max="9" />
          <values>
                Description value from the "MaritalStatus" value list.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=MaritalStatus
                </values>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also