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": "27d42cdd-6616-488c-a66c-f62ccd2a90fd",
  "_parent_id": "b3114772-e07e-4ae4-9d18-dcdcae87d7e1",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "2f0eed6f-eb85-46b9-b777-6c2116dd4c97",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "d3d1a73a-8ba5-44c8-888b-4bb3903fbb3c",
    "_parent_id": "603e787f-c2c7-47c5-b65c-1a241c14758f",
    "root_parent_id": "8b5cc644-db8c-4fd5-b09d-6cf72698a08b",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "655d8ca4-1cbc-46a8-92a3-3275978a8745",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "83b172d8-4406-4465-99f6-e34a5b36f5e3",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "92ed9ee5-6661-469d-9348-595d664c2f49",
      "_parent_code": "sample string 6",
      "sales_organization_id": "c58ebfbe-2221-40eb-974e-b95defa59b16",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
        "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
        "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
        "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-11-13T17:22:55.5727515+00:00"
      },
      "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00"
    },
    "equipment_model_id": "16d6a168-cb88-46cc-a64c-4868211559d1",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "1f14194c-cb1a-40f8-b082-6296877a3ac8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "f9e3ebac-7d12-42bc-bb5f-512e979337f0",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "a8aa59db-e89d-40c2-b89f-5634cbc940b5",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "1a6a3c1f-e0d7-4573-9aa8-5edfbf5a71cb",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
          "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
          "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
          "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-11-13T17:22:55.5727515+00:00"
        },
        "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00"
      },
      "equipment_family_id": "fe2030dd-ac4d-4fcf-9919-e94ef4af0cdf",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "83b172d8-4406-4465-99f6-e34a5b36f5e3",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "92ed9ee5-6661-469d-9348-595d664c2f49",
        "_parent_code": "sample string 6",
        "sales_organization_id": "c58ebfbe-2221-40eb-974e-b95defa59b16",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
          "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
          "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
          "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-11-13T17:22:55.5727515+00:00"
        },
        "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00"
      },
      "date_in_production_since": "2025-11-13T17:22:55.5727515+00:00",
      "date_out_of_production_since": "2025-11-13T17:22:55.5727515+00:00",
      "date_end_support": "2025-11-13T17:22:55.5727515+00:00",
      "sales_organization_id": "d11ddeac-d9c6-477c-9a41-19c6946e6bce",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
        "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
        "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
        "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-11-13T17:22:55.5727515+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-11-13T17:22:55.5727515+00:00"
    },
    "project_status_id": "ecadf28b-4b25-423f-a3ae-eec22dcb3668",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "b66f45ca-76be-4973-be09-42cb8a00be89",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "5a25ce4d-0f01-4cd4-94e5-e888888247bc",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
        "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
        "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
        "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-11-13T17:22:55.5727515+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00"
    },
    "company_id": "107c239b-b981-4cdf-951b-833f6b24814e",
    "company_code": "sample string 12",
    "db_address_id": "49c25102-104a-4fb1-a213-1899e350543d",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "e9cda225-4a27-4cc6-8a17-309e3e2a34d2",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "0bcf96a1-b181-46df-8b94-d455ca39fd11",
    "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-11-13T17:22:55.5727515+00:00",
    "date_create": "2025-11-13T17:22:55.5727515+00:00",
    "date_update": "2025-11-13T17:22:55.5727515+00:00",
    "updated_by_user_id": "65a99693-ca5d-47c2-a481-ec39e490157c",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2025-11-13T17:22:55.5727515+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-11-13T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2025-11-13T17:22:55.5727515+00:00",
    "date_last_job": "2025-11-13T17:22:55.5727515+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2025-11-13T17:22:55.5727515+00:00",
    "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "69dd33f1-75be-46b6-b1ef-0ea4aa4ee5eb",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "d9e98e1c-d480-4ef7-863b-a1e88e9631d3",
    "name": "sample string 2",
    "sales_organization_id": "b773ce24-0276-41e3-83ac-fbf253c7de26",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "bc1d0a40-863f-4b68-9db7-a91e31f1cfb3",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "976446b8-65ac-4a53-877e-07e18533a8c4",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "0ba10a2d-1c1f-4949-9e77-763d5a5efd6a",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
      "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
      "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
      "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-11-13T17:22:55.5727515+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00"
  },
  "job_status_id": "5918b8e5-7cb6-4a22-8d77-86e799073d3a",
  "job_status_code": "sample string 11",
  "db_address_id": "cea82e9d-fb8a-4367-8d5d-ef64680e0de4",
  "contact_id": "a76f3d5b-d263-41e8-9d3a-d18311ee5dbe",
  "requested_by_company_id": "6674da68-3532-4b64-bc98-44847e316340",
  "requested_by_contact_id": "97ee4af6-0502-4ddc-b187-050252cf0518",
  "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-11-13T17:22:55.5727515+00:00",
  "due_date": "2025-11-13T17:22:55.5727515+00:00",
  "date_create": "2025-11-13T17:22:55.5727515+00:00",
  "date_update": "2025-11-13T17:22:55.5727515+00:00",
  "date_closed": "2025-11-13T17:22:55.5727515+00:00",
  "suggested_user_id": "0898a28d-0423-4d68-9144-2ce33da3140d",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "782f7c02-b8d7-4dd5-b10a-a3e37a484925",
    "db_language_id": "49b635c5-cb6e-4946-8d89-4432e5019bb6",
    "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-11-13T17:22:55.5727515+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "4a15ad25-49e1-47c6-8e2b-15d89e0f1816",
    "sales_organization": {
      "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
      "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
      "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
      "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-11-13T17:22:55.5727515+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "c824f903-da93-4c2a-88a0-b52ad3c5abc3",
    "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": "ace1169e-e13f-4be3-b16c-2a584905c121",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "7e3883d1-e7be-42de-96f0-031fe6dba14b"
  },
  "suggested_date_start": "2025-11-13T17:22:55.5727515+00:00",
  "skill_id": "535464d1-f961-4798-ac30-7529eb0dbf9b",
  "skill_code": "sample string 32",
  "skill": {
    "id": "6d671871-eb62-48d7-b26d-00ff4a9d9bbb",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "44f5b499-38b5-44cd-8823-1e406ab01ee6",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "c0b6b419-032e-40b2-9c0f-43f00b69dfd8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "d0d94954-2691-4db7-b1ff-1b6a75094e2c",
      "db_currency_id": "22989f70-e84d-4d24-8eea-5d2be0d1a69c",
      "db_language_id": "4bb040fb-b3f3-43e7-b074-412d35c9b99b",
      "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-11-13T17:22:55.5727515+00:00"
    },
    "modified_dateutc": "2025-11-13T17:22:55.5727515+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "24b147d9-66cf-46cb-902d-be746a20ae22",
  "date_reported_by_company": "2025-11-13T17:22:55.5727515+00:00",
  "id2": 36,
  "company_id": "e13d582c-2f69-42f6-918d-2fc977445371",
  "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": "b908088f-19c0-4c69-ba6c-d2da9f75b66a",
  "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-11-13T17:22:55.5727515+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.