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": "27508185-a66c-4f17-8553-9b9166646d88",
  "article_status_id": "69cf2c2a-8e63-45e7-a089-92825c4b97ef",
  "article_id": "f1662586-72fc-4593-9076-137554e0050a",
  "article_code": "sample string 4",
  "sales_organization_id": "97c8dd9e-355c-448c-b7ea-0079306dc4f8",
  "modified_dateutc": "2026-06-30T04:56:53.9078579+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.