API Docs
YMS API
Data Models
Appointment
Appointment Action Create CMD

AppointmentActionCreateCmd

{
  "appointmentId": "string",
  "appointmentType": "INBOUND",
  "serviceType": "string",
  "appointmentTime": "string",
  "referenceIds": [
    "string"
  ],
  "customerIds": [
    "string"
  ]
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
appointmentIdstringfalsenoneAppointment identifier
appointmentTypestringtruenoneType of appointment action
serviceTypestringtruenoneService type for the action
appointmentTimestringfalsenoneScheduled time for the action
referenceIds[string]falsenoneList of reference numbers
customerIds[string]falsenoneList of customer identifiers

Enum Values

PropertyValue
appointmentTypeINBOUND
appointmentTypeOUTBOUND
appointmentTypeBOTH