Server.saveHostingCustomer (Method)
Updates an existing hosting customer record.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
customerID | CustomerID | Required | A customer's ID. |
name | PlainText_NonNull_100 | Required | A customer's name. |
description | PlainText_2000 | Required | A customer's description. |
customizationMapping | CFMapping_EmptyString | Optional. Defaults to an empty string. | ColdFusion mapping for customer-specific customization components. Empty string if no customizations are needed. |
Context:
License Requirements | None |
Permission Requirements | server:ManageCustomers |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the server level, calls to this method will be logged |
Customization | This method may be customized at the server level |
Error Codes:
Code | Error Message |
---|---|
41000 | No customer record found with the given ID. |
Notes:
None