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": "f26c7d7d-c041-4837-b334-66681805309f",
  "article_status_id": "242171c7-9baa-4d52-b524-14503182aa68",
  "article_id": "1ff95148-3508-40bc-84c5-3e68e730689e",
  "article_code": "sample string 4",
  "sales_organization_id": "59967f24-b738-45d0-982b-6968403e2a33",
  "date_start_delivery": "2025-01-18T11:08:52.2589676+00:00",
  "date_start": "2025-01-18T11:08:52.2589676+00:00",
  "date_end": "2025-01-18T11:08:52.2589676+00:00",
  "modified_dateutc": "2025-01-18T11:08:52.2589676+00:00"
}