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": "43191a84-997f-4803-8c0b-8ab229b94de7",
  "article_status_id": "6f60d39b-5b85-4b7e-bd5b-0aef20427530",
  "article_id": "2b95c5c7-9bc7-42d4-a1d4-ffc9697b3811",
  "article_code": "sample string 4",
  "sales_organization_id": "5068b087-b519-41c4-a387-03ee2624eba1",
  "modified_dateutc": "2026-07-11T06:19:50.2875842+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.