Retrieves the work order with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

jobs
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
_parent_id

Reference to a parent job (in case of Multi Job)

globally unique identifier
_parent_job

Embedded entity "job" for parent (multi job level) when adding/updating job

jobs
_parent_jobs_reference_back_office

Embedded entity "job" for parent (multi job level) using ERP PK when adding/updating job

string
project_id

Foreign key of project for this job

globally unique identifier

Optionally required : project_id, project_reference_back_office or project must be provided

project_reference_back_office

Embedded entity "project" using ERP PK when adding/updating job

string

Optionally required : project_id, project_reference_back_office or project must be provided

project

Embedded entity "project" when adding/updating job

project

Optionally required : project_id, project_reference_back_office or project must be provided

job_type_id

Foreign key of job type for this job

globally unique identifier

Optionally required : job_type_id, job_type_code or job_type must be provided

job_type_code

Embedded entity "job_type" using ERP PK when adding/updating job

string

Optionally required : job_type_id, job_type_code or job_type must be provided

job_type

Embedded entity "job_type" when adding/updating job

job_type

Optionally required : job_type_id, job_type_code or job_type must be provided

job_priority_id

Foreign key of job priority for this job

globally unique identifier
job_priority_code

Foreign key of job status for this job. If you don't know the GUID, use job_type_code

string
job_priority

Embedded entity "job_priority" when adding/updating job

job_priority
job_status_id

Foreign key of job status for this job

globally unique identifier

Optionally required : job_status_id or job_status_code must be provided

job_status_code

Foreign key of job status using code. Use "Canceled,ToBePlanned, Waiting, Pooling, Suggested, Activated or Open" If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added

string

Optionally required : job_status_id or job_status_code must be provided

db_address_id

Foreign key of db_address if job is not on a mobile equipment.Must be the address_id of the location or the equipment

globally unique identifier
contact_id

Foreign key of contact if the main contact of the job is different than the one of the project

globally unique identifier
requested_by_company_id

Foreign key of company if a specific company makes the request for this job

globally unique identifier
requested_by_contact_id

Foreign key of contact to specify why contact of the requested_company_id makes the request

globally unique identifier
reference_back_office

The Id/Ref of the back office for this job. Used by Embedded entity

string

Max length: 50

name

Name of the Job

string

Required

Max length: 255

description

Description of the job

string

Max length: 4000

working_sequence

In case of mutli job, they will be ordered by this sequence

integer
internal_memo

Internal field for communication between BackOffice/Planners/Technicians

string
prejob_information

Information usefull for the technician before start (Call the customer,...)

string
estimated_time

Estimation of the time needed (in minute). Will be used for planning and statistic

integer
earliest_date_plannable

Use this field if there is a minimum date for the planning (Not Before)

date
due_date

Deadline of Max date for the planning (Not After)

date
date_create

Creation date+time

date
date_update

Update date+time

date
date_closed

Date+time job goes to completed

date
suggested_user_id

Foreign key of user if there is a suggested user (used for planning) If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added

globally unique identifier
suggested_user_code

Embedded entity "suggested user" using ERP PK when adding/updating job

string
suggested_user

Embedded entity "sugessted user" when adding/updating job

user
suggested_date_start

Suggested date+time start (used for planning) If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added

date
skill_id

Foreign key of skill if the job requires a specific skill (used for planning)

globally unique identifier
skill_code

Embedded entity "skill" using ERP PK when adding/updating job

string
skill

Embedded entity "skill" when adding/updating job

skill
customer_reference

Reference of this job for the customer

string

Max length: 50

approval_responsible_user_id

In case of multi user job, foreign key of user that is the "WO Leader"

globally unique identifier
date_reported_by_company

Date+time when company reported the problem

date
id2

Internal ID (numeric). Will be used if reference_back_office is empty

integer
company_id

This field will be filled automatically based on the project_id

globally unique identifier
company_code

This field will be filled automatically based on the project_id

string
db_address_name

When mobile equipment, the address to use

string

Max length: 100

db_address_street

When mobile equipment, the address to use and this field is mandatory

string

Max length: 50

db_address_street2

It is sub street

string

Max length: 50

db_address_street_number

When mobile equipment, the address to use

string

Max length: 50

db_address_city

When mobile equipment, the address to use and this field is mandatory

string

Max length: 50

db_address_zip

When mobile equipment, the address to use and this field is mandatory

string

Max length: 50

db_address_db_country_id

When mobile equipment, the address to use

globally unique identifier
db_address_db_country_code

When mobile equipment, the address to use

string
db_address_phone

When mobile equipment, the address to use

string

Max length: 50

db_address_email

When mobile equipment, the address to use

string

Max length: 250

db_address_latitude_decimal

