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": "9752c576-1a64-4f16-8f19-4d32283d7f8c",
  "article_status_id": "d86c91b5-5f14-41cc-a071-46d99efc3cda",
  "article_id": "494f9e9a-c491-43c4-84ea-1718708a2634",
  "article_code": "sample string 4",
  "sales_organization_id": "3e19c959-f485-4000-94fc-3dcfcb88b8f0",
  "modified_dateutc": "2025-12-29T19:50:53.1568783+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.