Skip to main content

The Move object

data object
idstringrequired
typestringrequired

Possible values: [moves]

attributes required
property_idinteger

ID of the property this move is for

move_typestring

Type of move operation

Possible values: [move_in, move_out]

stay_idinteger

ID of the associated stay

user_idinteger

ID of the user associated with this move

statusstring

Current status of the move

Possible values: [new, created, complete, cancelled]

status_detailstring

Additional details about the move status

providerstring

Move service provider

provider_idstring

ID from the move service provider

provider_statusstring

Status from the move service provider

cancelled_atdate-time
created_atdate-time
updated_atdate-time
The Move object
{
"data": {
"id": "string",
"type": "moves",
"attributes": {
"property_id": 0,
"move_type": "move_in",
"stay_id": 0,
"user_id": 0,
"status": "new",
"status_detail": "string",
"provider": "string",
"provider_id": "string",
"provider_status": "string",
"cancelled_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}
}