CanDeleteCustomer
Determines whether the customer can be deleted or not.
Input
| Name | Type | Description |
| CustomerId | Integer | The Id of the customer. |
Result Set Columns
| Name | Type | Description |
| CanDelete | String | Boolean indicating whether the customer can be deleted or not. |
| Success | String | Whether or not the action was executed with success. |