AssetLocationModel
Asset location model.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"address": "[LocationAddressModel](/docs/data_types/LocationAddressModel)",
"customer_id": "Integer",
"description": "String",
"holding_yard_id": "Integer",
"in_main_inventory": "Boolean",
"last_moved_on": "String",
"name": "String"
}
Fields
address
Object, Required
customer_id
Integer, Required
Customer identifier.
description
String, Required
Asset location description (customer name, holding yard name, or location name).
- At least 1 and no more than 128 characters.
holding_yard_id
Integer, Required
Holding yard for this asset. Not null if customer_id is null and in_main_inventory is false.
in_main_inventory
Boolean, Required
Currently always true.
last_moved_on
String, Required
Scheduled job completion date.
- Date in an ISO 8601 compatible format.
name
String, Required
Customer name, holding yard name, or location main inventory name.
- At least 1 and no more than 128 characters.