---
title: "Mark a company as a demo company"
method: PUT
path: "/api/admin/companies/{id}/mark-demo"
tags: ["Administration/Companies"]
---

# Mark a company as a demo company

`PUT /api/admin/companies/{id}/mark-demo`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `isDemoCompany` number
    - `isRemoved` number
    - `isClientCompany` number
    - `officialName` string
    - `displayName` string
    - `name` string
    - `transliteratedDisplayName` string
    - `transliteratedName` string
    - `transliteratedOfficialName` string
    - `officialNameLocalized` string
    - `internalCompanyCode` string
    - `notes` string
    - `facilityProcesses` string
    - `imageList` object[]
      - `id` string, required
      - `url` string, required
      - `fileType` string
      - `originalUrl` string
    - `featuredImageFileId` string
    - `featuredImageFileUrl` string
    - `description` string
    - `country` string
    - `countryName` string
    - `city` string
    - `county` string
    - `zipCode` string
    - `addressLine1` string
    - `addressLine2` string
    - `phone` string
    - `website` string
    - `geojson` object
      - `type` string, required
      - `geometry` object, required
        - `type` string, required
        - `coordinates` number[], required
    - `companySize` 'FROM_0_TO_1' | 'FROM_2_TO_10' | 'FROM_11_TO_50' | 'FROM_51_TO_200' | 'FROM_201_TO_500' | 'FROM_501_TO_1000' | 'FROM_1001_TO_5000' | 'FROM_5001_TO_10000' | 'FROM_10001_TO_INFINITE'
    - `companyType` 'EDUCATIONAL_INSTITUTION' | 'GOVERNMENT_AGENCY' | 'NONPROFIT' | 'PARTNERSHIP' | 'PRIVATELY_HELD' | 'FAMILY_BUSINESS' | 'PUBLIC_COMPANY' | 'SELF_EMPLOYED' | 'SOLE_PROPRIETORSHIP'
    - `videoFileId` string
    - `videoFileUrl` string
    - `numOfPermanentEmployees` number
    - `numOfMaleEmployees` number
    - `numOfFemaleEmployees` number
    - `commercialRegistrationNumber` string
    - `commercialRegisterNumber` string
    - `dunsNumber` string
    - `globalLocationNumber` string
    - `higgId` string
    - `manufacturerIdentificationCode` string
    - `osHubId` string
    - `slcpFacilityId` string
    - `textileExchangeId` string
    - `vatId` string
    - `workosOrganizationId` string
    - `zdhcId` string
    - `annualProductionCapacity` string
    - `annualProductionCapacityUnit` string
    - `minimumOrderQuantity` string
    - `minimumOrderQuantityPerStyle` string
    - `standardLeadTime` string
    - `createdAt` string, date-time
    - `createdByApiKeyId` string
    - `createdByApiKeyLabel` string
    - `createdByCompanyId` string
    - `createdByImpersonateId` string
    - `createdByUserId` string
    - `createdByUserName` string
    - `updatedAt` string, date-time
    - `updatedByApiKeyId` string
    - `updatedByApiKeyLabel` string
    - `updatedByCompanyId` string
    - `updatedByCompanyName` string
    - `updatedByImpersonateId` string
    - `updatedByImpersonateName` string
    - `updatedByUserId` string
    - `updatedByUserName` string
    - `videoFile` string
    - `collaborationStatus` string
    - `collaborationStartDate` string, date-time
    - `retracedRiskScore` string
    - `collaborationEndDate` string, date-time
    - `relationshipType` string
    - `relationshipTypeNames` string
    - `supplyChainTier` string
    - `responsiblePerson` string
    - `responsiblePersonNames` string
    - `vendors` string
    - `vendorsNames` string
    - `agents` string
    - `agentsNames` string

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
