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": "cfba5985-561a-45ed-a8d2-63c86e09374b",
  "article_status_id": "b2713e32-439e-4f78-b32d-88760cd02d83",
  "article_id": "8b2e896a-bd7c-41a1-9beb-1170555307ae",
  "article_code": "sample string 4",
  "sales_organization_id": "0fb3efbd-4a63-4eeb-a436-02f08ba83028",
  "modified_dateutc": "2024-04-25T12:28:58.2106919+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.