Update existing laptop owner mapping
Select
SaaS
Customer Managed
API to update existing laptop owner mapping
- application/json
Request Body
List of laptop owner mappings to update.
laptopOwnerMapping object[]
id int32 requiredUnique Id
serialNumber stringThis is the serial number
laptopName stringname of the laptop
host stringhost name of the laptop
ownerEmail stringEmail address of the owner
ownerUPN stringUPN of the owner
osType stringPossible values: [
MAC
,WIN
]OS type of the laptop. Can be LINUX or MAC
company object
id int32name stringconfigured booleanThis indicates if the laptop has been installed or not
client object
id int32name stringerror object
errorMessage stringerrorCode int32
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...