Creates a new article status list
Request Information
URI Parameters :
None.
Body Parameters :
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 |
Request Formats :
application/json, text/json
Sample:
{ "id": "4c328150-16e8-47c3-8de0-fb0b3c295462", "article_status_id": "1cfbdc5e-f4f4-43d3-8a64-2f44b7a8aaba", "article_id": "8f853c59-0dc3-477b-b561-fdee7b1e623e", "article_code": "sample string 4", "sales_organization_id": "125f9929-c470-4e23-8c57-c335b39db174", "modified_dateutc": "2025-09-05T12:20:28.120713+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.