How to deactivate a service for a customer using DEV API

English! place to talk about development, programming and coding
Post Reply
jmkdev
Znuny newbie
Posts: 23
Joined: 16 Jan 2013, 08:21
Znuny Version: OTRS 3.1
Real Name: Jignesh
Company: Cisco

How to deactivate a service for a customer using DEV API

Post by jmkdev »

The DEV api at dev.otrs.org has a method in Kernel::System::Service called "CustomerUserServiceMemberAdd"

I used this method to add services to customer.

Now i want to deactivate the service from customer. Will it work if i set Active=0 ?
jmkdev
Znuny newbie
Posts: 23
Joined: 16 Jan 2013, 08:21
Znuny Version: OTRS 3.1
Real Name: Jignesh
Company: Cisco

Re: How to deactivate a service for a customer using DEV API

Post by jmkdev »

setting active = 0 worked . but it doesnt return any thing :(
Post Reply