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": "1a3f7198-fb9e-4d18-85ec-b0288dd705d1",
  "article_status_id": "4db5c7ed-7c9b-442a-a415-5b8ebd380b24",
  "article_id": "a85aef1b-a1ed-4d5a-9837-8c4db27a9cd7",
  "article_code": "sample string 4",
  "sales_organization_id": "654906e4-b719-4ef6-a15d-5409a0392be4",
  "modified_dateutc": "2026-06-06T01:53:19.5571654+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.