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": "d533ebf1-3488-4472-8958-347c59dfc850",
"article_status_id": "0a23c307-74c7-42db-9092-01db9719cee1",
"article_id": "3f363f9a-3d13-459a-90b3-8110f764914f",
"article_code": "sample string 4",
"sales_organization_id": "b416197b-5338-4b4f-8d81-f5fe563be1e9",
"modified_dateutc": "2025-12-26T14:43:25.3016173+00:00"
}