GET
/
articles
/
{articleReference}
/
movements
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/articles/{articleReference}/movements \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "dateCreation": "2023-11-07T05:31:56Z",
    "dateLastUpdate": "2023-11-07T05:31:56Z",
    "activityCode": "<string>",
    "stockUnitID": "<string>",
    "movementTimestamp": "2023-11-07T05:31:56Z",
    "articleReference": "<string>",
    "movedQuantity": 123,
    "movementDirection": "<string>",
    "movementCode": "<string>",
    "movementReason": "<string>",
    "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'

Path Parameters

articleReference
string
required

Response

200
text/plain
Success
id
integer
dateCreation
string
dateLastUpdate
string | null
activityCode
string | null

Code normalisé de l'évenement

Maximum length: 3
stockUnitID
string | null

Identifiant de l'unité de stockage

Maximum length: 3
movementTimestamp
string | null

Date et heure à laquelle a été passé le mouvement

articleReference
string | null

Référence article

Maximum length: 17
movedQuantity
integer | null

Quantité mouvementée

movementDirection
string | null

Sens du mouvement

Maximum length: 1
movementCode
string | null

Code du mouvement

Maximum length: 10
movementReason
string | null

Motif du mouvement

Maximum length: 3
conditionCode
string | null
dateProcessed
string | null