---
title: "Get custom billing schedule for the order"
method: GET
path: "/orders/{orderId}/billing/custom"
tags: ["Orders"]
---

# Get custom billing schedule for the order

`GET /orders/{orderId}/billing/custom`

Get the custom billing schedule for the order

## Path parameters

- `orderId` string, required

## Response `200`

successful operation

- CustomBillingScheduleOutput
  - `id` string
  - `version` 'V1'
  - `orderId` string
  - `orderLines` string[]
  - `schedules` CustomBillingPeriodOutput[]
    - `amount` number
    - `triggerInstant` integer
    - `recurrenceWithCount` CustomBillingRecurrence
      - `recurrence` RecurrenceJson
        - `cycle` 'DAY' | 'MONTH' | 'QUARTER' | 'SEMI_ANNUAL' | 'YEAR' | 'PAID_IN_FULL' | 'CUSTOM', required
        - `step` integer, required
      - `count` integer
    - `periods` BillingPeriod[]
      - `period` Period
        - `start` integer
        - `end` integer
        - `valid` boolean
      - `fullPeriod` Period
        - `start` integer
        - `end` integer
        - `valid` boolean
      - `recurrence` Recurrence
        - `cycle` 'DAY' | 'MONTH' | 'QUARTER' | 'SEMI_ANNUAL' | 'YEAR' | 'PAID_IN_FULL' | 'CUSTOM'
        - `step` integer
        - `display` string
      - `start` integer
      - `end` integer
      - `fullPeriodDuration` Duration
        - `seconds` integer
        - `zero` boolean
        - `nano` integer
        - `negative` boolean
        - `units` TemporalUnit[]
          - `durationEstimated` boolean
          - `duration` Duration — recursive
          - `timeBased` boolean
          - `dateBased` boolean
      - `fullPeriodStart` integer
      - `fullPeriodEnd` integer
  - `isAdhocBilling` boolean
  - `createdOn` integer
  - `updatedOn` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
