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": "391f9885-8097-4517-bca0-719f1cfeb82e",
  "article_status_id": "3a6c0224-ba55-4614-8e9b-ab9e5e33978c",
  "article_id": "6cce4789-5be3-44bb-8d4e-fd35af7e1fb2",
  "article_code": "sample string 4",
  "sales_organization_id": "8723e654-d84e-4b15-a311-5d26ea5a0853",
  "modified_dateutc": "2026-01-09T06:53:56.1229895+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.