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": "a4e9850d-9f9e-4800-8581-469c9ea9c944",
  "article_status_id": "3eede8f1-7ea3-4917-af87-387b21a2d3f3",
  "article_id": "71dfc2bb-60a1-4cdc-8491-a0fd8955d962",
  "article_code": "sample string 4",
  "sales_organization_id": "07d2012b-5884-4bc8-b468-ac301c12bc4f",
  "modified_dateutc": "2025-08-12T12:32:26.4885323+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.