Partially update an existing resource.
Set to false to reactivate a previously archived resource, or true to archive it. Only takes effect when included in the request; omit it to leave the archive state unchanged.
Billing entity associated with the resource, defaults to default billing entity if not provided
Stop extras this resource is compatible with. Replaces the existing list when provided. Send an empty list to clear all compatible extras.
External identifier of the resource. Omit to leave the current value unchanged; send "" to clear it. Despite the "" default shown, omitting the field does not clear it.
Locale of the resource. Format: ISO 639-1 language code, optionally followed by a dash and ISO 3166-1 alpha-2 country code.
Note about the resource. Omit to leave the current value unchanged; send "" to clear it. Despite the "" default shown, omitting the field does not clear it.
Related integrations for the resource. The key is the unique code of the integration in Qargo
Resource group to allocate the resource to. Set to null to remove the resource from its current group; omit the field to leave the allocation unchanged. A resource can belong to multiple groups (see resource_groups on the resource); this field manages only its primary allocation.
- PartialDriverResourceInput
- PartialTractorResourceInput
- PartialTruckResourceInput
- PartialVanResourceInput
- PartialTrailerResourceInput
- PartialFullTrailerResourceInput
- PartialChassisResourceInput
- PartialBaseResourceInput
{ "is_archived": true, "billing_entity": { "code": "string" }, "extras": [ { … } ], "name": "string", "external_id": "", "locale": "en", "code": "string", "note": "", "custom_fields": {}, "subcontractor": { "row_id": "63f10953-3e9d-4dde-8a8d-8423a5ddfff4" }, "integrations": { "addsecure1234": { … } }, "driver": { "first_name": "string", "last_name": "string", "email_address": "string", "date_of_birth": "2025-04-10", "phone_number": "+32412345678", "start_stop_location": { … } }, "resource_group": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }
Successful Response
Locale of the resource. Format: ISO 639-1 language code, optionally followed by a dash and ISO 3166-1 alpha-2 country code.
Related integrations for the resource. The key is the unique code of the integration in Qargo
Read-only. True if this is a non-owned (subcontractor) resource. When this resource appears inside a trip, name / license_plate / container_number reflect the per-trip override value if one was set on the resource allocation; otherwise the resource master value is returned. null indicates the value is not yet projected — treat as internal for backwards compatibility.
Timestamp of the last update of the resource
Resource groups this resource currently belongs to (deduplicated and sorted by name). A resource can belong to more than one group. Active allocations are included regardless of their validity window (scheduled, future, or expired); archived allocations are excluded.
- DriverResourceOutput
- TractorResourceOutput
- TruckResourceOutput
- VanResourceOutput
- TrailerResourceOutput
- FullTrailerResourceOutput
- ChassisResourceOutput
- ContainerResourceOutput
{ "row_id": "63f10953-3e9d-4dde-8a8d-8423a5ddfff4", "name": "string", "external_id": "string", "locale": "en", "code": "string", "note": "string", "custom_fields": {}, "subcontractor": { "row_id": "63f10953-3e9d-4dde-8a8d-8423a5ddfff4" }, "integrations": { "addsecure1234": { … } }, "billing_entity": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "legal_name": "Qargo BV", "vat_number": "NL123456789B01", "code": "QARGO", "company_registration_number": "12345678", "is_default": false }, "extras": [ { … } ], "is_active": true, "is_external_resource": true, "timestamp_updated": "2019-08-24T14:15:22Z", "resource_groups": [ { … } ], "driver": { "first_name": "string", "last_name": "string", "email_address": "string", "date_of_birth": "2025-04-10", "phone_number": "+32412345678", "start_stop_location": { … } } }