Updates the article status list with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

article_status_list
NameDescriptionTypeAdditional 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": "c31eeb27-4fc3-4898-8deb-191e14468729",
  "article_status_id": "f9ea5743-e000-4a97-8b93-817ced3aaa15",
  "article_id": "e148d194-80aa-4856-8ac3-3aee4d0e11c0",
  "article_code": "sample string 4",
  "sales_organization_id": "9f172f71-0271-41a3-95fc-1d8afece3345",
  "modified_dateutc": "2024-10-25T18:07:47.9779882+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.