TargetUpdateOrderClose Class
Specifies the parameters needed to update an order close activity.
The TargetUpdateOrderClose class inherits from TargetUpdate. It exposes the following members.
Constructor | Description |
TargetUpdateOrderClose | Initializes a new instance of the TargetUpdateOrderClose class. |
Field | Description |
OrderClose | Specifies the order close activity entity. |
Remarks
Pass an instance of this class as the target parameter in the UpdateRequest class. To perform this action, the caller must have prvWriteActivity privilege and access rights on the entity instance specified in the request class.
See Also