GET
/
articles
/
stock
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/articles/stock \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "dateCreation": "2023-11-07T05:31:56Z",
    "dateLastUpdate": "2023-11-07T05:31:56Z",
    "activityCode": "<string>",
    "stockImageExtractionDate": "2023-11-07T05:31:56Z",
    "articleReference": "<string>",
    "stockUnitID": "<string>",
    "totalStockQuantity": 123,
    "notStartedProductionQuantity": 123,
    "inProgressPreparationQuantity": 123,
    "totalAvailableForSaleQuantity": 123,
    "totalBlockedQuantity": 123,
    "logisticsDefinedPCB": 123,
    "articleLotNumber": "<string>",
    "oldestReceptionDate": "2023-11-07T05:31:56Z",
    "newestReceptionDate": "2023-11-07T05:31:56Z",
    "oldestSaleDeadlineDate": "2023-11-07T05:31:56Z",
    "newestSaleDeadlineDate": "2023-11-07T05:31:56Z",
    "conditionCode": "<string>",
    "dateProcessed": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Query Parameters

atDate
string

Response

200
text/plain
Success
id
integer
dateCreation
string
dateLastUpdate
string | null
activityCode
string | null
Maximum length: 3
stockImageExtractionDate
string | null

Date d'extraction de l'image de stock

articleReference
string | null

Référence article

Maximum length: 17
stockUnitID
string | null

Identifiant de l'unité de stockage

Maximum length: 3
totalStockQuantity
integer | null

Quantité totale en stock

notStartedProductionQuantity
integer | null

Quantité non lancée en production

inProgressPreparationQuantity
integer | null

Quantité totale en cours de préparation

totalAvailableForSaleQuantity
integer | null

Quantité totale disponible a la vente

totalBlockedQuantity
integer | null

Quantité totale immobilisé

logisticsDefinedPCB
integer | null

PCB de l'article défini chez le logisticien

articleLotNumber
string | null

N° du lot des articles

Maximum length: 35
oldestReceptionDate
string | null

Date de réception la plus ancienne

newestReceptionDate
string | null

Date de réception la plus récente

oldestSaleDeadlineDate
string | null

Date limite de vente la plus ancienne

newestSaleDeadlineDate
string | null

Date limite de vente la plus récente

conditionCode
string | null
dateProcessed
string | null