Retrieves the article status list with the specified key
Request Information
URI Parameters :
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "f82a529c-b2cf-473d-993e-55f18337ef03", "article_status_id": "91e132c3-c970-4ddc-8362-822cce1f35b1", "article_id": "4714911e-8d2a-4516-859b-ff18e9ffe23d", "article_code": "sample string 4", "sales_organization_id": "8df87f0d-0dff-4c49-97d9-92e910d5cf9b", "modified_dateutc": "2025-06-07T23:36:15.3696302+00:00" }