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": "a8451f82-318a-4a12-9149-acfea403839b",
"article_status_id": "a91d62e5-9865-4651-8c68-94e5927f4b5f",
"article_id": "f35c6af8-ab2e-4755-9fc4-804fd9be33e4",
"article_code": "sample string 4",
"sales_organization_id": "7e2fd86d-17f3-40fd-91a3-94d89d8d0404",
"modified_dateutc": "2026-01-06T23:02:13.4806408+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.