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": "cfb0d930-bb81-453c-816d-69c6d1139654",
  "article_status_id": "24375678-83ac-443e-b087-3c119547d7f3",
  "article_id": "caee67a5-2bcd-4d72-a112-c6e8d1a80e20",
  "article_code": "sample string 4",
  "sales_organization_id": "6efb926d-4611-4a2a-a6b0-410f71a79bae",
  "modified_dateutc": "2025-06-30T21:54:03.0986644+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.