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": "fae60c8a-79d3-4f5b-9383-626202b842fc",
  "article_status_id": "47606e0d-908f-4943-a4df-4a75a01274f5",
  "article_id": "94118edc-f295-403b-ae5e-250f89fb62af",
  "article_code": "sample string 4",
  "sales_organization_id": "2de5c78e-b64d-434e-a579-d86289c430e0",
  "modified_dateutc": "2026-08-26T04:41:54.994359+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.