Latitude

decimal number
db_address_longitude_decimal

Latitude

decimal number
estimated_quantity_remark

Description of the parts your technician should use or pick up

string

Max length: 4000

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "93e98272-558b-4720-bc2a-5bbba037206b",
  "_parent_id": "f5692eb8-f5a7-4b96-a274-c28fc10c913c",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "f4ddaf0b-90b2-4f60-a1ef-cfd524434ea9",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "848d33d4-ca74-4d78-afc2-b3baf1c0c3db",
    "_parent_id": "a33bffd1-9638-48ac-a24f-2ae3216523c2",
    "root_parent_id": "a02bfe8d-65e2-4943-aa4d-c90857fb1af2",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "b248f24c-fad6-46d3-94a9-4c33e79af244",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "d7834f49-ea99-465a-9088-4e169eb816f7",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "08998076-dd3d-4123-b0f6-08030af25449",
      "_parent_code": "sample string 6",
      "sales_organization_id": "91bcc669-1946-4c52-bafd-279dbd1eeaa0",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
        "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
        "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
      },
      "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
    },
    "equipment_model_id": "3ed46f68-6405-41a0-b522-81028a4e2dda",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "4b53f162-f919-4280-9781-68538382cc78",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "0a3ec0c6-3cbc-4c23-88e2-e457229d5177",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "aa4241bf-72dc-4027-863b-1cadc33624ad",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "909aeb1a-c314-47c2-a451-4be0bfc2873d",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
          "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
          "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
        },
        "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
      },
      "equipment_family_id": "01d4ab50-5863-4881-901b-60d16454a283",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "d7834f49-ea99-465a-9088-4e169eb816f7",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "08998076-dd3d-4123-b0f6-08030af25449",
        "_parent_code": "sample string 6",
        "sales_organization_id": "91bcc669-1946-4c52-bafd-279dbd1eeaa0",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
          "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
          "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
        },
        "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
      },
      "date_in_production_since": "2026-06-05T05:15:08.4187168+00:00",
      "date_out_of_production_since": "2026-06-05T05:15:08.4187168+00:00",
      "date_end_support": "2026-06-05T05:15:08.4187168+00:00",
      "sales_organization_id": "97d170ee-f7c8-44fc-9cdc-12bd3bb5399c",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
        "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
        "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
      },
      "replacement_period_nb_months": 14,
      "warranty_period_nb_months": 15,
      "translations": [
        {
          "field_name": "sample string 1",
          "language_code": "sample string 2",
          "value_translated": "sample string 3"
        },
        {
          "field_name": "sample string 1",
          "language_code": "sample string 2",
          "value_translated": "sample string 3"
        }
      ],
      "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
    },
    "project_status_id": "acfded60-217d-4bb7-9972-4dab9e14814b",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "12ad8b26-74d9-4d8f-a321-e8bd3512ae98",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "ca728009-4234-41b2-9017-9da8021a2520",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
        "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
        "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
    },
    "company_id": "d46bd598-1535-4cc9-ab81-4134732e695a",
    "company_code": "sample string 12",
    "db_address_id": "390a18e2-7aa2-452b-b98d-9a9b9cdf0dae",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "dcccef39-def3-4ddf-9484-985ecd8a3e34",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "c9015164-6c4f-4124-b381-7ada85e7c1b4",
    "name": "sample string 19",
    "description": "sample string 20",
    "reference_back_office": "sample string 21",
    "serial_number": "sample string 22",
    "barcode": "sample string 23",
    "date_start_production": "2026-06-05T05:15:08.4187168+00:00",
    "date_create": "2026-06-05T05:15:08.4187168+00:00",
    "date_update": "2026-06-05T05:15:08.4187168+00:00",
    "updated_by_user_id": "ada3c883-7795-4f89-8620-e14282612b86",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2026-06-05T05:15:08.4187168+00:00",
    "last_standard_result_score_1": "sample string 30",
    "last_standard_result_score_2": "sample string 31",
    "target_standard_result_score_1": "sample string 32",
    "target_standard_result_score_2": "sample string 33",
    "date_built": "2026-06-05T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2026-06-05T05:15:08.4187168+00:00",
    "date_last_job": "2026-06-05T05:15:08.4187168+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2026-06-05T05:15:08.4187168+00:00",
    "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "b4b9c2e2-5a93-4279-98f6-6cc397a1a3d7",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "07a7af49-e894-4e6c-b94f-88c26d9efe44",
    "name": "sample string 2",
    "sales_organization_id": "92a2e32d-b942-4b05-a3d7-ce36c8efec79",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "a235f334-895e-4093-b47e-80d07fc22644",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "ebc16ea1-4818-4c0d-9f64-d3710610e55b",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "7c439ce5-f414-4f3b-a42e-1404718546bd",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
      "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
      "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
  },
  "job_status_id": "e415b0a7-fc31-4795-a162-bf6e1e7a1be4",
  "job_status_code": "sample string 11",
  "db_address_id": "f29661d6-4240-4e16-996a-e917a4834f65",
  "contact_id": "e1b637db-cdf1-4141-9132-b8a4c237db8c",
  "requested_by_company_id": "68bd3abd-2712-4b6b-b918-a10075d86e90",
  "requested_by_contact_id": "5f9db752-7bae-4019-8d34-335cb196052a",
  "reference_back_office": "sample string 16",
  "name": "sample string 17",
  "description": "sample string 18",
  "working_sequence": 19,
  "internal_memo": "sample string 20",
  "prejob_information": "sample string 21",
  "estimated_time": 22,
  "earliest_date_plannable": "2026-06-05T05:15:08.4343406+00:00",
  "due_date": "2026-06-05T05:15:08.4343406+00:00",
  "date_create": "2026-06-05T05:15:08.4343406+00:00",
  "date_update": "2026-06-05T05:15:08.4343406+00:00",
  "date_closed": "2026-06-05T05:15:08.4343406+00:00",
  "suggested_user_id": "484a3e29-0f88-462b-8f2b-2b4e17d7dfbc",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "33424db0-bb7d-4133-a61c-2bf99e7cc36a",
    "db_language_id": "c01550b5-b399-476b-bcbd-8cf358788962",
    "username": "sample string 3",
    "firstname": "sample string 4",
    "lastname": "sample string 5",
    "code": "sample string 6",
    "archived": true,
    "disabled": true,
    "emergency_contact": "sample string 9",
    "bankaccount": "sample string 10",
    "social_security": "sample string 11",
    "place_of_birth": "sample string 12",
    "nationality": "sample string 13",
    "functions": "sample string 14",
    "birthdate": "2026-06-05T05:15:08.4343406+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "122b2cab-d236-4ddc-97c7-82c4a8be484d",
    "sales_organization": {
      "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
      "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
      "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "3c3fdb15-dbbf-4397-977b-230187e06ba6",
    "email": "sample string 22",
    "phone": "sample string 23",
    "fax": "sample string 24",
    "mobile": "sample string 25",
    "private_email": "sample string 26",
    "private_phone": "sample string 27",
    "private_fax": "sample string 28",
    "private_mobile": "sample string 29",
    "private_street": "sample string 30",
    "private_street_number": "sample string 31",
    "private_city": "sample string 32",
    "private_zip": "sample string 33",
    "private_db_country_id": "e5a07579-03e3-4919-9697-9d7c89a835a3",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2026-06-05T05:15:08.4343406+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "59743344-1e96-41ee-9db9-4c126bddc3c2"
  },
  "suggested_date_start": "2026-06-05T05:15:08.4343406+00:00",
  "skill_id": "3a4fa439-3620-4461-9117-8024e4e361ad",
  "skill_code": "sample string 32",
  "skill": {
    "id": "7c93971d-310e-432a-a9aa-65cc653c8e0c",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "7e14e40b-39ec-4b12-81ae-a74a6f4b3246",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "7e9ed3fd-d8d8-472a-9f18-a26734ff6afb",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "76707246-ad5a-4f01-af58-a0200dbffaba",
      "db_currency_id": "e7b79111-6e0d-4d2b-8fb2-5b80a8fd5b76",
      "db_language_id": "114c22bb-1fbd-422d-93ab-2d72695141ad",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-05T05:15:08.4187168+00:00"
    },
    "modified_dateutc": "2026-06-05T05:15:08.4343406+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "bd1c0626-27ba-47b3-9512-917cdbbaa2c8",
  "date_reported_by_company": "2026-06-05T05:15:08.4343406+00:00",
  "id2": 36,
  "company_id": "2da27479-3d1a-4a26-8822-17ad2719ef40",
  "company_code": "sample string 38",
  "db_address_name": "sample string 39",
  "db_address_street": "sample string 40",
  "db_address_street2": "sample string 41",
  "db_address_street_number": "sample string 42",
  "db_address_city": "sample string 43",
  "db_address_zip": "sample string 44",
  "db_address_db_country_id": "36c71996-91b4-43ce-b52d-b4f6e7c93409",
  "db_address_db_country_code": "sample string 46",
  "db_address_phone": "sample string 47",
  "db_address_email": "sample string 48",
  "db_address_latitude_decimal": 49.0,
  "db_address_longitude_decimal": 50.0,
  "estimated_quantity_remark": "sample string 51",
  "modified_dateutc": "2026-06-05T05:15:08.4343406+00:00"
}