API Docs / Operations / Services / Create Service from Library

Create Service from Library

POST /api/tenants/{tenant}/services/library/{libraryCode}/create

Creates a new BillableService for the tenant based on a library template. Provide a request body to specify any property overrides from the library template.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

libraryCode* path string
{
  "name": "string",
  "description": "string",
  "isArchived": false,
  "accountingCode": "string",
  "defaultManagedByUserCode": "string"
}

Responses

401 Unauthorized - Invalid or missing API key
404 Not Found