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": "b2210796-a9de-4d60-aa23-f20cf0e122f2",
  "article_status_id": "852eeb63-df61-4c5e-a1cb-5bd666322ca9",
  "article_id": "8a12e1d1-6d1e-46da-9817-406b8823195e",
  "article_code": "sample string 4",
  "sales_organization_id": "6608716f-d581-40b4-b478-8812c12c8aa0",
  "modified_dateutc": "2026-06-09T13:11:33.2953095+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.