|
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.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request DeleteCustomerRelationRequest
- A request object that contains a customer relation ID.
Return Value
CustomerRelationResponseA response object that contains the deleted object.
See Also