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": "baa2b644-8bfc-411e-91a8-0279347c6f6f",
  "article_status_id": "1398285d-a6b0-4caa-b3bf-a01237e65165",
  "article_id": "509c4ef3-b441-4de7-8271-28d509c6da8f",
  "article_code": "sample string 4",
  "sales_organization_id": "3f68668d-e4c9-4315-b868-540f7d3e1164",
  "modified_dateutc": "2026-06-16T22:13:28.8178806+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.