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": "ab4462db-b540-429b-ae72-27c43b027f71",
  "article_status_id": "a4d92138-c739-4abe-bea3-a0d5d29957cc",
  "article_id": "4b2295e2-d1ae-4a05-8369-7bac95f6137a",
  "article_code": "sample string 4",
  "sales_organization_id": "9f5018bb-3f5f-45bd-beaf-d440fe94d2bc",
  "modified_dateutc": "2026-07-13T13:08:20.0421654+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.