Updates the work order with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "6d090bcc-01bc-4ecf-ae43-d18d6f91dfbe",
  "_parent_id": "0a04eb69-94a1-4714-9c9b-d98d043e226e",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "578dadba-84ce-4506-8a67-bffdcf1838e9",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "d77a3567-691b-4859-97fc-2fa97085bbc4",
    "_parent_id": "0af49c9c-915b-4c80-a0a0-19bb1e059492",
    "root_parent_id": "27680ace-8fca-4224-8e17-03894af4d759",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "cefcb8ed-bafd-40e1-a960-5052f676c395",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "4238c839-21dd-40f1-ab71-56409692f17a",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "761de110-64c9-4bab-ab20-88fc42b63f6c",
      "_parent_code": "sample string 6",
      "sales_organization_id": "af0806a6-a88a-4879-b616-5cb3e35fbc96",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
        "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
        "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
        "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-01-06T07:48:07.8971833+00:00"
      },
      "modified_dateutc": "2026-01-06T07:48:07.8971833+00:00"
    },
    "equipment_model_id": "ba7963a2-edad-4b9d-8ab0-77c2573b9c18",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "54104922-7289-4b88-a823-b498a5003998",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "17368c19-24b4-453c-8513-d3cd927d66a0",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "52733c07-10fb-4d12-b4b9-17aca15cd2a0",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "d9943a37-f577-40ed-a10c-5644229ea0d7",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
          "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
          "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
          "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-01-06T07:48:07.8971833+00:00"
        },
        "modified_dateutc": "2026-01-06T07:48:07.8971833+00:00"
      },
      "equipment_family_id": "5c0b10b1-3bdc-4c64-a293-b08479a03c48",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "4238c839-21dd-40f1-ab71-56409692f17a",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "761de110-64c9-4bab-ab20-88fc42b63f6c",
        "_parent_code": "sample string 6",
        "sales_organization_id": "af0806a6-a88a-4879-b616-5cb3e35fbc96",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
          "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
          "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
          "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-01-06T07:48:07.8971833+00:00"
        },
        "modified_dateutc": "2026-01-06T07:48:07.8971833+00:00"
      },
      "date_in_production_since": "2026-01-06T07:48:07.8971833+00:00",
      "date_out_of_production_since": "2026-01-06T07:48:07.8971833+00:00",
      "date_end_support": "2026-01-06T07:48:07.8971833+00:00",
      "sales_organization_id": "1317b47d-6843-4ba4-a4dc-19792c9df93f",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
        "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
        "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
        "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-01-06T07:48:07.8971833+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-01-06T07:48:07.8971833+00:00"
    },
    "project_status_id": "851859a4-628b-4de1-a879-0ecc98eca86b",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "47b8dffd-78ef-447d-b022-863ed9275064",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "3dd9eb2f-bd10-40ef-a4ae-40858229c123",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
        "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
        "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
        "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-01-06T07:48:07.8971833+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-01-06T07:48:07.8971833+00:00"
    },
    "company_id": "c79e3af9-dbb8-4a1a-971c-df4bf243ad7a",
    "company_code": "sample string 12",
    "db_address_id": "22bc1f24-7295-44ca-ad70-ec74ef36738d",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "5c0eccd8-8cb8-4632-85bc-69766d98123b",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "02eb4ec5-89e8-4fcc-8a8f-efcba0acfb9f",
    "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-01-06T07:48:07.8971833+00:00",
    "date_create": "2026-01-06T07:48:07.8971833+00:00",
    "date_update": "2026-01-06T07:48:07.8971833+00:00",
    "updated_by_user_id": "2f138707-7e6e-4734-95ae-e08d6feba01a",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2026-01-06T07:48:07.8971833+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-01-06T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2026-01-06T07:48:07.8971833+00:00",
    "date_last_job": "2026-01-06T07:48:07.8971833+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2026-01-06T07:48:07.8971833+00:00",
    "modified_dateutc": "2026-01-06T07:48:07.8971833+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "94dc8d40-20f0-4f44-81d1-288404ea2fcb",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "3e290dc4-57b9-4a9d-8b06-2332b5c2439e",
    "name": "sample string 2",
    "sales_organization_id": "900c0185-8002-48a0-ae2f-f83708596108",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2026-01-06T07:48:07.8971833+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "1c5b79ea-9b17-4c4a-8ff5-4226e93d66d0",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "6d554139-e2ee-4e85-9f25-b0c406774959",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "78b3f80b-cfc1-4435-b820-920d7e662eea",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
      "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
      "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
      "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-01-06T07:48:07.8971833+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-01-06T07:48:07.9128105+00:00"
  },
  "job_status_id": "e2a1bee0-2220-4f6d-9ea5-d62cd289cdb0",
  "job_status_code": "sample string 11",
  "db_address_id": "71831b78-b9d3-4480-8a36-5898d073b0af",
  "contact_id": "374e424a-ddb0-4ae5-a956-37571d8a72a4",
  "requested_by_company_id": "c3e6cb57-f866-45fc-978b-4ce69cd1e326",
  "requested_by_contact_id": "4cf09e3d-6af5-4e54-9b4e-a0cd005c6865",
  "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-01-06T07:48:07.9128105+00:00",
  "due_date": "2026-01-06T07:48:07.9128105+00:00",
  "date_create": "2026-01-06T07:48:07.9128105+00:00",
  "date_update": "2026-01-06T07:48:07.9128105+00:00",
  "date_closed": "2026-01-06T07:48:07.9128105+00:00",
  "suggested_user_id": "2a2a76e2-d997-4ede-b595-dd5637c447f4",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "e28a4696-e0d7-46f6-9890-978ce68251fe",
    "db_language_id": "7687a6d0-190c-4597-8e57-74cad706dce0",
    "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-01-06T07:48:07.9128105+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "3476d16b-0ffd-478d-bf04-39de3f7d53a1",
    "sales_organization": {
      "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
      "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
      "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
      "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-01-06T07:48:07.8971833+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "f7557c97-0b71-4199-ba2a-6089749696bd",
    "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": "70143e46-2d46-4ce3-ac68-197b96c82578",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2026-01-06T07:48:07.9128105+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "d70fff45-86fa-45bd-8381-448a94a7dde6"
  },
  "suggested_date_start": "2026-01-06T07:48:07.9128105+00:00",
  "skill_id": "c4a9da6e-2f17-470a-a0b9-8998e8f9a85e",
  "skill_code": "sample string 32",
  "skill": {
    "id": "bc3dd470-1b1b-42c7-9f4e-f07b09fc4472",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "759163a8-526d-407b-b095-03312fd83d21",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "846de4d2-a628-43c3-8b23-7b6a7c5ef63d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "15c8abec-e322-43c9-90c6-8f4808bb6d86",
      "db_currency_id": "f2c6e07f-1864-47a7-82fc-45c227f55b37",
      "db_language_id": "71c7e703-ebd1-459f-aea5-e9d74bde50b2",
      "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-01-06T07:48:07.8971833+00:00"
    },
    "modified_dateutc": "2026-01-06T07:48:07.9128105+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "13f7e9d7-a988-4361-b7fc-137c7223d2f8",
  "date_reported_by_company": "2026-01-06T07:48:07.9128105+00:00",
  "id2": 36,
  "company_id": "a8be0a69-093e-4227-9e83-8465f3a56699",
  "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": "e363eaaf-8509-4e89-8f0b-2eaed5d66b68",
  "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-01-06T07:48:07.9128105+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.