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": "bdb359b7-9ed3-4519-8aed-c6147771fcc7", "article_status_id": "545e9d01-3f8d-47d9-8f24-da2c256608e3", "article_id": "40bc083b-e843-41f0-873e-d2b53a41fde4", "article_code": "sample string 4", "sales_organization_id": "f4a57638-2b5c-4659-abe9-17b3ffc026b7", "modified_dateutc": "2024-11-21T09:31:27.4137537+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.