Retrieves the article status list with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
article_status_list| Name | Description | Type | Additional 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": "5d1407e3-571a-4fcc-967f-3d1420d8c2d6",
"article_status_id": "0208f61b-481d-4404-9b71-75c68c5da985",
"article_id": "68e8a4f9-1f38-4620-8559-f90049fc161f",
"article_code": "sample string 4",
"sales_organization_id": "3fd145af-ad94-4c50-84e8-31d24ce81ac7",
"modified_dateutc": "2026-03-12T06:10:50.5716553+00:00"
}