Suppliers
Update a Supplier
OAuth Scope
This endpoint requires the following OAuth scope manage_suppliers.
post/supplier/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Supplier
Request body
Example request
{
"uuid": "123e4567-827b-4718-855f-23f94cee909b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}