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": "326d7ef4-c546-493e-8e9d-d18f4f350ec2",
  "article_status_id": "eef42d04-6593-4646-8537-82791641355a",
  "article_id": "e58071ef-ddc7-4222-ab49-edfbe4a25a39",
  "article_code": "sample string 4",
  "sales_organization_id": "b89fac47-ce69-413b-b5d1-67be837b6f70",
  "modified_dateutc": "2025-12-15T19:45:01.8621523+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.