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": "cb1246f2-eb46-4b38-b240-c0e8e1ae063d",
  "_parent_id": "43b7b13d-aabc-4077-bc57-572fa3086979",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "9218c3c9-5a00-485f-bae7-a4890bb0521e",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "13d5782f-79c8-4e81-b193-a0c8f063812c",
    "_parent_id": "3b2243c1-a8a3-4083-b9a8-419f5d73d420",
    "root_parent_id": "04f58bfb-78a6-4a2d-96de-ce8f205bf67d",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "961ba3dc-6efd-473d-b765-6daddb903280",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "7e018c16-7f17-4d34-bd95-333362124ebd",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "040bd50f-fe6c-4cce-9bae-98cbb67c61b2",
      "_parent_code": "sample string 6",
      "sales_organization_id": "27fa2b41-45ac-40ad-91ac-58463708755a",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
        "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
        "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
        "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-19T00:11:45.9387581+00:00"
      },
      "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00"
    },
    "equipment_model_id": "12f03104-5581-4a62-90f5-3a5bb704eee2",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "03f17c3b-2c60-4087-8979-07a57474f8fe",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "4862e2f5-47ee-4b6c-8a18-68ae25829610",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "df4e23f8-508d-4273-aeb9-01037f16cab6",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "e6bcde24-5cbb-4429-bd46-fda1cd96a050",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
          "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
          "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
          "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-19T00:11:45.9387581+00:00"
        },
        "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00"
      },
      "equipment_family_id": "08c90927-92ba-4d0d-9ea2-8941cad4d64b",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "7e018c16-7f17-4d34-bd95-333362124ebd",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "040bd50f-fe6c-4cce-9bae-98cbb67c61b2",
        "_parent_code": "sample string 6",
        "sales_organization_id": "27fa2b41-45ac-40ad-91ac-58463708755a",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
          "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
          "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
          "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-19T00:11:45.9387581+00:00"
        },
        "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00"
      },
      "date_in_production_since": "2025-07-19T00:11:45.9387581+00:00",
      "date_out_of_production_since": "2025-07-19T00:11:45.9387581+00:00",
      "date_end_support": "2025-07-19T00:11:45.9387581+00:00",
      "sales_organization_id": "abdb2997-b608-4dcf-a81d-c2255fea056a",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
        "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
        "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
        "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-19T00:11:45.9387581+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-19T00:11:45.9387581+00:00"
    },
    "project_status_id": "1c46eaa8-ccd3-4e2b-8110-adc8e90e7f43",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "47512b5b-af63-4e01-86ad-727ac83abe19",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "dff2148b-d920-454d-a834-fe761a984510",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
        "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
        "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
        "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-19T00:11:45.9387581+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00"
    },
    "company_id": "d3cdfef6-5885-4488-a734-e729961ea792",
    "company_code": "sample string 12",
    "db_address_id": "27d6204f-edc9-423a-8fe1-5c7747c7b7a0",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "3da54e53-ba95-44e0-8793-8e26e5d706bc",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "0421e1d9-237d-48df-a04c-9b4fc7e7d4da",
    "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-19T00:11:45.9387581+00:00",
    "date_create": "2025-07-19T00:11:45.9387581+00:00",
    "date_update": "2025-07-19T00:11:45.9387581+00:00",
    "updated_by_user_id": "8b43c76d-6a5a-4733-83af-ecd122fd96f3",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2025-07-19T00:11:45.9387581+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-19T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2025-07-19T00:11:45.9387581+00:00",
    "date_last_job": "2025-07-19T00:11:45.9387581+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2025-07-19T00:11:45.9387581+00:00",
    "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "179a392d-85e1-4bdd-90a4-0f8c919ee323",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "2430a18d-d2fa-4a71-baec-0bd88ac7b127",
    "name": "sample string 2",
    "sales_organization_id": "66754bd1-c26f-4a05-bdce-bca6917f78b2",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "1c5ff907-a0fc-4edd-b748-d460a143ab70",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "8e6ac940-85dc-4eb5-9eb0-7709749807d6",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "195ad271-8c4a-47ec-bdc5-cad59395da9a",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
      "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
      "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
      "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-19T00:11:45.9387581+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00"
  },
  "job_status_id": "9a88bf7e-f44b-4839-b9cc-c08d17465c1e",
  "job_status_code": "sample string 11",
  "db_address_id": "9987e6b7-b1c6-4b1f-af67-5b31fdd3a783",
  "contact_id": "06cac4af-a2c0-4b33-b34a-54d3905ed679",
  "requested_by_company_id": "f292cfd9-08b2-45bb-971c-c47abe4f5fe2",
  "requested_by_contact_id": "dff43c7c-cffc-40e1-abc7-bfd04605d369",
  "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-19T00:11:45.9387581+00:00",
  "due_date": "2025-07-19T00:11:45.9387581+00:00",
  "date_create": "2025-07-19T00:11:45.9387581+00:00",
  "date_update": "2025-07-19T00:11:45.9387581+00:00",
  "date_closed": "2025-07-19T00:11:45.9387581+00:00",
  "suggested_user_id": "7a192fda-05b2-411d-abd6-aafb5bb50e00",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "8b0c2426-8b95-48d7-9735-2aeaeebbd42a",
    "db_language_id": "ac171c12-b536-4637-a4de-92a7421307b9",
    "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-19T00:11:45.9387581+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "444a5d61-a8a6-46ae-a8cc-0d65df5c7af8",
    "sales_organization": {
      "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
      "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
      "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
      "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-19T00:11:45.9387581+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "caba4983-5745-468f-a40b-371fb46afd80",
    "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": "14b20b49-24de-4aca-80f2-88cebbc2144e",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "f34769b3-321c-4fbc-93fc-75ee9aac4d51"
  },
  "suggested_date_start": "2025-07-19T00:11:45.9387581+00:00",
  "skill_id": "d6455992-93db-42eb-b54d-a045fdcc5179",
  "skill_code": "sample string 32",
  "skill": {
    "id": "62f462e7-1acd-4504-b65b-4b74d9a9dadc",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "4e55b6df-6107-4078-8468-62fbe11ea27b",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "0d3aff02-3be3-4428-976e-32d1aa405e2f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "a64bf722-7873-4614-b479-2ef64de74bda",
      "db_currency_id": "f8f607b4-e1d9-416b-b50c-774931d51d71",
      "db_language_id": "4ae10e45-a82d-4f90-8938-04b65a1b19e3",
      "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-19T00:11:45.9387581+00:00"
    },
    "modified_dateutc": "2025-07-19T00:11:45.9387581+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "2ec1a694-feb6-46f2-9267-03af38ffac39",
  "date_reported_by_company": "2025-07-19T00:11:45.9387581+00:00",
  "id2": 36,
  "company_id": "b312fd3b-018e-43db-9be0-6d610310a452",
  "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": "fdd6d757-2196-46ba-9c4d-31496236fe10",
  "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-19T00:11:45.9387581+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.