getAppointmentUserList
getAppointmentUserList
Header Parameters
authorization string required
authorization
application/json
Request Body required
getAppointmentUserListRequest
dealerDepartmentUuidList string[]
requesterUserUuid string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
appointmentUserList object[]
departmentUuid string
isMobileServiceTechnician boolean
isValid boolean
userUuid string
error object
code string
description string
metadata object
property name* string
statusCode int32
warnings object[]
code string
description string
{
"appointmentUserList": [
{
"departmentUuid": "string",
"isMobileServiceTechnician": true,
"isValid": true,
"userUuid": "string"
}
],
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...