---
title: "POST /api/v1/Subscriptions/new-commerce-orders"
method: POST
path: "/api/v1/Subscriptions/new-commerce-orders"
tags: ["Subscriptions"]
---

# POST /api/v1/Subscriptions/new-commerce-orders

`POST /api/v1/Subscriptions/new-commerce-orders`

## Request body

- NewCommerceOrder
  - `customerTenantId` integer
  - `partNumber` string, nullable
  - `billingCycle` 0 | 1 | 2 | 3 | 4 | 5 | 6
  - `termDuration` string, nullable
  - `quantity` integer
  - `customTermEndDate` string, date-time, nullable
  - `scheduledDate` string, date-time, nullable

## Response `200`

Success

- NewCommerceOrderResult
  - `isSuccessful` boolean
  - `errorReasonCode` string, nullable
  - `errorDescription` string, nullable
  - `newCommerceOrderId` string, uuid, nullable
  - `scheduledDate` string, date-time, nullable

---

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