Retrieves all the article stock location serials
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
article_stock_location_serial| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| article_id |
Foreign key of article (mandatory) |
globally unique identifier | |
| article_stock_location_id |
Foreign key of the article_stock_location (optional, use an empty guid when the serial is not linked to a stock location) |
globally unique identifier | |
| serial_number |
Serial number (optional) |
string |
Max length: 255 |
| reference_back_office |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 255 |
| status |
Status of the serial (Read-only, always AVAILABLE when created through the API) |
string | |
| sys_logical_delete |
Readonly system field managed by database |
boolean | |
| archived |
Readonly archived flag |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "ad89e6b8-0a7b-4ca3-a21d-978cecaae32e",
"article_id": "fe5c9d29-e80b-4f19-b7ad-debcd1ae0e7b",
"article_stock_location_id": "256a9c51-a91c-4496-a83c-5c3602745162",
"serial_number": "sample string 4",
"reference_back_office": "sample string 5",
"status": "sample string 6",
"sys_logical_delete": true,
"archived": true,
"modified_dateutc": "2026-09-05T05:23:13.5522225+00:00"
}