ریکوئستی که اطلاعات موجودی کالا را می دهد

در نمونه زیر انبار و بارکد مورد نظر نیز فیلتر شده است و فیلدهای mojodi و mojodireserve در ریسپانس وجود دارد

GET
{{url}}/{{ErpApiVersion}}/wm/stock?filters=[["barcodemain_id","equals",140376],"and",["warehouse_id","in","1"]]
Response
{
    "status": true,
    "code": 200,
    "data": [
        {
            "id": 19496,
            "iseditable": false,
            "__warehouse_id_value": "انبار مركزي",
            "warehouse_id": 1,
            "__warehouse_id_link": "/accounting/warehouse/1",
            "updatedate": "2025-03-08 13:36:28.887",
            "__barcodemain_id_value": "6260614046663",
            "barcodemain_id": 140376,
            "__barcodemain_id_link": "/product/barcodemain/140376",
            "mojodi": -3.000000,
            "mojodireserve": 0.000000,
            "stockpricingproductlistitem": null,
            "stockpricinglistdescription": null,
            "__productmain_id_value": "شوميز بدون آستين يقه شكاري جلو دكمه W0614163SH",
            "productmain_id": 140331,
            "__productmain_id_link": "/product/productmain/140331"
        }
    ],
    "additionalData": {
        "summary": {
            "mojodi": -3.000000,
            "mojodireserve": 0.000000,
            "stockpricingproductlistitem": null
        }
    },
    "userMessage": null,
    "developerMessage": null,
    "totalCount": 1,
    "messageType": "ok",
    "messageSound": null,
    "metaVersion": "v2_bmvd-q1_1741780376_2",
    "requestId": "0HNAOJ65AMMP7:00000002",
    "actionOutput": {
        "recordOpenForm": [],
        "recordEditForm": [],
        "recordKey": [],
        "printReport": [],
        "helpLink": [],
        "data": {},
        "additionalData": null
    },
    "serverTime": "2025-03-16 11:53:57.083"
}
  • No labels