updateAppointment
updateAppointment
Path Parameters
appointment_uuid string required
appointment_uuid
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
- Array [
- ]
appointmentKey string
appointmentMetaData object
dmsMetaData object
dealerAssociateId string
description string
title string
Possible values: [SUCCESS
, FAILURE
]
type string
Possible values: [PUSH
, PULL
]
vehicleUuid string
assignedUser object
departmentUuid string
isMobileServiceTechnician boolean
isValid boolean
userUuid string
customerVehicleUuid string
dealerDepartmentUuidList string[]
destinationAddress string
destinationLatitude double
destinationLongitude double
emailPreference boolean
internalNotes string
lastMileage string
notifyCustomer boolean
orderNumber string
orderUuid string
platform string
Possible values: [DEALER_APP
, WEB
, MOBILE_APP
, DMS
, TRANSPORTATION_EVENTS_CONSUMER
]
preferredDate string
publicNotes string
quickOpList object[]
description string
laborOpCode string
opCodeDuration string
opCodeName string
quickOpLiteUUID string
totalPrice string
requesterUserUuid string
serviceAdvisor object
departmentUuid string
isMobileServiceTechnician boolean
isValid boolean
userUuid string
serviceEndTime string
serviceStartTime string
sprinterVehicleUuid string
status string
Possible values: [PENDING_APPROVAL
, SCHEDULED
, TRIP_IN_PROGRESS
, TECHNICIAN_ARRIVED
, SERVICE_IN_PROGRESS
, SERVICE_COMPLETED
, CANCELLED
, COMPLETED
, DECLINED
]
textPreference boolean
updatedByUser object
departmentUuid string
isMobileServiceTechnician boolean
isValid boolean
userUuid string
Responses
- 200
- 204
- 401
- 403
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
appointmentUUID string
error object
code string
description string
metadata object
property name* string
statusCode int32
warnings object[]
code string
description string
{
"appointmentUUID": "string",
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
No Content
Unauthorized
Forbidden
Loading...