POST /org2/nomenclature/api-readBatch

Отримати партію по її uuid
Написано Bimp
Оновлено 3 тижні тому

Body:
   uuid: (string): UUID партії

Response:

{
  "success": true,
  "data": {
    "uuid": "123e4567-e89b-12d3-a456-426614174000",
    "name": "…",
    "fullName": null,
    "code": null,
    "nomenclatureUuid": "123e4567-e89b-12d3-a456-426614174000",
    "counterpartyUuid": null,
    "receiptDate": null,
    "quantity": null,
    "shelfLife": null,
    "supplierName": null,
    "price": null,
    "currencyUuid": null,
    "barcode": null,
    "serialNumber": null,
    "imei": null,
    "comment": null,
    "externalNomenclatureId": null,
    "externalBatchId": null,
    "archive": true
  }
}
Чи була наша стаття корисною?