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": "f5989387-72b0-4f8d-91d3-1f6d7fffd7f5",
  "article_status_id": "63abc252-e4d0-4c9c-becb-5c57286f1454",
  "article_id": "b9cd4ca7-6716-44b5-98fc-43bd53c2b317",
  "article_code": "sample string 4",
  "sales_organization_id": "68cb41a8-81d7-4bac-8864-45f15334080b",
  "modified_dateutc": "2024-05-11T02:20:44.5096622+00:00"
}