meta { name: saleTracking_mark COMPROBAR DE NUEVO type: http seq: 14 } post { url: http://localhost:3000/api/SaleTrackings/mark body: json auth: none } headers { Authorization: DEFAULT_TOKEN } body:json { { "saleFk": 1, "originalQuantity": 10, "code": "PREPARED", "isChecked": true, "buyFk": 1, "quantity": 1, "itemShelvingFk": 1 } }