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": "c846dfc1-09b4-42de-bdfd-0c5a19da2c06", "article_status_id": "02761419-123b-4316-84c3-36e4bf7332d5", "article_id": "3ff6bc29-c045-4af7-9888-d8ce5a53b129", "article_code": "sample string 4", "sales_organization_id": "02d04344-53d5-484e-8267-26d988acade9", "modified_dateutc": "2025-05-07T19:44:54.1232113+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.