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.
Servis | Endpoint | Method | Url | Tanım |
---|---|---|---|---|
İptal İşlemi | cancel | POST | /cancel | Asynchronous cancellation |
Müşteri Aktarma | createCustomer | POST | /createCustomer | Creation process for customer |
Teslimalma Aktarma | createExpectedReceipt | POST | /createExpectedReceipt | Creation of Expected Receipt |
Tedarikçi Aktarma | createSupplier | POST | /createSupplier | Creation process for supplier |
Sipariş Aktarma | createOrder | POST | /createOrder | Creation process for order |
Ürün Aktarma | createProduct | POST | /createProduct | Creation process for product |
Ürün Barkod Aktarma | createProductBarcode | POST | /createProductBarcode | Creation process for product |
Stok Listesi | stockList | POST | /stockList | Stock listing |
Stok Detay Listesi | stockListDetail | POST | /stockListDetail | Stock Detail listing process |
Sipariş Statü Sorgulama | searchOrderStatus | POST | /searchOrderStatus | Order Status Inquiry |
Teslim Alma Statü Sorgulama | searchOrderStatus | POST | /searchReceiptStatus | Receiving Status Inquiry |
Tablo 1. Servis işlem listesi