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

Optionally required : article_status_id 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

date_start_delivery

Start delivery date

date
date_start

Date start

date
date_end

Date end

date
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "034f0a2b-bc9d-46e6-af7a-d8a0d356bfe5",
  "article_status_id": "229031a7-6399-4891-a5aa-28a909dade7b",
  "article_id": "0ec93c25-b40e-463b-aabf-9d45b857e55c",
  "article_code": "sample string 4",
  "sales_organization_id": "27ca7e3c-69a4-4c7c-91d7-55466137f694",
  "date_start_delivery": "2025-10-13T22:04:57.8201751+00:00",
  "date_start": "2025-10-13T22:04:57.8201751+00:00",
  "date_end": "2025-10-13T22:04:57.8201751+00:00",
  "modified_dateutc": "2025-10-13T22:04:57.8201751+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.