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": "5998bf3b-88cb-4932-b722-aa5b5d3db5a7",
  "article_status_id": "9fdab661-1d92-4295-a37d-5da906583131",
  "article_id": "17a78e61-ddcc-4370-b538-d47d3e31bb6a",
  "article_code": "sample string 4",
  "sales_organization_id": "f533453c-97d1-49d8-aa7f-7d0eb47fb242",
  "date_start_delivery": "2025-09-13T00:51:43.3900769+00:00",
  "date_start": "2025-09-13T00:51:43.3900769+00:00",
  "date_end": "2025-09-13T00:51:43.3900769+00:00",
  "modified_dateutc": "2025-09-13T00:51:43.3900769+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.