Create Service from Library
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| libraryCode* | path string | |
Request Body*
{
"name": "string",
"description": "string",
"isArchived": false,
"accountingCode": "string",
"defaultManagedByUserCode": "string"
}
Responses
201 Created
401 Unauthorized - Invalid or missing API key
404 Not Found