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": "a4d7b30e-b9ff-42f2-9959-23c7b84496d9",
"article_status_id": "42c0bb1b-09e4-4eb8-876d-1b27c42284ba",
"article_id": "0557bb01-6f9d-4463-a6e1-a9dbeed5a996",
"article_code": "sample string 4",
"sales_organization_id": "98ebde07-fea9-4567-bc50-efc46f34aa6c",
"modified_dateutc": "2025-11-18T12:45:53.2876456+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.