Retrieves all the article status list
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
article_status_listName | 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": "9a06ec91-1942-4c53-ae74-b40d55212630", "article_status_id": "1220ff34-aaf2-4540-8712-564b95e73aea", "article_id": "d2432d5b-8e9e-4004-bdd2-ae0564b9521b", "article_code": "sample string 4", "sales_organization_id": "d9e6b740-db16-41fc-9df4-018a75c200a5", "modified_dateutc": "2025-09-18T11:51:23.9107996+00:00" }