Activate customer

Activates an inactive Customer. If the activation is made after X days, where X is the value set for ClientSetting CullCustomerDayCount, the Customer data will be lost.

Request
query Parameters
customerId
required
integer <int32>

The internal Id of the Customer to activate.

activatedBy
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/ActivateCustomer