GET
/
articles
/
stock
Get all 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",
    "gradeCode": "<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<date-time>
filter
string
sort
string

Response

OK

id
integer
dateCreation
string<date-time>
dateLastUpdate
string<date-time> | null
activityCode
string | null
Maximum length: 3
stockImageExtractionDate
string<date-time> | 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<date-time> | null

Date de réception la plus ancienne

newestReceptionDate
string<date-time> | null

Date de réception la plus récente

oldestSaleDeadlineDate
string<date-time> | null

Date limite de vente la plus ancienne

newestSaleDeadlineDate
string<date-time> | null

Date limite de vente la plus récente

gradeCode
string | null
dateProcessed
string<date-time> | null