FulfillSalesOrderRequest Class

Definition

Contains the data that is needed to fulfill the sales order (order).

public ref class FulfillSalesOrderRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class FulfillSalesOrderRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type FulfillSalesOrderRequest = class
    inherit OrganizationRequest
Public NotInheritable Class FulfillSalesOrderRequest
Inherits OrganizationRequest
Inheritance
FulfillSalesOrderRequest
Attributes

Examples

The following example shows how to use this message. For this sample to work correctly, you must be connected to the server to get an IOrganizationService interface instance. For the complete sample, see the link later in this topic.

Remarks

This message requires Dynamics 365 Sales.

For the Web API use the FulfillSalesOrder action.

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance ofFulfillSalesOrderResponse.

Privileges and Access Rights

To perform this action, the caller must have privileges on the OrderClose entity and access rights on the records specified in the OrderClose property. For a complete list of required privileges, see FulfillSalesOrder message privileges.

Constructors

FulfillSalesOrderRequest()

Initializes a new instance of the FulfillSalesOrderRequest class.

Properties

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
OrderClose

Gets or sets the order close activity associated with the sales order (order) to be fulfilled. Required.

Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
Status

Gets or sets a status of the sales order (order). Required.

Applies to

See also