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": "5b1350ac-6103-4944-afbc-7fcc1c65079d", "article_status_id": "56e6ad65-0c72-422c-b7f6-9e3e7d28d3e7", "article_id": "35656ab6-a571-49c9-bdc4-f8d25e60fd7e", "article_code": "sample string 4", "sales_organization_id": "6f2dcd84-3905-4f81-9fbe-ad8b50e2f72c", "modified_dateutc": "2022-08-17T03:02:37.202818+02:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.