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 |
Optionally required : article_status_id 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 |
|
date_start_delivery |
Start delivery date |
date | |
date_start |
Date start |
date | |
date_end |
Date end |
date | |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{ "id": "51b9e473-c649-49cc-887d-c39b6c6fbd92", "article_status_id": "b7b51970-a756-406c-ae02-6eea29659258", "article_id": "4395dd74-430a-4626-85fb-b1d6481f5337", "article_code": "sample string 4", "sales_organization_id": "0e1739c3-c4fb-4e5e-aeb3-17178f97e8fd", "date_start_delivery": "2025-07-31T21:32:55.10042+00:00", "date_start": "2025-07-31T21:32:55.10042+00:00", "date_end": "2025-07-31T21:32:55.10042+00:00", "modified_dateutc": "2025-07-31T21:32:55.10042+00:00" }