Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

article_stock_location_serial
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

article_id

Foreign key of article

globally unique identifier
article_stock_location_id

Foreign key of the article_stock_location

globally unique identifier
serial_number

string

Max length: 255

reference_back_office

string

Max length: 255

status

string

Max length: 255

archived

boolean
modified_dateutc

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

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "26e97a21-4ab3-4057-a347-b2a761bd4534",
  "article_id": "34d31000-78b4-42d9-8be6-2046a93c84d1",
  "article_stock_location_id": "773cec8c-277a-488c-aefc-78483491462d",
  "serial_number": "sample string 4",
  "reference_back_office": "sample string 5",
  "status": "sample string 6",
  "archived": true,
  "modified_dateutc": "2026-06-16T21:24:57.6099871+00:00"
}

application/xml, text/xml

Sample:
<article_stock_location_serial xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <archived>true</archived>
  <article_id>34d31000-78b4-42d9-8be6-2046a93c84d1</article_id>
  <article_stock_location_id>773cec8c-277a-488c-aefc-78483491462d</article_stock_location_id>
  <id>26e97a21-4ab3-4057-a347-b2a761bd4534</id>
  <modified_dateutc>2026-06-16T21:24:57.609Z</modified_dateutc>
  <reference_back_office>sample string 5</reference_back_office>
  <serial_number>sample string 4</serial_number>
  <status>sample string 6</status>
</article_stock_location_serial>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.