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": "58a79db3-ab1c-40d0-87b4-b1b8d9117389",
"article_status_id": "82043337-3a66-4140-8c8e-7300643e2049",
"article_id": "e675bd81-9b74-474f-9bbf-d8839429e4e9",
"article_code": "sample string 4",
"sales_organization_id": "b3c51ef2-b12c-4753-9056-fd7a9040cbec",
"modified_dateutc": "2025-12-30T22:47:28.2668065+00:00"
}