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": "42fb3d19-0618-4cde-b3c1-721923145bd2",
"article_status_id": "7f0d5816-3a7c-47a0-b72b-8a2e979b09e8",
"article_id": "b871c831-8859-40d8-850e-5a2b62e735bc",
"article_code": "sample string 4",
"sales_organization_id": "949ce74c-fbcb-42b2-a0b8-5d29b9a2210e",
"modified_dateutc": "2025-12-20T07:27:54.9950322+00:00"
}