Updates the article status list with the specified key
Request Information
URI Parameters :
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "2d6ce6e5-9aa1-4b20-aa6e-f5996a9e09eb", "article_status_id": "2641c8db-51f2-407c-8b48-bd34bf88e5ca", "article_id": "14568d63-3d8f-4f16-b869-7ab442aa5b4c", "article_code": "sample string 4", "sales_organization_id": "c3272001-fe9f-48a5-bdf7-c26cd16dd909", "modified_dateutc": "2025-09-15T16:58:36.6677913+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.