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": "c988aef1-480e-4286-8a08-fedc9c70044b",
  "article_status_id": "9c658655-2fb6-490e-b0c2-6b52d04fda27",
  "article_id": "58ed1a1c-881b-4787-8da8-478651a46332",
  "article_code": "sample string 4",
  "sales_organization_id": "a8cc9489-a88f-4ed8-9afa-8ecc8ca98e56",
  "modified_dateutc": "2026-01-07T13:25:30.8784371+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.