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": "4eac7032-3e3c-458a-9db9-4762566fc907", "article_status_id": "38bff077-80bd-46f7-a277-478c6795e8c1", "article_id": "9782988c-d898-4e0e-9c57-8ed2eb46a38f", "article_code": "sample string 4", "sales_organization_id": "efb1233e-2fa0-48b2-b802-f68a33ff48c1", "modified_dateutc": "2024-11-20T11:13:19.7889945+00:00" }