Skip to main content

DumpDestinationModel

Job dump destination profile.

Breaking Changes

No breaking changes.

Examples

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

DumpDestinationAddressModel


contact Object, Required

DumpDestinationContactModel


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.