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": "b75307df-d18e-4661-b9ea-8e784340b043",
  "article_status_id": "463e316d-b8c7-40e0-aa6d-cb9a6a223e3d",
  "article_id": "8dc8bca2-887a-41fa-b334-e1b8aff108d8",
  "article_code": "sample string 4",
  "sales_organization_id": "f47ac399-e85c-473e-bfd4-23b814e38ef6",
  "modified_dateutc": "2025-11-29T12:08:25.7747498+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.