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": "48a0b7b2-2ea5-44c5-89c1-20968837aa05", "article_status_id": "689ee8f4-c1da-418e-9c91-17d266372e5b", "article_id": "03d2c570-584a-4835-9cd9-e2c2a020151e", "article_code": "sample string 4", "sales_organization_id": "88801900-8724-4ac3-b959-87406e7a73af", "modified_dateutc": "2025-06-03T21:34:41.8708339+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.