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": "686223f0-fa5c-4d64-84c9-779951c9c19a", "article_status_id": "4790ebfc-1464-46f8-802f-67dca955252a", "article_id": "7aa6470a-0156-4c6a-8416-bdc56a9da2b8", "article_code": "sample string 4", "sales_organization_id": "34593a1e-7e64-45b9-b0d9-fd5c8dc1e481", "modified_dateutc": "2025-01-20T13:58:38.7814008+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.