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": "676291d2-dcde-45fa-9a9c-4bd1438d9a2f", "article_status_id": "6205491a-6f73-4db0-a334-a052ce32c9cb", "article_id": "cb7b74f2-c243-4bd1-b1f0-77362488b47e", "article_code": "sample string 4", "sales_organization_id": "12002969-dac5-4d92-b302-b3586e4c797b", "modified_dateutc": "2024-11-21T10:01:38.3392154+00:00" }