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": "95edaa73-f716-4877-aa99-64b3de6ad09b",
"article_id": "9c31f2e9-8f5d-410f-bf8d-4b41dc494cb9",
"article_stock_location_id": "c952f06f-10a8-4b20-ac85-71b42c950900",
"serial_number": "sample string 4",
"reference_back_office": "sample string 5",
"status": "sample string 6",
"archived": true,
"modified_dateutc": "2026-01-11T23:54:52.7656256+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>9c31f2e9-8f5d-410f-bf8d-4b41dc494cb9</article_id> <article_stock_location_id>c952f06f-10a8-4b20-ac85-71b42c950900</article_stock_location_id> <id>95edaa73-f716-4877-aa99-64b3de6ad09b</id> <modified_dateutc>2026-01-11T23:54:52.765Z</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.