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": "9fee9c0c-601c-4ec8-aaf4-90dcb4180376",
  "article_status_id": "4abe8cda-a60d-420d-9ca0-d9b96861af37",
  "article_id": "86f33b0e-2c8a-4e00-accf-21c44e18b702",
  "article_code": "sample string 4",
  "sales_organization_id": "856879e5-0255-49cf-a186-0f9af33b530d",
  "modified_dateutc": "2026-07-24T09:52:43.8497768+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.