---
title: "Create Request"
method: POST
path: "/request"
---

# Create Request

`POST /request`

## Request body

- object
  - `request` object, required — Request object
    - `request_title` string, required
    - `customer_uid` string
    - `organization_uid` string
    - `attachments` object
      - `file_name` string, required
      - `url` string, required
      - `file_size` integer
      - `visible_to_customer` boolean
    - `request_due_date` string, date
    - `request_preferred_date1` object
    - `request_preferred_date2` object
      - `start_time` string, date, required
      - `end_time` string, date, required
    - `service_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `billing_address` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `request_priority` 'LOW' | 'MEDIUM' | 'HIGH' | 'URGENT'
    - `request_status` string — request status uid
    - `asset_uid` string
    - `property_uid` string
    - `contract_uid` string
    - `request_source` string — request source uid
    - `request_service` string — request service uid
    - `assigned_to` object
      - `user_uid` string
      - `team_uid` string
    - `request_description` string
    - string

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `request_uid` string

## Other responses

- `400` — 400

---

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