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": "d98ba552-9323-4fa5-b361-e89e35ca48fe",
  "_parent_id": "082f0bcd-d3ad-46cc-a760-1a64e82c94f2",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "b751deee-a25c-4969-926f-53fefa86a324",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "d21a2ee6-3055-403b-93c9-0d435105cdf0",
    "_parent_id": "1de3fb13-a959-4d3e-b274-97fce4673a2d",
    "root_parent_id": "204ee5c3-a05a-4097-af22-a8b98ea4e3c4",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "ae731bfa-854a-4e16-9322-6f395d7cd4d2",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "18d533c9-0971-400a-8f88-502bb74b290b",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "d2ceeb7d-b848-44fe-b66d-b588e0f1149a",
      "_parent_code": "sample string 6",
      "sales_organization_id": "218dd0c8-5b50-4f19-a86f-42a852d2fd48",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
        "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
        "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
        "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-05-25T11:33:45.6496422+00:00"
      },
      "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00"
    },
    "equipment_model_id": "f81d87bf-3975-4967-be7d-f80656781ae4",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "76bf9ec2-e1a2-468a-ac36-acaebdb9383c",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "7c15ef8a-f411-415f-b69f-a1ae333fc881",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "3af77e07-2b37-49f2-9f14-eba9ec2e1c2c",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "2058d2ff-8229-442a-b5c2-a7dce51207e6",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
          "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
          "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
          "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-05-25T11:33:45.6496422+00:00"
        },
        "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00"
      },
      "equipment_family_id": "f0f88f37-1d16-40e8-b39d-4338d1a7fc60",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "18d533c9-0971-400a-8f88-502bb74b290b",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "d2ceeb7d-b848-44fe-b66d-b588e0f1149a",
        "_parent_code": "sample string 6",
        "sales_organization_id": "218dd0c8-5b50-4f19-a86f-42a852d2fd48",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
          "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
          "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
          "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-05-25T11:33:45.6496422+00:00"
        },
        "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00"
      },
      "date_in_production_since": "2026-05-25T11:33:45.6496422+00:00",
      "date_out_of_production_since": "2026-05-25T11:33:45.6496422+00:00",
      "date_end_support": "2026-05-25T11:33:45.6496422+00:00",
      "sales_organization_id": "4908fe7a-ed4f-4b25-a6fa-45bbef99bb01",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
        "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
        "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
        "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-05-25T11:33:45.6496422+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-05-25T11:33:45.6496422+00:00"
    },
    "project_status_id": "ee266797-ebe9-4b0c-9c00-a2533c4618ec",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "d116bf4c-89a8-4895-9d05-c87bee60ce51",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "2595d645-62ba-4185-a6be-27de6ae00de4",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
        "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
        "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
        "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-05-25T11:33:45.6496422+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00"
    },
    "company_id": "28ce6f9a-1728-46b5-b87c-0268b36c7532",
    "company_code": "sample string 12",
    "db_address_id": "a8a96251-140c-44df-9012-75908deda49e",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "bfeae87e-4f76-466e-9a40-8840ac328521",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "d4878fa0-7c28-470d-a835-1588b2ad6ed3",
    "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-05-25T11:33:45.6496422+00:00",
    "date_create": "2026-05-25T11:33:45.6496422+00:00",
    "date_update": "2026-05-25T11:33:45.6496422+00:00",
    "updated_by_user_id": "06fd6c4d-f4a3-467b-bc80-10ddb25fe7a4",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2026-05-25T11:33:45.6496422+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-05-25T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2026-05-25T11:33:45.6496422+00:00",
    "date_last_job": "2026-05-25T11:33:45.6496422+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2026-05-25T11:33:45.6496422+00:00",
    "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "f8b2ab99-ac7d-44ed-9e7b-9a49d8c1f247",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "dce3de7e-8d71-4249-9e69-efa02d8165ff",
    "name": "sample string 2",
    "sales_organization_id": "845a4d5e-dbd0-4a60-8bb7-0c701cbd5d31",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "0c93a408-490d-440f-9656-13f2ea7e00c5",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "fe95aff5-b81a-4dcf-8d43-93a6183aa345",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "039f6fcb-f155-4049-b6c4-5119413c5950",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
      "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
      "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
      "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-05-25T11:33:45.6496422+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00"
  },
  "job_status_id": "fb48fade-07e9-405f-b6b1-765a929d13bd",
  "job_status_code": "sample string 11",
  "db_address_id": "74fed5b2-e5b6-4485-91a2-b900f0329987",
  "contact_id": "84e5e782-3873-41fa-a4d4-b67fc257d81e",
  "requested_by_company_id": "08764f1e-094d-453e-a147-bd7099d4a0c3",
  "requested_by_contact_id": "b1132a3c-0d5f-4f03-93c5-9b149f6b5436",
  "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-05-25T11:33:45.6496422+00:00",
  "due_date": "2026-05-25T11:33:45.6496422+00:00",
  "date_create": "2026-05-25T11:33:45.6496422+00:00",
  "date_update": "2026-05-25T11:33:45.6496422+00:00",
  "date_closed": "2026-05-25T11:33:45.6496422+00:00",
  "suggested_user_id": "752004d0-8caa-4d88-b443-2e7f07694da7",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "41c56ebb-5d9e-4776-b5a2-b1737be6d458",
    "db_language_id": "eea8dafc-dce4-4da5-8a47-5cfdd5b8a6b9",
    "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-05-25T11:33:45.6496422+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "9cd0042c-204b-4ecb-a58f-51e949dee130",
    "sales_organization": {
      "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
      "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
      "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
      "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-05-25T11:33:45.6496422+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "808e11bf-610d-4e83-8336-bb886d928d5c",
    "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": "2824ae52-ab80-46fa-ad17-c0152530b58e",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "57f6e1e4-b924-4c7b-a104-7deda52c9e0c"
  },
  "suggested_date_start": "2026-05-25T11:33:45.6496422+00:00",
  "skill_id": "6e851034-d4c4-469c-b8a7-1e79a1f49cb8",
  "skill_code": "sample string 32",
  "skill": {
    "id": "0d4d1c8c-3902-4f34-9dec-636a750db6cf",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "db6fd9b4-4098-4ccb-b4d5-68286ac3b6cd",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "a1b0c01b-9344-4890-8b28-142eb87cf4d3",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "19488606-36cb-41d4-964e-1f37019bf443",
      "db_currency_id": "14458416-ba18-4a6d-86fb-9e623a228047",
      "db_language_id": "d5174c72-680c-4072-b7cc-0cbfe138bf65",
      "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-05-25T11:33:45.6496422+00:00"
    },
    "modified_dateutc": "2026-05-25T11:33:45.6496422+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "99ee4cf2-f9e3-4e0b-98d4-fb7cbe7806e4",
  "date_reported_by_company": "2026-05-25T11:33:45.6496422+00:00",
  "id2": 36,
  "company_id": "8ba22dd7-cff5-47df-9903-87730096d969",
  "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": "77f454fb-7187-4530-a93d-db755c2827f4",
  "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-05-25T11:33:45.6496422+00:00"
}