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": "c84c56dc-dde8-4808-bb8f-4aa0f80baf5c",
  "article_status_id": "1fb94442-5844-413a-abc6-7910a7c38ffe",
  "article_id": "4eb6a3c6-bccd-4ee2-b5e1-56190d496d64",
  "article_code": "sample string 4",
  "sales_organization_id": "ca076bb6-8129-40a5-840a-9fb8f7679069",
  "date_start_delivery": "2025-08-23T09:25:59.6920295+00:00",
  "date_start": "2025-08-23T09:25:59.6920295+00:00",
  "date_end": "2025-08-23T09:25:59.6920295+00:00",
  "modified_dateutc": "2025-08-23T09:25:59.6920295+00:00"
}