Retrieves all the article status list

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

article_status_list
NameDescriptionTypeAdditional 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": "71ff8e35-da8a-49b9-a9de-e7427fcef41f",
  "article_status_id": "73b9f02d-0035-4101-94cf-2d0b82f3da0c",
  "article_id": "aa7f5105-f395-40a8-b572-7774161d4296",
  "article_code": "sample string 4",
  "sales_organization_id": "f9767af3-723d-4b15-950d-963aa1ede5aa",
  "modified_dateutc": "2024-12-29T01:22:25.776174+00:00"
}