> ## Documentation Index
> Fetch the complete documentation index at: https://docs.health-street.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Org

> Create a new Org



## OpenAPI

````yaml post /vLatest/action/glasscore/org
openapi: 3.1.0
info:
  version: 2.0.0
  title: Health Street API
  description: >-
    The Health Street API provides secure and reliable endpoints to manage drug
    tests, background checks, DNA checks, and occupational health tests.
servers:
  - url: https://api.glass.fm
security: []
paths:
  /vLatest/action/glasscore/org:
    post:
      tags:
        - Org
      summary: Create Org
      description: Create a new Org
      operationId: CreateOrg
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                CategoryId:
                  type: number
                  nullable: true
                  description: >-
                    Represents the unique identifier for the category to which
                    the organization belongs.
                city:
                  type: string
                  description: >-
                    Represents the municipality where the organization is
                    located.
                cityState:
                  type: string
                  description: >-
                    Represents the city and state where the organization is
                    located.
                Der~PersonId:
                  type: number
                  nullable: true
                  description: >-
                    Represents the unique identifier for a person in the
                    organization.
                dotPayment~PersonId:
                  type: number
                  nullable: true
                  description: >-
                    Identifies the individual who made the payment in the
                    organization.
                ein:
                  type: string
                  description: >-
                    Represents the Employer Identification Number of the
                    organization.
                email:
                  type: string
                  description: >-
                    Stores the electronic mail address associated with the
                    organization.
                fax:
                  type: string
                  description: Stores the facsimile contact number for the organization.
                hsVendor:
                  type: array
                  items:
                    type: object
                    properties:
                      about:
                        type: string
                        description: >-
                          Contains detailed information or a brief overview
                          regarding the specific vendor.
                      aboutDNA:
                        type: string
                        description: >-
                          Contains information related to the DNA provided by
                          the vendor.
                      aboutDnaNeeded:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates the amount of DNA required by the high
                          school vendor for their services or products.
                      aboutDnaNsew:
                        type: string
                        description: >-
                          Contains information regarding the vendor's DNA in the
                          North, South, East, and West regions.
                      aboutLandmark:
                        type: string
                        description: >-
                          Contains information or details related to notable
                          features or points of interest near the vendor's
                          location.
                      aboutLandmarkDNA:
                        type: string
                        description: >-
                          Stores information related to the unique
                          characteristics or features of a landmark associated
                          with a specific vendor.
                      aboutLandmarkOccHealth:
                        type: string
                        description: >-
                          Stores information related to the occupational health
                          services provided by a vendor at a specific landmark.
                      aboutNsew:
                        type: string
                        description: >-
                          Contains information related to the geographical
                          orientation (North, South, East, West) of the vendor's
                          house.
                      aboutOccHealth:
                        type: string
                        description: >-
                          Contains information related to the occupational
                          health services provided by the health and safety
                          vendor.
                      ban:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor from the HsVendor table
                          is prohibited from conducting business due to various
                          reasons.
                      cityState:
                        type: string
                        description: >-
                          Contains the location of the high school vendor,
                          including both the city and state.
                      CityStateId:
                        type: number
                        nullable: true
                        description: >-
                          Unique identifier for the combination of city and
                          state where the high school vendor is located.
                      concentra:
                        type: number
                        nullable: true
                        description: >-
                          Stores the specific concentration level of a product
                          or substance provided by a high school vendor.
                      customText:
                        type: string
                        description: >-
                          Stores unique or additional information about a vendor
                          in the high school database.
                      customTextOnly:
                        type: boolean
                        nullable: true
                        description: >-
                          Stores vendor-specific text information that does not
                          include any special characters or numbers.
                      cvs:
                        type: number
                        nullable: true
                        description: >-
                          Stores the unique identifier for vendors in a
                          comma-separated values format.
                      descrip:
                        type: string
                        description: Description of record.
                      doesAudiogram:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the hearing services vendor is
                          capable of performing an audiogram.
                      doesBioMetric:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor supports biometric
                          authentication methods.
                      doesBloodAlcohol:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor offers blood alcohol
                          testing services.
                      doesBloodHealth:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health services vendor provides
                          blood health related services or not.
                      doesBodyHair:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides body hair
                          removal services.
                      doesChestXray:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          chest X-ray services.
                      doesDna:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides DNA testing
                          services.
                      doesDotBat:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides .bat (batch)
                          files.
                      doesDotPhysical:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor conducts Department of
                          Transportation (DOT) physical examinations.
                      doesECup:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides eco-friendly
                          cups.
                      doesEDot:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor complies with Electronic
                          Document of Title (EDOT) standards.
                      doesEkg:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides EKG
                          (Electrocardiogram) services or not.
                      doesHeadHair:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides hair services
                          for the head.
                      doesKrausWeber:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides Kraus-Weber
                          fitness test services.
                      doesLiftTest:
                        type: boolean
                        nullable: true
                        description: Indicates whether the vendor performs a lift test.
                      doesNonBat:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor does not deal with
                          bat-related products or services.
                      doesNonDotPhysical:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor has undergone a physical
                          examination not related to the Department of
                          Transportation (Non-DOT).
                      doesObserved:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor has been observed or
                          monitored for compliance with health and safety
                          regulations.
                      doesOralFluid:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides oral fluid
                          testing services.
                      doesOxfordTB:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides Oxford
                          tuberculosis testing services.
                      doesPulmonary:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          pulmonary services.
                      doesRadar:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides radar services
                          or not.
                      doesRespQual:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor meets the required
                          qualifications or not.
                      doesRespQuant:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor responds with a quantity
                          for home services.
                      doesRespQuest:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the high school vendor responds to
                          questions.
                      doesSalivaAlcohol:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides saliva-based
                          alcohol testing services.
                      doesTbSkin:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor conducts Tuberculosis
                          skin tests.
                      doesTiter:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor performs a titer test, a
                          laboratory test that measures the presence or
                          concentration of antibodies in the blood.
                      doesUrine:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides urine testing
                          services.
                      doesVacHepA:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          Hepatitis A vaccinations.
                      doesVacHepB:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          Hepatitis B vaccinations.
                      doesVacMmr:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides measles, mumps,
                          and rubella (MMR) vaccinations.
                      doesVacTdap:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the high school vendor offers the
                          Tdap vaccine.
                      doesVacVaricella:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor offers the
                          Varicella (chickenpox) vaccine.
                      doesVisionIshihara:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          Ishihara vision tests.
                      doesVisionJaeger:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides Jaeger vision
                          testing services.
                      doesVisionSnellen:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          Snellen vision tests.
                      doesVisionTitmus:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides Titmus vision
                          testing services.
                      doesXCup:
                        type: boolean
                        nullable: true
                        description: Indicates whether the vendor provides X-sized cups.
                      dotCertDoctor:
                        type: boolean
                        nullable: true
                        description: >-
                          Stores the certification details of the doctor
                          approved by the Department of Transportation.
                      eBillingTier:
                        type: string
                        description: >-
                          Represents the level or category of electronic billing
                          services provided by a specific vendor.
                      eCCFenabled:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health and safety vendor has
                          electronic Chain of Custody Form (eCCF) capabilities
                          enabled.
                      eHealth:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor provides
                          electronic health services or not.
                      eLabCorp:
                        type: boolean
                        nullable: true
                        description: >-
                          Stores the identification code or name for the
                          laboratory corporation associated with a health
                          services vendor.
                      ePhysical:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor associated with a high
                          school has a physical location or not.
                      eQuest:
                        type: boolean
                        nullable: true
                        description: >-
                          Contains information related to the electronic request
                          system used by the home services vendor.
                      eReader:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides electronic
                          reading devices.
                      fastPace:
                        type: number
                        nullable: true
                        description: >-
                          Indicates whether the vendor can deliver services or
                          products at a rapid rate.
                      freezeAddress:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates the location that a vendor's account is
                          temporarily disabled or suspended.
                      freezeCity:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the city of the high school vendor
                          is subject to a freeze, preventing any changes.
                      freezeDay:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates the specific day on which a vendor's account
                          or operations are temporarily halted or suspended.
                      freezeLabApiDays:
                        type: boolean
                        nullable: true
                        description: >-
                          Specifies the number of days the laboratory API is
                          frozen for a particular vendor.
                      freezeName:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates the specific name assigned to a halt or
                          suspension in a vendor's operations or services.
                      handicapAccess:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor's location is accessible
                          for individuals with disabilities.
                      hsSiteType:
                        type: string
                        description: >-
                          Indicates the type of site associated with a specific
                          vendor in the HS system.
                      HsSiteTypeId:
                        type: number
                        nullable: true
                        description: >-
                          Identifies the type of site associated with a specific
                          vendor in the HsVendor table.
                      importDistance:
                        type: number
                        nullable: true
                        description: >-
                          Represents the distance goods are transported from the
                          vendor to the business location.
                      insideRetail:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor operates within the
                          retail industry.
                      installed:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor's software or hardware
                          has been set up and is currently in use.
                      Int_Lat:
                        type: number
                        nullable: true
                        description: >-
                          Represents the latitude of the home service vendor's
                          location in integer format.
                      Int_lng:
                        type: number
                        nullable: true
                        description: >-
                          Represents the international language preference of a
                          vendor in the HsVendor table.
                      isInNetworkHealth:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health service vendor is part of
                          a specific insurance network.
                      isLabApiDaysModified:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the number of days for lab API in
                          the health services vendor has been altered.
                      isNeedsManualDaysUpdate:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor's days of operation
                          require manual updates.
                      labApiDay:
                        type: string
                        description: >-
                          Indicates the day on which the laboratory's API is
                          accessed for a particular vendor in high school.
                      labApiDayPrettier:
                        type: string
                        description: >-
                          Stores the formatted date of the API interaction with
                          the laboratory associated with a specific vendor.
                      lat:
                        type: number
                        nullable: true
                        description: >-
                          Represents the latitude coordinate of a vendor's
                          location in the HsVendor table.
                      lng:
                        type: number
                        nullable: true
                        description: >-
                          Represents the longitude coordinate of the vendor's
                          location.
                      mobileDrug:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor provides mobile drug
                          testing services.
                      normalClose:
                        type: string
                        description: >-
                          Indicates the standard closing time for a vendor in
                          the HsVendor table.
                      normalLunchClosed:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the high school vendor is closed
                          during normal lunch hours.
                      normalLunchEnd:
                        type: string
                        description: >-
                          Indicates the usual time the lunch service concludes
                          for a high school vendor.
                      normalLunchStart:
                        type: string
                        description: >-
                          Indicates the usual commencement time for lunch
                          service by the high school vendor.
                      normalOpen:
                        type: string
                        description: Indicates the regular opening hours of a vendor.
                      noWeb:
                        type: boolean
                        nullable: true
                        description: Indicates whether the vendor has a website or not.
                      occHealthNetwork:
                        type: string
                        description: >-
                          Indicates the occupational health network associated
                          with a specific health and safety vendor.
                      omega:
                        type: boolean
                        nullable: true
                        description: >-
                          Represents the unique identifier or code associated
                          with each vendor in the HsVendor table.
                      onSiteDrug:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor has drugs available on
                          their premises.
                      open:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor is currently available
                          for business transactions.
                      OrgId:
                        type: number
                        description: >-
                          Unique identifier for the organization associated with
                          a specific vendor in the health services sector.
                      physicalsMdDo:
                        type: boolean
                        nullable: true
                        description: >-
                          Stores the name of the medical doctor or doctor of
                          osteopathy who conducted the physical examination for
                          the high school vendor.
                      physicalsNpPa:
                        type: boolean
                        nullable: true
                        description: >-
                          Represents the number of physicals performed by a
                          non-physician provider or physician assistant for a
                          high school vendor.
                      possibleClosed:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether a vendor in the high school system
                          may potentially be closed or not.
                      possibleDupe:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether a vendor in the high school system
                          may have a duplicate entry.
                      psychemedic:
                        type: boolean
                        nullable: true
                        description: >-
                          Stores the identification or reference information for
                          the Psychemedics Corporation as a health services
                          vendor.
                      publicTransportation:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor's location is accessible
                          via public transportation.
                      testTime:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Represents the timestamp of when a particular test was
                          conducted by the high school vendor.
                      truckAccess:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether a vendor in the health and safety
                          sector has access to a truck for transportation
                          purposes.
                      walkinDrug:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the healthcare vendor allows
                          customers to purchase medication without a prior
                          appointment.
                      walkinHealth:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the health vendor provides walk-in
                          services or not.
                      workersComp:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the vendor has workers' compensation
                          insurance coverage.
                      xCode:
                        type: string
                    required:
                      - OrgId
                  description: >-
                    Represents the vendor associated with the organization in
                    the HubSpot system.
                isHouse:
                  type: boolean
                  nullable: true
                  description: >-
                    Indicates whether the organization operates from a
                    residential property.
                lat:
                  type: number
                  nullable: true
                  description: >-
                    Stores the latitude coordinate of the organization's
                    location.
                lng:
                  type: number
                  nullable: true
                  description: >-
                    Stores the longitude coordinate of the organization's
                    location.
                location:
                  type: array
                  items:
                    type: object
                    properties:
                      fridayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the closing time of a location on Fridays.
                      fridayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when Friday lunch break finishes at
                          a specific location.
                      fridayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when lunch break begins on Fridays
                          at a specific location.
                      fridayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the opening time of a location on Fridays.
                      mondayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the closing time of the location on Mondays.
                      mondayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when the lunch break ends on
                          Mondays at the specified location.
                      mondayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the starting time for lunch break on Mondays
                          at the specified location.
                      mondayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the opening time of the location on Mondays.
                      OrgId:
                        type: number
                        description: >-
                          Unique identifier for the organization associated with
                          a specific location.
                      saturdayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the closing time of a location on Saturdays.
                      saturdayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when Saturday lunch service
                          concludes at a specific location.
                      saturdayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when lunch begins on Saturdays at
                          the specified location.
                      saturdayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the opening time of a location on Saturdays.
                      sundayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the closing time of a location on Sundays.
                      sundayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when Sunday lunch service concludes
                          at a specific location.
                      sundayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the beginning time for Sunday lunch at the
                          specified location.
                      sundayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the opening time of the location on Sundays.
                      thursdayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the closing time of a location on Thursdays.
                      thursdayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when lunch break ends on Thursdays
                          at the specified location.
                      thursdayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when lunch break begins on
                          Thursdays at the specified location.
                      thursdayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the opening time of a location on Thursdays.
                      tuesdayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the closing time for a specific location on
                          Tuesdays.
                      tuesdayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when Tuesday's lunch break ends at
                          the specified location.
                      tuesdayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when lunch break begins on Tuesdays
                          at the specified location.
                      tuesdayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: Indicates the opening time of a location on Tuesdays.
                      twentyFourHour:
                        type: boolean
                        nullable: true
                        description: >-
                          Indicates whether the location operates on a 24-hour
                          basis.
                      wednesdayClose:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the closing time of a location on
                          Wednesdays.
                      wednesdayLunchEnd:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when Wednesday lunch break ends at
                          a specific location.
                      wednesdayLunchStart:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the time when lunch break begins on
                          Wednesdays at the specified location.
                      wednesdayOpen:
                        anyOf:
                          - type: string
                          - type: string
                        description: >-
                          Indicates the opening time of a location on
                          Wednesdays.
                      locationModDate:
                        anyOf:
                          - type: string
                          - type: string
                    required:
                      - OrgId
                  description: >-
                    Represents the geographical area or address where the
                    organization is situated.
                LocationTypeId:
                  type: number
                  nullable: true
                  description: >-
                    Identifies the type of location associated with the
                    organization, such as headquarters, branch, or remote
                    office.
                name:
                  type: string
                  minLength: 1
                  description: Name of org.
                Parent~OrgId:
                  type: number
                  nullable: true
                  description: >-
                    Identifies the unique identifier of the parent organization
                    in the Org table.
                phone:
                  type: string
                  description: Stores the contact number for the organization.
                phoneExt:
                  type: string
                  description: >-
                    Stores the extension number associated with the
                    organization's main phone line.
                phoneOther:
                  type: string
                  description: Stores an alternative contact number for the organization.
                phoneOtherExt:
                  type: string
                  description: >-
                    Represents the extension number for an alternative phone
                    line associated with the organization.
                Preferred~HsVendorId:
                  type: number
                  nullable: true
                  description: >-
                    The identifier for the vendor that an organization prefers
                    for home services.
                rpDotRegistrationNumber:
                  type: string
                  description: >-
                    Contains the registration number associated with the dot in
                    the organization.
                rpMinAlc:
                  type: number
                  nullable: true
                  description: >-
                    Represents the minimum alcohol content required by the
                    organization.
                rpMinDrug:
                  type: number
                  nullable: true
                  description: >-
                    Indicates the minimum required price for drugs set by the
                    organization.
                rpSelectEvery:
                  type: string
                  enum:
                    - Monthly
                    - Quarterly
                    - ''
                  description: >-
                    Indicates the frequency at which a certain action or process
                    is to be performed within the organization.
                state:
                  type: string
                  description: >-
                    Represents the geographical region within a country where
                    the organization is located.
                streetPrimary:
                  type: string
                  description: Main street address associated with the organization.
                streetSecondary:
                  type: string
                  description: >-
                    Contains additional address information such as apartment or
                    suite number for the organization.
                tagJoin:
                  type: array
                  items:
                    type: object
                    properties:
                      parentEntity:
                        type: string
                        minLength: 1
                        description: >-
                          Refers to the main or originating entity that is
                          associated with a specific tag in the TagJoin table.
                      ParentId:
                        type: number
                        description: >-
                          Represents the unique identifier of the parent tag in
                          the TagJoin table.
                      TagId:
                        type: number
                        description: >-
                          Represents the unique identifier associated with each
                          tag in the TagJoin table.
                    required:
                      - parentEntity
                      - ParentId
                      - TagId
                  description: >-
                    Represents the connection between an organization and its
                    associated tags or labels.
                vendor:
                  type: array
                  items:
                    type: object
                    properties:
                      CategoryId:
                        type: number
                        nullable: true
                        description: >-
                          Identifies the classification or group to which the
                          vendor belongs.
                      OrgId:
                        type: number
                        description: >-
                          Unique identifier for the organization associated with
                          a specific vendor.
                    required:
                      - OrgId
                  description: >-
                    Represents the company or individual supplying goods or
                    services to the organization.
                zip:
                  type: string
                  minLength: 1
                  description: Stores the postal code for the organization's location.
              required:
                - name
                - zip
      responses:
        '200':
          description: Org

````