Creates a new article status list
Request Information
URI Parameters :
None.
Body Parameters :
article_status_list| Name | 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": "beceaf8b-8be2-4adb-9d6b-28da0e19c7b7",
"article_status_id": "4f87cc14-d87d-4ad7-9466-05c3236eb957",
"article_id": "f2a9453b-6f66-4102-a014-fd1027f35d37",
"article_code": "sample string 4",
"sales_organization_id": "6769f737-2bc2-4257-a780-5ab4a5a4bb06",
"modified_dateutc": "2026-07-06T16:30:16.1814178+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.