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": "15afe333-1703-4ed3-aacd-b5b67ba9c805",
"article_status_id": "7c4f387b-0f68-4967-bd4f-92cd6e1b41dd",
"article_id": "3acc3e5b-0741-4c35-b298-c0c8514f63c1",
"article_code": "sample string 4",
"sales_organization_id": "6bb999ba-0a33-44f8-b5ac-1df297e07670",
"modified_dateutc": "2025-12-29T04:32:05.2525313+00:00"
}