Updates the job_priority object with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

job_priority
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the priority

string

Required

Max length: 50

is_default

If default, will be auto selected when creating new jobs

boolean
sequence

Sorting field (0 first)

integer
sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating job_priority

string
sales_organization

Embedded entity "sales_organization" when adding/updating job_priority

sales_organization
code

Field used for Embedded entity (store there your ERP PK)

string

Max length: 255

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "018f6559-36ad-4ade-a4c4-72ab1add7924",
  "name": "sample string 2",
  "is_default": true,
  "sequence": 4,
  "sales_organization_id": "30e3a810-df1a-40f2-8ee3-c4ce380db796",
  "sales_organization_code": "sample string 6",
  "sales_organization": {
    "id": "6eb93873-a629-4d4f-85c4-3de765a3c7c4",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "6ac30286-0e0c-48e7-8c8e-3f25a5b132c8",
    "db_currency_id": "edf6e2eb-f409-4dea-9d96-2e2b552c0b4a",
    "db_language_id": "a848f8b0-7675-4c66-93e9-3cf92c19e8c4",
    "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": "2024-04-26T19:11:12.4398696+00:00"
  },
  "code": "sample string 7",
  "modified_dateutc": "2024-04-26T19:11:12.4398696+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.