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": "dab1b27b-143f-4a65-ad7c-62e57ced8d39",
  "article_status_id": "bf378a76-81ba-46c9-8503-35c8bb94dab6",
  "article_id": "dd347a91-4d82-4a87-99c3-754888d0c464",
  "article_code": "sample string 4",
  "sales_organization_id": "742a7ff0-0819-4009-8cce-87a4e8767c89",
  "modified_dateutc": "2026-01-27T15:39:19.7402639+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.