Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ImmediateBook Action
- Namespace:
- Microsoft.Dynamics.CRM
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 | Contains the response of the ImmediateBook action. |
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. |
