Queue Up
Creates a new walk-in case using the specified service's definitions.
This endpoint requires the Case Manager role.
URL
Headers
Route Params
serviceId: GUID, required.
Input Params
serviceTypeId: (GUID) is the service type for which to book an appointment.
locale (optional): the preferred communication language. It must be one of the languages supported by the organization. Leave empty to use the default organization language.
channel: FaceToFace | Video | Phone - the communication channel for customer service. The service type must support the selected channel.
cusotmerRecordId (optional): the customer this appointment is booked for. Required if the service was configured to require customer ID.
useCustomerContactInfo (boolean): indicates whether to use the customer's phone number and email as the contact information for the case.
contactPhoneNumber (optional): the phone number used to communicate with the customer regarding this case. Required if the service was configured to require a phone number. The value must be a valid ISO-formatted 10-digit phone number.
contactEmail (optional): the email used to communicate with the customer in this case. Required if the service was configured to require an email.
fields (optional): A dictionary of
fieldTypeId
andfieldValue
pairs. 🆕tagIds (optional): An array of tag Ids. 🆕
Response
Appointment created -> 201
Sample response:
Last updated