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": "b72a61b5-81f5-4ea8-bd8f-9784d597f2d0",
  "article_status_id": "9660de20-4090-4c62-bf25-a3acef7b5bb0",
  "article_id": "f607d70f-b6a4-4de4-8148-2752165aeb29",
  "article_code": "sample string 4",
  "sales_organization_id": "106d924d-c704-482d-b74a-8e861bd502eb",
  "modified_dateutc": "2026-06-02T11:53:58.0753478+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.