Service Items
Update a Service Item
Make changes to a service item. <br> Always use ?identifier= in url param to identify the service item uniquely. <br>Any blank parameter deletes an old value, any unspecified parameter does nothing
patch/service-items/{id}
Path parameters
idstring required
The uberall unique ID for the service item you want to update
Request body
Example request
{
"currency": "USD"
}Response
Service Item successfully updated