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": "8709ca8e-64be-4d6d-877b-50a7c1bb7725",
  "article_status_id": "fc85eefb-24da-41f4-8d1c-b49edba83847",
  "article_id": "25d5900c-7ec7-4692-8bab-351d00ef9304",
  "article_code": "sample string 4",
  "sales_organization_id": "3af63d60-2936-4a75-a30e-b817118bf6f9",
  "modified_dateutc": "2025-12-26T15:48:52.6287608+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.