Creates a new work order

Request Information

URI Parameters :

None.

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": "f06a7b24-a0d2-4700-8d04-e84976514cff",
  "_parent_id": "56f3a5c0-c9f6-40bb-8202-0dbf664bf8be",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "80e7a9b4-dde2-454d-ac97-334abbbd4eb4",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "1a66baf9-5bdb-4fe0-95a1-edad236687c9",
    "_parent_id": "99a9a323-1461-4d2b-98e0-5c40ab2a9ed2",
    "root_parent_id": "d7303a8b-e258-4f63-bdd0-6d1b5b92e746",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "25dedecb-4011-4b47-b916-951befc18eaf",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "e2edb0a5-7b70-4435-ba23-4ba47c0cbfc9",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "529dceaa-adbc-4e4f-a79d-28aa3e2a6946",
      "_parent_code": "sample string 6",
      "sales_organization_id": "c7c2f3f5-1dfe-41d2-bd93-ee7fb8777a4e",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
        "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
        "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
        "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": "2025-07-05T18:11:26.8445439+00:00"
      },
      "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00"
    },
    "equipment_model_id": "afca85b3-f531-42d2-8a5b-0cb3d9fd0402",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "4b17d1ca-5692-4f67-bc33-f69af3a3ae49",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "eb24640e-9c4d-4a7a-825f-a86c4476c4c5",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "baa7ae4a-a340-4e37-a7e8-f4a79223d414",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "1748e1ab-2398-4e0b-852a-2cbe00fac0ff",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
          "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
          "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
          "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": "2025-07-05T18:11:26.8445439+00:00"
        },
        "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00"
      },
      "equipment_family_id": "bd827cab-ae72-4cb2-87b4-af896f1dfcb5",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "e2edb0a5-7b70-4435-ba23-4ba47c0cbfc9",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "529dceaa-adbc-4e4f-a79d-28aa3e2a6946",
        "_parent_code": "sample string 6",
        "sales_organization_id": "c7c2f3f5-1dfe-41d2-bd93-ee7fb8777a4e",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
          "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
          "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
          "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": "2025-07-05T18:11:26.8445439+00:00"
        },
        "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00"
      },
      "date_in_production_since": "2025-07-05T18:11:26.8445439+00:00",
      "date_out_of_production_since": "2025-07-05T18:11:26.8445439+00:00",
      "date_end_support": "2025-07-05T18:11:26.8445439+00:00",
      "sales_organization_id": "2c4ed759-6dd9-4ec4-9bf9-963cfce9b721",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
        "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
        "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
        "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": "2025-07-05T18:11:26.8445439+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": "2025-07-05T18:11:26.8445439+00:00"
    },
    "project_status_id": "53f9dfc6-88fa-4f53-a10f-cca446d913ce",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "309aa3ff-e1e0-4f24-a45d-b5c87826071d",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "1d8095bd-6b92-491d-ae6e-7f3f77adf116",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
        "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
        "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
        "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": "2025-07-05T18:11:26.8445439+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00"
    },
    "company_id": "fd94bf22-e9cf-46f2-9376-664d700e7fd2",
    "company_code": "sample string 12",
    "db_address_id": "43b0efc0-5873-4e09-aaa8-d759477713d1",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "83bc65a2-96ba-47e7-8695-451324aef7be",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "c5019553-1464-4cdb-b205-86bdb86ab756",
    "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": "2025-07-05T18:11:26.8445439+00:00",
    "date_create": "2025-07-05T18:11:26.8445439+00:00",
    "date_update": "2025-07-05T18:11:26.8445439+00:00",
    "updated_by_user_id": "99f84b7a-76e1-4cba-a6d5-385c7418665b",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2025-07-05T18:11:26.8445439+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": "2025-07-05T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2025-07-05T18:11:26.8445439+00:00",
    "date_last_job": "2025-07-05T18:11:26.8445439+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2025-07-05T18:11:26.8445439+00:00",
    "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "1415a6f9-f7fd-48c7-b946-538790c5716d",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "a2bdb485-ce16-4d6c-8416-50a5258e922f",
    "name": "sample string 2",
    "sales_organization_id": "541349c2-10c0-461a-8c2e-40c8d767a27e",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "7b17fc39-d693-49bd-8001-0bc186d36c37",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "ec07103b-7095-47b3-86a8-78019f98c04f",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "27c3d53d-378a-4047-8867-392161c4e455",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
      "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
      "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
      "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": "2025-07-05T18:11:26.8445439+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-07-05T18:11:26.8445439+00:00"
  },
  "job_status_id": "46967c44-2f3e-4028-8deb-b5f81a7b271c",
  "job_status_code": "sample string 11",
  "db_address_id": "4cacb7ae-b6af-474c-9224-8414b98a0beb",
  "contact_id": "7edbae79-a3fe-4b8b-9d0a-267518928dfd",
  "requested_by_company_id": "f2e003f1-2b4b-4167-ab93-f0919be70a5e",
  "requested_by_contact_id": "c690fede-d3cd-43e1-bcd2-69270ebe5d5c",
  "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": "2025-07-05T18:11:26.8601572+00:00",
  "due_date": "2025-07-05T18:11:26.8601572+00:00",
  "date_create": "2025-07-05T18:11:26.8601572+00:00",
  "date_update": "2025-07-05T18:11:26.8601572+00:00",
  "date_closed": "2025-07-05T18:11:26.8601572+00:00",
  "suggested_user_id": "c4ddabf5-461d-4785-b44f-cf9cf06f0eee",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "50ee7edb-a7d2-453d-85af-f3297e48880c",
    "db_language_id": "72c7a765-fd78-4e73-9395-a4ac736d67dd",
    "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": "2025-07-05T18:11:26.8601572+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "fa29d4d1-63cf-406c-9f41-350a7228a143",
    "sales_organization": {
      "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
      "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
      "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
      "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": "2025-07-05T18:11:26.8445439+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "4b12c94a-7c5c-4102-a865-d26d0fbceef2",
    "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": "f259dcc8-2559-4820-95a4-efa82ff2871e",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-07-05T18:11:26.8601572+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "2e49f9b5-690c-4d38-9b20-871448465570"
  },
  "suggested_date_start": "2025-07-05T18:11:26.8601572+00:00",
  "skill_id": "6b5a4201-7211-44f8-80ac-4bcb29bd1a57",
  "skill_code": "sample string 32",
  "skill": {
    "id": "a1c02123-1365-428f-ab2e-0d3ef4925fb9",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "e9fd1b43-102f-4246-87b9-e680b5c6527f",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "f5774a48-62cc-4127-ba5c-43ef5123303e",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "30723a22-50c9-40d2-b60d-4e3a23adb5cd",
      "db_currency_id": "ac22e280-5710-43a9-a3bb-0ec6ce2a221b",
      "db_language_id": "10788d3b-530d-4f14-89ce-0f943834d362",
      "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": "2025-07-05T18:11:26.8445439+00:00"
    },
    "modified_dateutc": "2025-07-05T18:11:26.8601572+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "cc236fbd-7ba5-4c0a-8bbd-37de949fc77d",
  "date_reported_by_company": "2025-07-05T18:11:26.8601572+00:00",
  "id2": 36,
  "company_id": "26350ec9-dd88-4a88-abd3-5e70208174e1",
  "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": "123d94ac-4ea6-4da4-8a43-85cd6d821066",
  "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": "2025-07-05T18:11:26.8601572+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.