Creates a new article status list

Request Information

URI Parameters :

None.

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": "47347a9a-64d1-48fb-b912-5eacd038806a",
  "article_status_id": "93e1c63d-8555-45ef-b6cb-ef941ddf1466",
  "article_id": "c19153ea-473b-4610-9bf7-6f4fdc004a84",
  "article_code": "sample string 4",
  "sales_organization_id": "e38e113a-3040-45e3-be27-a08616183395",
  "modified_dateutc": "2026-01-16T09:00:42.2320384+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.