Click or drag to resize
Infosoft Logo

ICustomerRelationServiceDeleteCustomerRelation Method

Deletes either a single customer relation with a given ID, or multiple customer relations with a list of ID's. These will be deleted in one transaction, so if one fails they all fail.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  DeleteCustomerRelationRequest
A request object that contains a customer relation ID.

Return Value

CustomerRelationResponse
A response object that contains the deleted object.
See Also