Retrieves all the article status list

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

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

Response Formats

application/json, text/json

Sample:
{
  "id": "7b44a241-24e6-418d-be42-e631b3fc1425",
  "article_status_id": "e48ea84b-f1f4-47b7-82ae-2c9400e40d4a",
  "article_id": "f789101b-9222-4b56-8b18-de912e492cf0",
  "article_code": "sample string 4",
  "sales_organization_id": "ca599836-12c5-4dc8-a6ad-9332f8d7ba6d",
  "date_start_delivery": "2025-06-27T16:04:14.24324+00:00",
  "date_start": "2025-06-27T16:04:14.24324+00:00",
  "date_end": "2025-06-27T16:04:14.24324+00:00",
  "modified_dateutc": "2025-06-27T16:04:14.24324+00:00"
}