Skip to main content

ThirdPartyHaulerConnectionModel

Third party hauler connection profile.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"approved_by": "Integer",
"approved_on": "String",
"denied_on": "String",
"is_approved": "Boolean",
"location_id": "Integer",
"provider_id": "Integer",
"provider_name": "String",
"requested_on": "String",
"third_party_hauler_id": "String"
}

Fields

approved_by Integer, Required

Approved by.


approved_on String, Required

Approval date.

  • Date in an ISO 8601 compatible format.

denied_on String, Required

Denial date.

  • Date in an ISO 8601 compatible format.

is_approved Boolean, Required

Approved record state.

  • One of 0, 1, True, False (case insensitive).

location_id Integer, Required

Location identifier.


provider_id Integer, Required

Bin provider identifier.


provider_name String, Required

Name (free text).

  • At least 1 and no more than 64 characters.

requested_on String, Required

Requested date.

  • Date occurring in the past in an ISO 8601 compatible format.

third_party_hauler_id String, Required

Third party hauler identifier.

  • Valid UUID.