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": "87e5cb89-928e-4de6-9c01-5500cf668087",
  "_parent_id": "e9c3e969-0775-461a-a3cf-ee0cd378ed35",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "cb6647ff-8465-4649-87de-3e904cfc743b",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "870f3559-b1a5-435b-b93b-183392e6aae3",
    "_parent_id": "3bf9f368-05c9-4483-bf4e-802d421a5356",
    "root_parent_id": "97278b62-6293-4e2d-8c5f-0bc060a28ac3",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "a52888ad-9235-473e-894f-33f9966bfebe",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "dac89b26-2dfc-4f54-a386-cd35fe5367c8",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "30f30e0d-ad46-45b4-aa5c-abcc538bd331",
      "_parent_code": "sample string 6",
      "sales_organization_id": "89d81836-49c8-41fa-9f5d-f3dc137bf218",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
        "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
        "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
        "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-05-07T02:25:37.7522924+00:00"
      },
      "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00"
    },
    "equipment_model_id": "25dfb92d-6ab4-47cf-8a68-8561ef09b864",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "063fd994-ac46-4fd3-8a14-52dbfe88f6e0",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "74d8f7a1-a4eb-49e5-912a-dcef3044e0ff",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "dbd9d7aa-2e29-49c3-b351-69fd46cbe5a5",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "af53d34d-263a-4103-b925-729772af127f",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
          "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
          "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
          "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-05-07T02:25:37.7522924+00:00"
        },
        "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00"
      },
      "equipment_family_id": "7c8ea38e-a19f-4ed5-aba8-1a60514674b3",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "dac89b26-2dfc-4f54-a386-cd35fe5367c8",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "30f30e0d-ad46-45b4-aa5c-abcc538bd331",
        "_parent_code": "sample string 6",
        "sales_organization_id": "89d81836-49c8-41fa-9f5d-f3dc137bf218",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
          "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
          "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
          "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-05-07T02:25:37.7522924+00:00"
        },
        "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00"
      },
      "date_in_production_since": "2025-05-07T02:25:37.7522924+00:00",
      "date_out_of_production_since": "2025-05-07T02:25:37.7522924+00:00",
      "date_end_support": "2025-05-07T02:25:37.7522924+00:00",
      "sales_organization_id": "72d2f037-32bd-4253-84e8-2f1c389f7182",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
        "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
        "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
        "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-05-07T02:25:37.7522924+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-05-07T02:25:37.7522924+00:00"
    },
    "project_status_id": "6ff09bf0-6b14-4510-b354-e86ffa9f9366",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "0f3e8542-9ab0-4703-b76d-a8ac17c2bbbb",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "04459d50-27c6-47dc-b2ea-80216dfe6513",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
        "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
        "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
        "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-05-07T02:25:37.7522924+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00"
    },
    "company_id": "81d95ede-869f-4eea-8591-7dd9e17dfeed",
    "company_code": "sample string 12",
    "db_address_id": "cd0a5096-f5c8-43ee-b7ca-3d0872d893e1",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "22da973e-b015-486f-a246-494d9dc7a294",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "dea8f3ab-2a61-4315-9eee-710d6533f6a9",
    "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-05-07T02:25:37.7522924+00:00",
    "date_create": "2025-05-07T02:25:37.7522924+00:00",
    "date_update": "2025-05-07T02:25:37.7522924+00:00",
    "updated_by_user_id": "bd518c77-20a4-40cb-82b7-e5422efc4854",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2025-05-07T02:25:37.7522924+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-05-07T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2025-05-07T02:25:37.7522924+00:00",
    "date_last_job": "2025-05-07T02:25:37.7522924+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2025-05-07T02:25:37.7522924+00:00",
    "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "b89b46b1-dc28-4910-ae7c-c263901dfdce",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "5344584e-c3e0-476a-94f8-a8483cc65b49",
    "name": "sample string 2",
    "sales_organization_id": "7eefcfc0-d787-4061-b47b-104277a76652",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "285254b6-4db5-455a-9ff7-42abbb7b3537",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "fd7c2914-469d-4c82-852e-bcf8a07e13c0",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "5c5cc930-4fb7-421b-9f18-0395d8e68796",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
      "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
      "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
      "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-05-07T02:25:37.7522924+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00"
  },
  "job_status_id": "44709958-18a5-4df1-bf57-e6d6f100b66d",
  "job_status_code": "sample string 11",
  "db_address_id": "08505157-eb45-4388-82cc-2eba08526775",
  "contact_id": "f2818203-f16e-4454-a461-9e1c0138f00f",
  "requested_by_company_id": "1f64088e-2938-4a19-8a63-8e2a5adaf829",
  "requested_by_contact_id": "81aae663-aed8-4dc3-8f23-75373505eadb",
  "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-05-07T02:25:37.7522924+00:00",
  "due_date": "2025-05-07T02:25:37.7522924+00:00",
  "date_create": "2025-05-07T02:25:37.7522924+00:00",
  "date_update": "2025-05-07T02:25:37.7522924+00:00",
  "date_closed": "2025-05-07T02:25:37.7522924+00:00",
  "suggested_user_id": "97ace8ce-832b-4635-8aad-de5d97c5211e",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "860697db-5c52-426d-98b8-dca46a5e4b5d",
    "db_language_id": "ceae0890-8378-4099-b659-d2e6350c33d2",
    "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-05-07T02:25:37.7522924+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "458519e1-0248-4027-a814-ae590830e801",
    "sales_organization": {
      "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
      "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
      "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
      "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-05-07T02:25:37.7522924+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "8fbfd908-92f7-45dc-8824-2c5cd49a9468",
    "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": "c1ed7b7e-aae2-47ae-aeae-50473dea558b",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "7dd609dd-3831-49c6-90ec-cbd6bbe108b3"
  },
  "suggested_date_start": "2025-05-07T02:25:37.7522924+00:00",
  "skill_id": "7e4d4c41-d98d-4bca-96ac-298ea43e55b2",
  "skill_code": "sample string 32",
  "skill": {
    "id": "66c1b6b2-15c8-4222-bf52-f7e89672c0b5",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "49fda666-0137-412e-a6c4-bdc138b42784",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "e5aa0e79-31bd-4787-8e64-ef348cbdb9ab",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "03a4af58-ad05-4172-9998-999c574ef718",
      "db_currency_id": "1a31bd77-bdde-4a43-9b63-6154319d6df6",
      "db_language_id": "9c76a095-758e-45ce-8693-93283a016a7e",
      "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-05-07T02:25:37.7522924+00:00"
    },
    "modified_dateutc": "2025-05-07T02:25:37.7522924+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "37f43d04-78cb-4070-b1b3-4c7e50021b0b",
  "date_reported_by_company": "2025-05-07T02:25:37.7522924+00:00",
  "id2": 36,
  "company_id": "2e9b64ce-d7eb-43d8-b16a-73393c0af266",
  "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": "67b19ec3-3635-456a-aaf5-053776f7b256",
  "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-05-07T02:25:37.7522924+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.