Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
article_stock_location_serial| Name | Description | Type | Additional 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": "02e56b97-af37-49c5-b03f-bda661a64809",
"article_id": "eda8c165-8b05-4f92-8654-780e2a91298a",
"article_stock_location_id": "0dca71b5-d3f4-490b-99e4-9d07d65eab99",
"serial_number": "sample string 4",
"reference_back_office": "sample string 5",
"status": "sample string 6",
"archived": true,
"modified_dateutc": "2026-03-07T13:17:42.4945809+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>eda8c165-8b05-4f92-8654-780e2a91298a</article_id> <article_stock_location_id>0dca71b5-d3f4-490b-99e4-9d07d65eab99</article_stock_location_id> <id>02e56b97-af37-49c5-b03f-bda661a64809</id> <modified_dateutc>2026-03-07T13:17:42.494Z</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 :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.