Retrieves the article status list with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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

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

Response Formats

application/json, text/json

Sample:
{
  "id": "0e0e1cea-1d12-4f17-936c-ca901fe570f9",
  "article_status_id": "5fe17bfc-85d6-4974-a057-09787231eb35",
  "article_id": "f43cf0ad-e6db-4182-a7ce-19e7585cac94",
  "article_code": "sample string 4",
  "sales_organization_id": "2574c839-24f0-43f0-ade2-3d9d49b960be",
  "modified_dateutc": "2025-01-02T06:50:31.8774757+00:00"
}