API Docs / Operations / Service - Packages / Create ServicePackage

Create ServicePackage

POST /tenants/{tenant}/service-packages

Creates a new ServicePackage for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "name": "string",
  "description": "string",
  "isArchived": false,
  "usePackagePricing": false,
  "packagePrice": 0
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found