ImmediateBook Action

Books an appointment obeying the scheduling engine selected and resource availability. If the resources involved are available at the specified time, this operation creates new appointment record and returns a successful validation result. Otherwise, it returns a failed validation result.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Target
crmbaseentity False True

The appointment to create.

AttachmentIds
Collection( Edm.String ) False False

For internal use only.

EWSUrl
Edm.String True False

For internal use only.

AttachmentToken
Edm.String True False

For internal use only.

Return Type

Type Nullable Description
ImmediateBookResponse False The ImmediateBook action returns the following value.

Entities

Use the ImmediateBook action with these entity types:

Name Display Name Description
appointment Appointment Commitment representing a time interval with start/end times and duration.

See also