---
title: "PrefillEmployee"
url: "https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec/schemas/PrefillEmployee"
---

> Full API specification: https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec.md

# PrefillEmployee

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Market Connect Order Entry API
  version: 1.0.3
servers:
  - url: https://dev.api.zinnia.io
  - url: https://qa.api.zinnia.io
  - url: https://uat.api.zinnia.io
components:
  schemas:
    PrefillAddress:
      type: object
      properties:
        addressBase:
          $ref: "#/components/schemas/PrefillAddressBase"
        line3:
          type: string
          nullable: true
        line4:
          type: string
          nullable: true
        stateorprovince:
          type: string
          nullable: true
        typeCode:
          type: string
          nullable: true
      additionalProperties: false
    PrefillParty:
      type: object
      properties:
        address:
          type: array
          items:
            $ref: "#/components/schemas/PrefillAddress"
          nullable: true
        allocation:
          $ref: "#/components/schemas/PrefillAllocation"
        communication:
          $ref: "#/components/schemas/PrefillCommunication"
        communicationPreferenceCode:
          type: string
          nullable: true
        languageCode:
          type: string
          nullable: true
        legalEntityTypeCode:
          type: string
          nullable: true
        nameBase:
          $ref: "#/components/schemas/PrefillNameBase"
        organization:
          $ref: "#/components/schemas/PrefillOrganization"
        partyIdentity:
          type: array
          items:
            $ref: "#/components/schemas/PrefillPartyIdentity"
          nullable: true
        partyRole:
          type: array
          items:
            $ref: "#/components/schemas/PrefillPartyRole"
          nullable: true
        person:
          $ref: "#/components/schemas/PrefillPerson"
        questionAnswer:
          type: array
          items:
            $ref: "#/components/schemas/PrefillQuestionAnswer"
          nullable: true
        relationship:
          $ref: "#/components/schemas/PrefillRelationship"
        suffix:
          type: string
          nullable: true
      additionalProperties: false
    PrefillAddressBase:
      type: object
      properties:
        line1:
          type: string
          nullable: true
        line2:
          type: string
          nullable: true
        city:
          type: string
          nullable: true
        stateOrProvinceCode:
          type: string
          nullable: true
        postalCode:
          type: string
          nullable: true
        countryCode:
          type: string
          nullable: true
        country:
          type: string
          nullable: true
      additionalProperties: false
    PrefillAllocation:
      type: object
      properties:
        percent:
          type: number
          format: double
          nullable: true
        typeCode:
          type: string
          nullable: true
      additionalProperties: false
    PrefillCommunication:
      type: object
      properties:
        emailAddress:
          type: string
          nullable: true
        phone:
          type: array
          items:
            $ref: "#/components/schemas/PrefillPhone"
          nullable: true
      additionalProperties: false
    PrefillNameBase:
      type: object
      properties:
        prefix:
          type: string
          nullable: true
        fullName:
          type: string
          nullable: true
        givenName:
          type: string
          nullable: true
        otherGivenName:
          type: string
          nullable: true
        suffix:
          type: string
          nullable: true
        surname:
          type: string
          nullable: true
      additionalProperties: false
    PrefillOrganization:
      type: object
      properties:
        foundationDate:
          type: string
          nullable: true
        irrevocableIndicator:
          type: boolean
          nullable: true
        memberCount:
          type: integer
          format: int32
          nullable: true
        organizationTypeCode:
          type: string
          nullable: true
      additionalProperties: false
    PrefillPartyIdentity:
      type: object
      properties:
        license:
          $ref: "#/components/schemas/PrefillLicense"
        NPN:
          type: string
          nullable: true
        typeCode:
          type: string
          nullable: true
        typeId:
          type: string
          nullable: true
      additionalProperties: false
    PrefillPartyRole:
      type: object
      properties:
        roleCode:
          type: string
          nullable: true
        roleCodes:
          type: array
          items:
            type: string
          nullable: true
      additionalProperties: false
    PrefillPerson:
      type: object
      properties:
        birthDate:
          type: string
          nullable: true
        citizenship:
          type: string
          nullable: true
        citizenshipCode:
          type: string
          nullable: true
        dependentCount:
          type: number
          format: double
          nullable: true
        gender:
          type: string
          nullable: true
        genderCode:
          type: string
          nullable: true
        maritalstatus:
          type: string
          nullable: true
        maritalStatusCode:
          type: string
          nullable: true
        militaryStatusCode:
          type: string
          nullable: true
        militarystatus:
          type: string
          nullable: true
        residencyStatusCode:
          type: string
          nullable: true
        residencystatus:
          type: string
          nullable: true
      additionalProperties: false
    PrefillQuestionAnswer:
      type: object
      properties:
        questionCode:
          type: string
          nullable: true
        questionText:
          type: string
          nullable: true
        answerCode:
          type: string
          nullable: true
        answerText:
          type: string
          nullable: true
        value:
          type: number
          format: double
          nullable: true
        accountDesignationCode:
          type: string
          nullable: true
      additionalProperties: false
    PrefillRelationship:
      type: object
      properties:
        relationshipToCode:
          type: string
          nullable: true
        partyRole:
          type: array
          items:
            $ref: "#/components/schemas/PrefillPartyRole"
          nullable: true
      additionalProperties: false
    PrefillPhone:
      type: object
      properties:
        phoneNumber:
          type: string
          nullable: true
        phoneTypeCode:
          type: string
          nullable: true
      additionalProperties: false
    PrefillLicense:
      type: object
      properties:
        effectiveDate:
          type: string
          nullable: true
        expirationDate:
          type: string
          nullable: true
        issuingAuthority:
          type: string
          nullable: true
        jurisdiction:
          type: string
          nullable: true
      additionalProperties: false
    PrefillEmployee:
      type: object
      properties:
        address:
          type: array
          items:
            $ref: "#/components/schemas/PrefillAddress"
          nullable: true
        companyName:
          type: string
          nullable: true
        jobTitle:
          type: string
          nullable: true
        occupationClassCode:
          type: string
          nullable: true
        party:
          $ref: "#/components/schemas/PrefillParty"
        questionAnswer:
          type: string
          nullable: true
        statusCode:
          type: string
          nullable: true
      additionalProperties: false
```
