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": "e04931aa-280e-4611-bf0a-da6aba2d61d6",
  "article_status_id": "441d8927-dfb4-4354-98ca-61e957e9a77f",
  "article_id": "32c3a04c-9365-499a-a4a1-bbccbf9fabe0",
  "article_code": "sample string 4",
  "sales_organization_id": "1372e4fd-5ab6-41df-9ee0-a88ccfbc347e",
  "modified_dateutc": "2026-08-05T05:29:00.590518+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.