The Move object
data object
Possible values: [moves]
attributes required
ID of the client account this move is for.
ID of the property this move is for.
Type of move operation
Possible values: [move_in, move_out]
Date of the move
ID of the associated stay
ID of the user associated with this move.
External reference for the move
move objectnullable
Move details object
First name of the person moving
Last name of the person moving
Phone number
Email address
First line of street address
Second line of street address
Town or city
County
Postcode
Name of the agency/ landlord
Whether the property will be single occupancy (only for move_in)
Number of occupants under 18 (only for move_in)
readings objectnullable
Meter readings object
Whether there is a gas meter
Gas meter point reference number
Gas meter serial number
Gas meter reading
Date of gas meter reading
Electricity meter point administration number
Electricity meter serial number
Electricity meter reading
Date of electricity meter reading
Current status of the move
Possible values: [new, created, complete, cancelled]
Additional details about the move status
Move service provider
ID from the move service provider
Status from the move service provider
{
"data": {
"id": "string",
"type": "moves",
"attributes": {
"client_account_id": 0,
"property_id": 0,
"move_type": "move_in",
"move_date": "2024-07-29",
"stay_id": 0,
"user_id": 0,
"external_reference": "string",
"move": {
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "user@example.com",
"street_line_1": "string",
"street_line_2": "string",
"town_or_city": "string",
"county": "string",
"postcode": "string",
"agency_name": "string",
"single_occupancy": true,
"under_18s_count": 0
},
"readings": {
"has_gas": true,
"gas_mprn": "string",
"gas_meter_serial": "string",
"gas_reading": "string",
"gas_reading_date": "2024-07-29",
"elec_mpan": "string",
"elec_meter_serial": "string",
"elec_reading": "string",
"elec_reading_date": "2024-07-29"
},
"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"
}
}
}