AppointmentActionCreateCmd
{
"appointmentId": "string",
"appointmentType": "INBOUND",
"serviceType": "string",
"appointmentTime": "string",
"referenceIds": [
"string"
],
"customerIds": [
"string"
]
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| appointmentId | string | false | none | Appointment identifier | |
| appointmentType | string | true | none | Type of appointment action | |
| serviceType | string | true | none | Service type for the action | |
| appointmentTime | string | false | none | Scheduled time for the action | |
| referenceIds | [string] | false | none | List of reference numbers | |
| customerIds | [string] | false | none | List of customer identifiers |
Enum Values
| Property | Value |
|---|---|
| appointmentType | INBOUND |
| appointmentType | OUTBOUND |
| appointmentType | BOTH |