Lean Soft Entegrasyon Dökümanı

Sevkiyat Fişi Satırları Listeleme(StockActions/StockActionLineList)

 

Sevkiyat fişi satırları listeleme servisidir. Servis için gereken parametreler aşağıda tanımlanmıştır. Zorunlulukları belirtilmiştir. Örnek Request ve Response'lar aşağıda görselleriyle birlikte verilmiştir.

Api servis linki firma bazlı değişebilmektedir. Lokalde çalışacak servisler için bizimle iletişime geçiniz.    

  • GET StockActionLineList(Tekli Örnek)

https://api.leanbilisim.com/api/StockActions/StockActionLineList/{CompanyID}

Parametre Açıklamaları & Kuralları

Koyu renkli ve yıldızla ( * ) belirtilmiş olan parametreler zorunlu alan olarak istekte gönderilmelidir. 

                                                                                                                                                                                                                                                                                                                                                                                                                                         
Parametre Açıklama Veri Tipi Max. Karakter Sayısı
CompanyID *  Firma ID ( Benzersiz ID ) integer -
StockActionUpID* Stok Hareketleri Üst ID  string -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

Örnek Request (StockActionUpID ile Örnek)

https://api.leanbilisim.com/api/StockActions/StockActionLineList/{CompanyID}/{StockActionUpID}  

Örnek Response 


{
    "result": true,
    "message": null,
    "totalCount": 15,
    "totalPageCount": 0,
    "currentCount": 0,
    "currentPageNumber": 0,
    "item": [
        {
            "stockActionID": "0e98d683-79ec-4b95-bc36-094b835a41af",
            "stockActionUpID": "4dc1fae9-bd09-4e70-a7d7-017fb9f3a570",
            "stockActionLineNumber": 15,
            "stockActionCompanyID": 15,
            "stockActionCustomerID": null,
            "stockActionDepotID": 18,
            "stockActionModuleID": 0,
            "stockActionModuleUpID": "f01fda83-275f-47dd-ae6a-337a39200c36",
            "stockActionModuleDownID": "834f869e-5d05-42f4-86ff-406832cb8960",
            "stockActionExternalDataID": null,
            "stockActionComponentShipmentUpID": null,
            "stockActionComponentRefID": null,
            "stockActionComponentShipmentUpStockID": null,
            "stockActionComponentID": null,
            "stockActionComponentVehicleTransferQuantity": null,
            "stockActionComponentVehicleTransferDate": null,
            "stockActionDefinitionID": 101,
            "stockActionStockCode": "L2625",
            "stockActionStockSerialNumber": "",
            "stockActionStockBarcode": null,
            "stockActionLotNumber": null,
            "stockActionPLotNumber": null,
            "stockActionEffectType": null,
            "stockActionQuantity": 1,
            "stockActionPreviousAmount": null,
            "stockActionUnit": "Adet",
            "stockActionStockID": "201bcc27-8df4-4e71-8461-2e670a42ec14",
            "stockActionStockName": "DATALOGIC FALCON X3 CRADLE",
            "stockActionModuleMainUnitCycle": 1,
            "stockActionModuleLineUnitID": 4,
            "stockActionUnitPrice": null,
            "stockActionCurrency": null,
            "stockActionExchangeRate": null,
            "stockActionDate": "2013-06-25T17:41:51",
            "stockActionUserID": null,
            "stockActionCurrentDate": null,
            "stockActionUpUserID": null,
            "stockActionUpDate": "2014-05-27T23:27:51.117",
            "stockActionDescription": "",
            "stockActionInvoiced": null,
            "stockActionInvoiceDocNumber": null,
            "stockActionWeight": 0,
            "stockActionVolume": 0,
            "stockActionUserText1": "",
            "stockActionUserText2": "",
            "stockActionUserFloat1": null,
            "stockActionUserFloat2": null,
            "stockActionUserFloat3": 0,
            "stockActionActive": 1,
            "stockActionPackageID": null,
            "stockActionPackageQuantity": null,
            "stockActionExternalDataDocNumber": null,
            "stockActionTransferDepotID": null,
            "stockActionTransferAcceptenceID": null,
            "stockActionGtipCode": null,
            "stockActionFormulaLevel": null,
            "stockActionBusinessCenterID": null,
            "stockActionRefProductActionID": null,
            "stockActionDescription2": null,
            "stockActionProjectID": null,
            "stockActionRejectionQuantity": null,
            "stockActionRejectionDescription": null,
            "stockActionEDevLineNumber": null,
            "stockActionServiceDescription": null,
            "stockActionWidth": null,
            "stockActionHeight": null,
            "stockActionDepth": null,
            "stockActionDirection": null,
            "stockActionPackageControl": null,
            "stockActionLineUnderNumber": null,
            "stockActionFormulaType": null,
            "stockActionFormulaCustomConsumption": null,
            "stockActionReserveID": null,
            "stockActionTare1": null,
            "stockActionTare2": null,
            "stockActionShipmentAddress": null
    }
  ]
}