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

date_start_delivery

Start delivery date

date
date_start

Date start

date
date_end

Date end

date
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "07ef0d04-a40d-4304-93c4-e8ca3f5779e6",
  "article_status_id": "eff6f7ac-c362-4662-9d31-d6475d6c7600",
  "article_id": "8e87b253-ef43-4b3b-aaa1-9a4ca87cd244",
  "article_code": "sample string 4",
  "sales_organization_id": "5b1e30b2-d36d-40fb-8f4e-b00bfd8b76a4",
  "date_start_delivery": "2026-02-24T17:47:02.8875204+00:00",
  "date_start": "2026-02-24T17:47:02.8875204+00:00",
  "date_end": "2026-02-24T17:47:02.8875204+00:00",
  "modified_dateutc": "2026-02-24T17:47:02.8875204+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.