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": "e1fc9538-bb14-4ae4-b412-107e3ed18212",
  "article_status_id": "d4834189-af0e-4efb-ba98-67ec3d11756b",
  "article_id": "622791ca-17dd-4119-85b3-69b2bda26106",
  "article_code": "sample string 4",
  "sales_organization_id": "bc153fa5-c352-4e74-aa3b-067279b3b0fa",
  "modified_dateutc": "2025-07-08T21:24:52.603902+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.