Inactivate customer

Inactivates a Customer. The user account associated with this customer will no longer be able to login. Inactivated Customers can be activated again if activated before X days, where X is the value set for ClientSetting CullCustomerDayCount.

Request
query Parameters
customerId
required
integer <int32>

The internal Id of the Customer to inactivate.

inactivatedBy
required
integer <int32>

Account internal id of current user. Do not use default value.

Responses
200

Success

500

Internal Server Error

post/CustomerService.svc/rest/InactivateCustomer