public class DeleteSalesOrderOperation
extends com.mulesoft.connectors.dynamics365bc.internal.operation.BaseRestOperation
| Constructor and Description |
|---|
DeleteSalesOrderOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSalesOrder(CitizenMicrosoftDynamics365Configuration config,
com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection,
String companyId,
String entityId,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> callback)
Deletes a single Sales Order
|
@Throws(value=com.mulesoft.connectors.dynamics365bc.internal.error.provider.DeleteODataErrorProvider.class)
@DisplayName(value="Delete Sales Order")
@MediaType(value="application/json")
public void deleteSalesOrder(@Config
CitizenMicrosoftDynamics365Configuration config,
@Connection
com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection,
@MetadataKeyId @Expression(value=NOT_SUPPORTED) @OfValues(value=DelegateCompanyNameValueProvider.class) @DisplayName(value="Company") @Summary(value="Name of the Company that the action should apply to")
String companyId,
String entityId,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> callback)
config - the configuration to useconnection - the connection to usecompanyId - ID of the companystreamingHelper - the StreamingHelpercallback - the operation's CompletionCallbackCopyright © 2023 MuleSoft, Inc.. All rights reserved.