EnqueueWorkQueueItemResponse ComplexType

Contains the response of the EnqueueWorkQueueItem action.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
workQueueItemId Edm.Guid

The ID of the created work queue item.

Navigation properties

The navigation properties of a complex type contain references to an entity type or a collection of entity types.

Name Type Nullable Description
workQueueItemRecord crmbaseentity False The created work queue item record. Only populated when returnCreated is set to true.

Used by

The following use the EnqueueWorkQueueItemResponse ComplexType.

Name How used
EnqueueWorkQueueItem ReturnType

See also