Retrieves all the article status list
Request Information
URI Parameters :
None.
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": "6a5e6538-dff5-4787-995c-9fa9c208a847",
"article_status_id": "ed11f4ff-ec30-474c-84ef-0c0eba79b34a",
"article_id": "f934d39a-70f2-44f2-8841-b5922f156692",
"article_code": "sample string 4",
"sales_organization_id": "3ef1871a-bc4c-46d1-a4c9-a0fc7c816eea",
"modified_dateutc": "2026-05-19T05:03:54.6317781+00:00"
}