Updates the article status list with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

article_status_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
article_status_id

Foreign key of the article_status

globally unique identifier

Required

article_id

Foreign key of article

globally unique identifier

Optionally required : article_id, article_code or article must be provided

article_code

Embedded entity "article" using ERP PK when adding/updating

string

Optionally required : article_id, article_code or article must be provided

article

Embedded entity "article" when adding/updating

article

Optionally required : article_id, article_code or article must be provided

sales_organization_id

globally unique identifier

Required

modified_dateutc

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

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "ed102896-d44e-4035-b72a-7c43d67a4b6f",
  "article_status_id": "32268a3b-16a5-4f3a-ad68-e6688ba15934",
  "article_id": "609e989d-69d8-4238-9d23-c32e9380f889",
  "article_code": "sample string 4",
  "sales_organization_id": "8b673a59-8804-4265-9e48-39dc25c20b63",
  "modified_dateutc": "2026-09-20T12:54:55.8220134+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.