DumpDestinationModel
Job dump destination profile.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"address": "[DumpDestinationAddressModel](/docs/data_types/DumpDestinationAddressModel)",
"contact": "[DumpDestinationContactModel](/docs/data_types/DumpDestinationContactModel)",
"description": "String",
"id": "Integer",
"is_holding_yard": "Boolean",
"location_id": "Integer"
}
Fields
address
Object, Required
contact
Object, Required
description
String, Required
Dump destination description.
- At least 0 and no more than 100 characters.
id
Integer, Required
Dump destination record identifier.
is_holding_yard
Boolean, Required
Location is holding yard.
- One of 0, 1, True, False (case insensitive).
location_id
Integer, Required
Location identifier.