Creates a new article status list

Request Information

URI Parameters :

None.

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "3140b841-06a8-4506-8b28-0c72f3a83c0b",
  "article_status_id": "0ef436f8-5f7d-4232-9237-b11a55fdaa02",
  "article_id": "127dce9f-3610-4052-9b4b-aa6f06ceb671",
  "article_code": "sample string 4",
  "sales_organization_id": "37b0a888-adac-4c14-87d2-4f3585d49cd3",
  "modified_dateutc": "2025-02-05T06:46:56.059408+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.