---
title: "Get Service Contract Details"
method: GET
path: "/service_contract/{contract_uid}"
---

# Get Service Contract Details

`GET /service_contract/{contract_uid}`

## Path parameters

- `contract_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `contract_uid` string
    - `customer` object
      - `customer_uid` string
      - `customer_first_name` string
      - `customer_last_name` string
      - `customer_company_name` string
      - `customer_email` string
      - `custom_fields` object[]
        - `label` string
        - `value` string
        - `type` string
        - `hide_to_fe` boolean
        - `hide_field` boolean
        - `read_only` boolean
        - `_id` string
      - `accounts` object
        - `ltv` number
        - `receivables` number
        - `credits` integer
        - `tax` object
          - `tax_exempt` boolean
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
      - `customer_contact_no` object
        - `mobile` string
    - `organization` object
      - `is_active` boolean
      - `is_deleted` boolean
      - `organization_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
        - `email` string
      - `organization_name` string
      - `organization_logo` string
      - `organization_email` string
      - `organization_description` unknown
      - `organization_billing_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
        - `email` string
      - `organization_uid` string
      - `no_of_customers` integer
      - `custom_fields` object[]
        - `label` string
        - `value` string
        - `type` string
        - `hide_to_fe` boolean
        - `hide_field` boolean
        - `read_only` boolean
        - `_id` string
      - `created_at` string
      - `updated_at` string
    - `assets` object[]
      - `asset` object
        - `_id` string
        - `asset_uid` string
        - `asset_code` string
        - `asset_name` string
        - `asset_category` object
          - `is_deleted` boolean
          - `category_name` string
          - `category_description` string
          - `category_uid` string
        - `asset_status` string
        - `asset_serial_number` string
        - `asset_quantity` integer
        - `is_deleted` boolean
        - `is_active` boolean
      - `_id` string
    - `ref_no` string
    - `contract_name` string
    - `description` string
    - `start_date` string
    - `end_date` string
    - `term_months` integer
    - `activation_date` string
    - `billing_address` object
      - `landmark` string
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
    - `customer_address` object
      - `landmark` string
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
    - `approval_status` string
    - `await_approval_by` object
    - `custom_fields` object[]
      - `label` string
      - `value` string
      - `type` string
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `_id` string
    - `payment_history` object[]
      - `payment_history_uid` string
      - `total_amount` integer
      - `status` string
      - `invoice_date` string
      - `due_date` string
      - `billing_date` string
      - `is_paid` boolean
      - `_id` string
    - `booking_settings` object
      - `auto_generate` boolean
    - `job_settings` object
      - `auto_generate` boolean
    - `invoice_settings` object
      - `auto_generate` boolean
      - `billing_period` object
        - `billing_period_uid` string
        - `billing_period_name` string
        - `billing_period_type` string
        - `billing_period_value` integer
        - `is_deleted` boolean
        - `is_active` boolean
      - `generate_invoice_days` integer
      - `payment_term` object
        - `payment_term_name` string
        - `no_of_days` integer
        - `payment_term_uid` string
      - `invoice_template` object
        - `template_name` string
        - `template_description` string
        - `type` string
        - `template_uid` string
      - `send_to_customer` boolean
    - `line_items` object[]
      - `line_item_type` string
      - `line_item_uid` string
      - `product_ref_id` object
        - `product_type` string
        - `product_name` string
        - `product_category` object
          - `category_name` string
          - `category_uid` string
        - `product_uid` string
        - `created_at` string
        - `is_deleted` boolean
        - `is_available` boolean
        - `price` integer
        - `currency` string
        - `quantity` integer
        - `product_manual_link` string
        - `meta_data` object[]
          - `label` string
          - `value` string
          - `type` string
          - `hide_to_fe` boolean
          - `_id` string
        - `product_description` string
        - `product_files` object[]
          - `file_url` string
          - `file_name` string
        - `product_barcode` string
        - `product_image` string
        - `product_id` string
        - `brand` string
        - `specification` string
        - `location_availability` unknown[]
          - unknown
        - `uom` string
      - `product_id` string
      - `product_uid` string
      - `image` string
      - `name` string
      - `brand` string
      - `specification` string
      - `uom` string
      - `description` string
      - `quantity` integer
      - `available_quantity` integer
      - `unit_price` integer
      - `discount` integer
      - `serial_nos` unknown[]
        - unknown
      - `discount_type` string
      - `total` integer
      - `tax` object
        - `tax_name` string
        - `tax_rate` integer
        - `tax_amount` integer
      - `_id` string
    - `tax` object[]
      - `tax_id` object
        - `tax_uid` string
        - `tax_name` string
        - `tax_applicable_to` unknown[]
          - unknown
        - `tax_rate` integer
        - `is_local_tax` boolean
        - `applicable_to` unknown[]
          - unknown
        - `is_active` boolean
      - `tax_uid` string
      - `tax_name` string
      - `tax_percent` integer
      - `tax_amount` integer
      - `_id` string
    - `contract_subtotal` integer
    - `contract_total` integer
    - `contract_package` object
      - `package_name` string
      - `package_description` string
      - `package_terms` integer
      - `package_uid` string
      - `is_deleted` boolean
      - `line_items` object[]
        - `product_ref_id` string
        - `product_id` string
        - `product_uid` string
        - `image` string
        - `name` string
        - `brand` string
        - `specification` string
        - `uom` string
        - `description` string
        - `quantity` integer
        - `available_quantity` integer
        - `unit_price` integer
        - `discount` integer
        - `serial_nos` unknown[]
          - unknown
        - `discount_type` string
        - `total` integer
        - `tax` object
          - `tax_name` string
          - `tax_rate` integer
          - `tax_amount` integer
        - `_id` string
      - `prefix` string
    - `template` object
      - `template_name` string
      - `template_description` string
      - `template` string
      - `template_uid` string
      - `template_options` object
        - `format` string
        - `orientation` string
        - `border` object
          - `top` string
          - `right` string
          - `bottom` string
          - `left` string
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` unknown
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `is_active` boolean
    - `is_expired` boolean
    - `is_deleted` boolean
    - `applicable_locations` unknown[]
      - unknown
    - `attachments` object[]
      - `attachment_uid` string
      - `file_name` string
      - `url` string
      - `created_by` object
        - `user_uid` string
        - `first_name` string
        - `last_name` string
        - `email` string
        - `external_login_id` unknown
        - `home_phone_number` unknown
        - `designation` string
        - `emp_code` string
        - `prefix` unknown
        - `work_phone_number` unknown
        - `mobile_phone_number` unknown
        - `profile_picture` string
        - `hourly_labor_charge` integer
        - `is_active` boolean
        - `is_deleted` boolean
        - `created_at` string
        - `updated_at` string
      - `_id` string
      - `created_at` string
    - `approval_history` unknown[]
      - unknown
    - `created_at` string
    - `updated_at` string
    - `contract_number` integer
    - `type` string[]
    - `items` object
      - `property` object
        - `property_uid` string
        - `property_name` string
        - `no_of_jobs` integer
        - `property_image` string
        - `property_address` object
          - `city` string
          - `state` string
          - `street` string
          - `country` string
          - `landmark` string
          - `zip_code` string
          - `geo_cordinates` number[]
          - `_id` string
        - `custom_fields` object[]
          - `label` string
          - `value` string
          - `type` string
          - `hide_to_fe` boolean
          - `_id` string
        - `is_active` boolean
        - `is_deleted` boolean
        - `created_at` string
        - `updated_at` 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)
