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": "00606e0f-66ad-4428-80f4-8df5d720c7bf",
  "article_status_id": "5e4ac10d-048b-4eaf-8e7e-dc7172302ef0",
  "article_id": "0fa53c53-3d4f-4109-9c8c-3c914ec99e3a",
  "article_code": "sample string 4",
  "sales_organization_id": "d9194178-9a40-48d3-aab7-5fc25911e210",
  "modified_dateutc": "2023-03-29T04:09:46.9950109+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.