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": "964e1222-66ae-424e-92e2-1d7f2c51eac8",
  "article_status_id": "677e8584-97e9-4a88-b9e1-f1b56f5a464e",
  "article_id": "c11d9ae8-6c6c-432c-9267-752865874df9",
  "article_code": "sample string 4",
  "sales_organization_id": "9d3ca5e5-b4b5-4203-8235-046a8790d48a",
  "modified_dateutc": "2026-05-17T03:22:57.9012822+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.