Newer Version Available

This content describes an older version of this product. View Latest

Service Appointment Input

Input representation for service appointment.
Root XML tag
<serviceAppointment>
JSON example
1{
2  "serviceAppointment": {
3    "parentRecordId": "001RM000004PhDgYAK",
4    "workTypeId": "08qRM0000004LyJYAU",
5    "serviceTerritoryId": "0HhRM0000004MNd0AM",
6    "schedStartTime": "2019-10-30T13:00:00.000Z",
7    "schedEndTime": "2019-10-30T14:00:00.000Z",
8    "street": "1 Market Street",
9    "city": "San Francisco",
10    "state": "CA",
11    "postalCode": "94105",
12    "country": "USA",
13    "appointmentType": "In Person",
14    "extendedFields": []
15  }
16}
Properties
Name Type Description Required or Optional Available Version
additionalInformation String Additional information about the service appointment. Optional 48.0
appointmentType String Represents the type of appointment. Optional 48.0
city String City where the appointment is completed. Optional 48.0
comments String Comments about the appointment. Optional 48.0
contactId String Contact associated with the parent record. Optional 48.0
country String Country where the appointment is completed. Optional 48.0
description String Description of the appointment. Optional 48.0
extendedFields Extended Fields Input[] Custom fields. Optional 48.0
parentRecordId String Parent record associated with the appointment. Required 48.0
postalCode String Postal code where the appointment is completed. Optional 48.0
schedEndTime String Time at which the appointment is scheduled to end. Optional 48.0
schedStartTime String Time at which the appointment is scheduled to start. Optional 48.0
serviceTerritoryId String Service territory associated with the appointment. Optional 48.0
state String State where the service appointment is completed. Optional 48.0
street String Street number and name where the service appointment is completed. Optional 48.0
subject String Short phrase describing the appointment. Optional 48.0
workTypeId String Work type associated with the service appointment. If specified, it is added to the service appointment record. Optional 48.0