Skip to main content

2. Service Structure

Service Structure

This section contains the operations available in the relevant service, along with the internal structure of these operations and the notifications generated by the service.

Service Processes

The warehouse service contains the operations listed in Table1. The internal structure of the specified operations is provided.

ServisEndpointMethodUrlTanım
İptal İşlemicancelPOST/cancelAsynchronous cancellation
Müşteri AktarmacreateCustomerPOST/createCustomerCreation process for customer
Teslimalma AktarmacreateExpectedReceiptPOST/createExpectedReceiptCreation of Expected Receipt
Tedarikçi AktarmacreateSupplierPOST/createSupplierCreation process for supplier
Sipariş AktarmacreateOrderPOST/createOrderCreation process for order
Ürün AktarmacreateProductPOST/createProductCreation process for product
Ürün Barkod AktarmacreateProductBarcodePOST/createProductBarcodeCreation process for product
Stok ListesistockListPOST/stockListStock listing
Stok Detay ListesistockListDetailPOST/stockListDetailStock Detail listing process
Sipariş Statü SorgulamasearchOrderStatusPOST/searchOrderStatusOrder Status Inquiry
Teslim Alma Statü SorgulamasearchOrderStatusPOST/searchReceiptStatusReceiving Status Inquiry

Tablo 1. Servis işlem listesi