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": "fed0d399-aae7-48c3-b786-58d33e32e383",
  "article_status_id": "91485e89-f96f-4025-88c0-2790477ea9f5",
  "article_id": "1b207262-57c5-46b4-ae9e-9fcdbfc6c388",
  "article_code": "sample string 4",
  "sales_organization_id": "81e78724-d834-432e-ab96-f098ba9124b4",
  "modified_dateutc": "2025-02-05T06:55:23.6856202+00:00"
}