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

Optionally required : article_status_id 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": "0c0be5cf-f252-49f9-bdd6-97e580c1de76",
  "article_status_id": "d4aee34c-2152-45c0-b329-62a0e3286ba1",
  "article_id": "db3e8299-6fa1-43b5-b2a8-e50f3d11b3c5",
  "article_code": "sample string 4",
  "sales_organization_id": "b30ec429-705e-4beb-9b04-c42faa569eb3",
  "modified_dateutc": "2025-08-15T04:57:25.4555573+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.