Service
Edit Service
Allows a user to edit the details of an existing service. This can include changes in payment method, adjusting automatic collection, and marking for cancellation at the end of a period.
PATCH
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Headers
Content type for the request body as application/json.
Path Parameters
ID of the Service to edit
Body
application/json
Parameters required to edit the service.
Comment regarding the cancellation.
Feedback reasons for cancellation.
New payment method ID.
Flag to determine if service charge should be automatic.
Indicates if the service should be canceled at the end of the period.
Arbitrary metadata object associated with the service. Constraints
- Must be a valid, non-nested JSON object.
- Maximum 30 keys.
- Each value's string representation ≤ 300 characters.
- Total size ≤ 32KB.