Update service
Partially updates a service. Only the fields provided in the request body will be updated.
Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
The UUID of the service.
Body
Partial update parameters for a service. Only specified fields will be updated.
Update the external identifier for the service.
Update the name of the service.
Update the ledger account identifier. Set to null to remove the account association.
- Account ID
- Account Stable Name
Update the billable rate per minute in cents.
Update the memo.
Update the custom metadata.
Response
Service updated successfully.
The unique identifier of the service.
The UUID of the business this service belongs to.
The name of the service.
Timestamp when the service was created.
Timestamp when the service was last updated.
An optional external identifier for the service, used for idempotency.
The ledger account identifier for revenue tracking.
- Account ID
- Account Stable Name
The ledger account associated with this service.
The billable rate per minute for this service in cents (e.g., 100 = $1.00 per minute or $60.00 per hour).
Optional memo or notes about the service.
Custom metadata for the service.
Timestamp when the service was deleted, or null if not deleted.