Update a SupplierAsk AIpost https://api.servicem8.com/api_1.0/supplier/{uuid}.jsonOAuth Scope This endpoint requires the following OAuth scope manage_suppliers.Path ParamsuuiduuidrequiredUUID of the SupplierBody ParamsSupplier fields to updateuuiduuidUnique identifier for this recordnamestringThe name of the supplier companybusiness_numberstringBusiness registration number (e.g., ABN, EIN)addressstringPhysical address of the supplier storeemailstringPrimary contact email addressphonestringPrimary contact phone numberaccount_numberstringYour account number with this supplierResponses 200Success - The record was updated successfully 400Bad Request - The request is malformed or contains invalid parameters 401Unauthorized - Authentication credentials are missing or invalid 403Forbidden - You don't have permission to update this resource 404Not Found - The record to update does not exist or has been deleted 429Too Many Requests - You have exceeded the rate limit 500Internal Server Error - An unexpected error occurred on the serverUpdated 7 months ago