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": "5c8a4056-b5c3-41cc-aea3-142ab2a23c82",
  "article_status_id": "be83c16a-4ebe-44de-b4c5-9bb7a552fedc",
  "article_id": "eeda127e-aa73-4903-a915-d5c7913971bb",
  "article_code": "sample string 4",
  "sales_organization_id": "2ba2b3a9-1df5-49c5-b59c-72cc2cb9fcd8",
  "modified_dateutc": "2025-07-15T20:06:03.3668354+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.