Schema Name: Shop
Alias: Shop
Entity Name | Alias Name | Microservice | Data Schema |
Country | Country | CountryService | Shop |
CustomerDelivery | CustomerDelivery | ProductService | Shop |
CustomerGroup | CustomerGroup | CountryService | Shop |
CustomerGroupMember | CustomerGroupMember | CountryService | Shop |
CustomerOrder | CustomerOrder | CountryService | Shop |
Delivery | Delivery | CountryService | Shop |
DiscountCampaign | DiscountCampaign | DiscountCampaignService | Shop |
DiscountCampaignCustomer | DiscountCampaignCustomer | CountryService | Shop |
DiscountCampaignCustomerGroup | DiscountCampaignCustomerGroup | DiscountCampaignService | Shop |
OrderItem | OrderItem | ProductService | Shop |
Product | Product | ProductService | Shop |
ProductDelivery | ProductDelivery | ProductService | Shop |
ProductPrice | ProductPrice | ProductService | Shop |
PurchaseRule | PurchaseRule | ProductService | Shop |
SalesTax | SalesTax | ProductService | Shop |
ShopCustomer | ShopCustomer | CountryService | Shop |
ShopEmployee | ShopEmployee | CountryService | Shop |
Warehouse | Warehouse | CountryService | Shop |
WarehouseResponsibility | WarehouseResponsibility | CountryService | Shop |
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Entity Name | Alias Name | Microservice | Data Schema |
Country | Country | CountryService | Shop |
CustomerDelivery | CustomerDelivery | ProductService | Shop |
CustomerOrder | CustomerOrder | CountryService | Shop |
Delivery | Delivery | CountryService | Shop |
DiscountCampaignProduct | DiscountCampaignProduct | DiscountCampaignService | Shop |
DiscountCampaignProductCategory | DiscountCampaignProductCategory | DiscountCampaignService | Shop |
Distributor | Distributor | ProductService | Shop |
OrderItem | OrderItem | ProductService | Shop |
Product | Product | ProductService | Shop |
ProductCategory | ProductCategory | ProductService | Shop |
ProductDelivery | ProductDelivery | ProductService | Shop |
ProductPrice | ProductPrice | ProductService | Shop |
PurchaseRule | PurchaseRule | ProductService | Shop |
SalesTax | SalesTax | ProductService | Shop |
Warehouse | Warehouse | CountryService | Shop |
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Entity Name | Alias Name | Microservice | Data Schema |
CustomerGroup | CustomerGroup | CountryService | Shop |
DiscountCampaign | DiscountCampaign | DiscountCampaignService | Shop |
DiscountCampaignCustomer | DiscountCampaignCustomer | CountryService | Shop |
DiscountCampaignCustomerGroup | DiscountCampaignCustomerGroup | DiscountCampaignService | Shop |
DiscountCampaignProduct | DiscountCampaignProduct | DiscountCampaignService | Shop |
DiscountCampaignProductCategory | DiscountCampaignProductCategory | DiscountCampaignService | Shop |
DiscountType | DiscountType | DiscountCampaignService | Shop |
Product | Product | ProductService | Shop |
ProductCategory | ProductCategory | ProductService | Shop |
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Entity Name | Alias Name | Microservice | Data Schema |
ShopLicense | ShopLicense | ShopLicenseService | Shop |
ShopOwner | ShopOwner | ShopLicenseService | Shop |
Relative mapping URL | Request Method | Method Name | Microservice | Involved Entities |
/shoplicense | POST | insertShopLicense(shoplicense) | ShopLicenseService | ShopLicense |
/shopowner/{id} | GET | findShopOwnerById(id) | ShopLicenseService | ShopOwner |
/shopowner/{id} | PUT | updateShopOwnerById(shopowner) | ShopLicenseService | ShopOwner |
/shoplicense/{id} | GET | findShopLicenseById(id) | ShopLicenseService | ShopLicense |
/shoplicense/{id} | DELETE | deleteShopLicenseById(id) | ShopLicenseService | ShopLicense |
/shopowner/{id} | DELETE | deleteShopOwnerById(id) | ShopLicenseService | ShopOwner |
/shoplicense/{id} | PUT | updateShopLicenseById(shoplicense) | ShopLicenseService | ShopLicense |
/shopowner | GET | findAllShopOwner() | ShopLicenseService | ShopOwner |
/shopowner/shoplicense/{id} | GET | findAllShopOwnerOfShopLicense(id) | ShopLicenseService | ShopLicense ShopOwner |
/shopowner | POST | insertShopOwner(shopowner) | ShopLicenseService | ShopOwner |
/shoplicense | GET | findAllShopLicense() | ShopLicenseService | ShopLicense |
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Entity Name: CustomerGroup
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
CreationDate | LONG | CustomerGroup | |
Description | STRING | CustomerGroup | |
GroupName | STRING | CustomerGroup | |
PrimaryKey | LONG | CustomerGroup | |
ServerReplicationVersion | LONG | CustomerGroup | |
ShopOwner | LONG | CustomerGroup |
Entity Name: ProductCategory
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
CategoryName | STRING | ProductCategory | |
Description | STRING | ProductCategory | |
PrimaryKey | LONG | ProductCategory | |
ServerReplicationVersion | LONG | ProductCategory | |
ShopOwner | LONG | ProductCategory |
Entity Name: DiscountCampaignProduct
Data Schema: Shop
Master Service: DiscountCampaignService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
DiscountCampaign | LONG | DiscountCampaignProduct | DiscountCampaign |
PrimaryKey | LONG | DiscountCampaignProduct | |
Product | LONG | DiscountCampaignProduct | Product |
ServerReplicationVersion | LONG | DiscountCampaignProduct | |
ShopOwner | LONG | DiscountCampaignProduct |
Entity Name: Country
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
CountryCode | STRING | Country | |
CountryName | STRING | Country | |
PrimaryKey | LONG | Country | |
ServerReplicationVersion | LONG | Country |
Entity Name: DiscountCampaignCustomer
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
DiscountCampaign | LONG | DiscountCampaignCustomer | DiscountCampaign |
MaxDiscounts | INT | DiscountCampaignCustomer | |
PrimaryKey | LONG | DiscountCampaignCustomer | |
ServerReplicationVersion | LONG | DiscountCampaignCustomer | |
ShopCustomer | LONG | DiscountCampaignCustomer | ShopCustomer |
ShopOwner | LONG | DiscountCampaignCustomer | |
UsedDiscounts | INT | DiscountCampaignCustomer |
Entity Name: ShopOwner
Data Schema: Shop
Master Service: ShopLicenseService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
OwnerName | STRING | ShopOwner | |
PrimaryKey | LONG | ShopOwner | |
ServerReplicationVersion | LONG | ShopOwner | |
ShopLicense | LONG | ShopOwner | ShopLicense |
Entity Name: ProductDelivery
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Amount | DOUBLE | ProductDelivery | |
DeliveryDate | LONG | ProductDelivery | |
Distributor | LONG | ProductDelivery | Distributor |
PrimaryKey | LONG | ProductDelivery | |
Product | LONG | ProductDelivery | Product |
Remarks | STRING | ProductDelivery | |
ServerReplicationVersion | LONG | ProductDelivery | |
ShopOwner | LONG | ProductDelivery | |
Warehouse | LONG | ProductDelivery | Warehouse |
Entity Name: SalesTax
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Category | INT | SalesTax | |
Country | LONG | SalesTax | Country |
PrimaryKey | LONG | SalesTax | |
ServerReplicationVersion | LONG | SalesTax | |
ShopOwner | LONG | SalesTax | |
TaxInPercent | DOUBLE | SalesTax | |
ValidFrom | LONG | SalesTax |
Entity Name: CustomerOrder
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
OrderDate | LONG | CustomerOrder | |
PrimaryKey | LONG | CustomerOrder | |
Remarks | STRING | CustomerOrder | |
ServerReplicationVersion | LONG | CustomerOrder | |
ShopCustomer | LONG | CustomerOrder | ShopCustomer |
ShopOwner | LONG | CustomerOrder |
Entity Name: CustomerDelivery
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Delivery | LONG | CustomerDelivery | Delivery |
OrderItem | LONG | CustomerDelivery | OrderItem |
PrimaryKey | LONG | CustomerDelivery | |
ReferenceNumber | STRING | CustomerDelivery | |
ServerReplicationVersion | LONG | CustomerDelivery | |
ShopOwner | LONG | CustomerDelivery |
Entity Name: Product
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
ArticleNumber | STRING | Product | |
BarCode | STRING | Product | |
CountryOfOrigin | LONG | Product | Country |
HarmonizedCode | STRING | Product | |
MetaDescription | STRING | Product | |
NeedsShipment | BOOL | Product | |
PageTitle | STRING | Product | |
PageURL | STRING | Product | |
PrimaryKey | LONG | Product | |
ProductCategory | LONG | Product | ProductCategory |
ProductTitle | STRING | Product | |
SalesTax | LONG | Product | SalesTax |
ServerReplicationVersion | LONG | Product | |
ShopOwner | LONG | Product | |
ShopVisibility | BOOL | Product | |
StopSalesIfStockEmpty | BOOL | Product | |
Tags | STRING | Product | |
Weight | DOUBLE | Product |
Entity Name: OrderItem
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Amount | DOUBLE | OrderItem | |
CustomerOrder | LONG | OrderItem | CustomerOrder |
PrimaryKey | LONG | OrderItem | |
Product | LONG | OrderItem | Product |
ServerReplicationVersion | LONG | OrderItem | |
ShopOwner | LONG | OrderItem |
Entity Name: Distributor
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
DistributorName | STRING | Distributor | |
STRING | Distributor | ||
PhoneNo | STRING | Distributor | |
PrimaryKey | LONG | Distributor | |
ServerReplicationVersion | LONG | Distributor | |
ShopOwner | LONG | Distributor |
Entity Name: ShopCustomer
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
City | STRING | ShopCustomer | |
Country | LONG | ShopCustomer | Country |
FirstName | STRING | ShopCustomer | |
LastName | STRING | ShopCustomer | |
PrimaryKey | LONG | ShopCustomer | |
ServerReplicationVersion | LONG | ShopCustomer | |
ShopOwner | LONG | ShopCustomer | |
Street | STRING | ShopCustomer |
Entity Name: DiscountCampaignProductCategory
Data Schema: Shop
Master Service: DiscountCampaignService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
DiscountCampaign | LONG | DiscountCampaignProductCategory | DiscountCampaign |
PrimaryKey | LONG | DiscountCampaignProductCategory | |
ProductCategory | LONG | DiscountCampaignProductCategory | ProductCategory |
ServerReplicationVersion | LONG | DiscountCampaignProductCategory | |
ShopOwner | LONG | DiscountCampaignProductCategory |
Entity Name: ShopLicense
Data Schema: Shop
Master Service: ShopLicenseService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
EmployeeCount | INT | ShopLicense | |
LicenseName | STRING | ShopLicense | |
Price | DOUBLE | ShopLicense | |
PrimaryKey | LONG | ShopLicense | |
ServerReplicationVersion | LONG | ShopLicense | |
TransactionFee | DOUBLE | ShopLicense | |
WarehouseCount | INT | ShopLicense |
Entity Name: ShopEmployee
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
STRING | ShopEmployee | ||
EmployeeName | STRING | ShopEmployee | |
EncryptedPassword | STRING | ShopEmployee | |
PrimaryKey | LONG | ShopEmployee | |
ServerReplicationVersion | LONG | ShopEmployee | |
ShowOwner | LONG | ShopEmployee | |
UserName | STRING | ShopEmployee |
Entity Name: WarehouseResponsibility
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
PrimaryKey | LONG | WarehouseResponsibility | |
Remarks | STRING | WarehouseResponsibility | |
ServerReplicationVersion | LONG | WarehouseResponsibility | |
ShopEmployee | LONG | WarehouseResponsibility | ShopEmployee |
ShopOwner | LONG | WarehouseResponsibility | |
Warehouse | LONG | WarehouseResponsibility | Warehouse |
Entity Name: Delivery
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Conditions | STRING | Delivery | |
DeliveryDate | LONG | Delivery | |
PrimaryKey | LONG | Delivery | |
ServerReplicationVersion | LONG | Delivery | |
ShopCustomer | LONG | Delivery | ShopCustomer |
ShopOwner | LONG | Delivery |
Entity Name: DiscountCampaign
Data Schema: Shop
Master Service: DiscountCampaignService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
DiscountCode | STRING | DiscountCampaign | |
DiscountType | LONG | DiscountCampaign | DiscountType |
FromDate | LONG | DiscountCampaign | |
MaxUsedDiscounts | INT | DiscountCampaign | |
MinimumPurchaseAmount | DOUBLE | DiscountCampaign | |
MinimumQuantity | INT | DiscountCampaign | |
PrimaryKey | LONG | DiscountCampaign | |
ServerReplicationVersion | LONG | DiscountCampaign | |
ShopOwner | LONG | DiscountCampaign | |
ToDate | LONG | DiscountCampaign | |
WholeOrder | BOOL | DiscountCampaign |
Entity Name: DiscountType
Data Schema: Shop
Master Service: DiscountCampaignService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Buy | INT | DiscountType | |
FixedAmount | DOUBLE | DiscountType | |
FreeShipping | BOOL | DiscountType | |
Pay | INT | DiscountType | |
Percentage | DOUBLE | DiscountType | |
PrimaryKey | LONG | DiscountType | |
ServerReplicationVersion | LONG | DiscountType | |
ShopOwner | LONG | DiscountType |
Entity Name: ProductPrice
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
Country | LONG | ProductPrice | Country |
Price | DOUBLE | ProductPrice | |
PrimaryKey | LONG | ProductPrice | |
Product | LONG | ProductPrice | Product |
ServerReplicationVersion | LONG | ProductPrice | |
ShopOwner | LONG | ProductPrice | |
ValidFrom | LONG | ProductPrice |
Entity Name: DiscountCampaignCustomerGroup
Data Schema: Shop
Master Service: DiscountCampaignService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
CustomerGroup | LONG | DiscountCampaignCustomerGroup | CustomerGroup |
DiscountCampaign | LONG | DiscountCampaignCustomerGroup | DiscountCampaign |
PrimaryKey | LONG | DiscountCampaignCustomerGroup | |
ServerReplicationVersion | LONG | DiscountCampaignCustomerGroup | |
ShopOwner | LONG | DiscountCampaignCustomerGroup |
Entity Name: PurchaseRule
Data Schema: Shop
Master Service: ProductService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
CreationDate | LONG | PurchaseRule | |
NotificationEmail | STRING | PurchaseRule | |
PrimaryKey | LONG | PurchaseRule | |
Product | LONG | PurchaseRule | Product |
ServerReplicationVersion | LONG | PurchaseRule | |
ShopOwner | LONG | PurchaseRule | |
Threshold | INT | PurchaseRule | |
Warehouse | LONG | PurchaseRule | Warehouse |
Entity Name: Warehouse
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
City | STRING | Warehouse | |
Country | LONG | Warehouse | Country |
PrimaryKey | LONG | Warehouse | |
ServerReplicationVersion | LONG | Warehouse | |
ShopOwner | LONG | Warehouse | |
Street | STRING | Warehouse | |
WarehouseName | STRING | Warehouse |
Entity Name: CustomerGroupMember
Data Schema: Shop
Master Service: CountryService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
CustomerGroup | LONG | CustomerGroupMember | CustomerGroup |
PrimaryKey | LONG | CustomerGroupMember | |
ServerReplicationVersion | LONG | CustomerGroupMember | |
ShopCustomer | LONG | CustomerGroupMember | ShopCustomer |
ShopOwner | LONG | CustomerGroupMember |
Mapping URL: /warehouse/country/{id}
Description: find the warehouse entities of country with the appended id
Microservice: CountryService
/warehouse/country/{id} |
Mapping URL: /discountcampaign
Description: find all discountcampaign entities
Microservice: DiscountCampaignService
/discountcampaign |
Mapping URL: /purchaserule
Description: find all purchaserule entities
Microservice: ProductService
/purchaserule |
Mapping URL: /shoplicense
Description: inserts the shoplicense entity
Microservice: ShopLicenseService
/shoplicense |
Mapping URL: /customergroup
Description: inserts the customergroup entity
Microservice: CountryService
/customergroup |
Mapping URL: /productprice/{id}
Description: updates the productprice entity with the appended id
Microservice: ProductService
/productprice/{id} |
Mapping URL: /purchaserule/{id}
Description: updates the purchaserule entity with the appended id
Microservice: ProductService
/purchaserule/{id} |
Mapping URL: /customerdelivery/orderitem/{id}
Description: find the customerdelivery entities of orderitem with the appended id
Microservice: ProductService
/customerdelivery/orderitem/{id} |
Mapping URL: /country/{id}
Description: updates the country entity with the appended id
Microservice: CountryService
/country/{id} |
Mapping URL: /delivery
Description: find all delivery entities
Microservice: CountryService
/delivery |
Mapping URL: /orderitem/{id}
Description: delete the orderitem entity with the appended id
Microservice: ProductService
/orderitem/{id} |
Mapping URL: /delivery
Description: inserts the delivery entity
Microservice: CountryService
/delivery |
Mapping URL: /productcategory
Description: inserts the productcategory entity
Microservice: ProductService
/productcategory |
Mapping URL: /shopemployee/{id}
Description: get the shopemployee entity with the appended id
Microservice: CountryService
/shopemployee/{id} |
Mapping URL: /discounttype/{id}
Description: updates the discounttype entity with the appended id
Microservice: DiscountCampaignService
/discounttype/{id} |
Mapping URL: /discountcampaigncustomer/{id}
Description: delete the discountcampaigncustomer entity with the appended id
Microservice: CountryService
/discountcampaigncustomer/{id} |
Mapping URL: /country/{id}
Description: get the country entity with the appended id
Microservice: CountryService
/country/{id} |
Mapping URL: /productcategory/{id}
Description: updates the productcategory entity with the appended id
Microservice: ProductService
/productcategory/{id} |
Mapping URL: /discountcampaigncustomergroup/{id}
Description: updates the discountcampaigncustomergroup entity with the appended id
Microservice: DiscountCampaignService
/discountcampaigncustomergroup/{id} |
Mapping URL: /discountcampaigncustomergroup/customergroup/{id}
Description: find the discountcampaigncustomergroup entities of customergroup with the appended id
Microservice: DiscountCampaignService
/discountcampaigncustomergroup/customergroup/{id} |
Mapping URL: /productcategory/{id}
Description: get the productcategory entity with the appended id
Microservice: ProductService
/productcategory/{id} |
Mapping URL: /productdelivery/distributor/{id}
Description: find the productdelivery entities of distributor with the appended id
Microservice: ProductService
/productdelivery/distributor/{id} |
Mapping URL: /discounttype/{id}
Description: delete the discounttype entity with the appended id
Microservice: DiscountCampaignService
/discounttype/{id} |
Mapping URL: /discounttype/{id}
Description: get the discounttype entity with the appended id
Microservice: DiscountCampaignService
/discounttype/{id} |
Mapping URL: /salestax/{id}
Description: delete the salestax entity with the appended id
Microservice: ProductService
/salestax/{id} |
Mapping URL: /customerorder/shopcustomer/{id}
Description: find the customerorder entities of shopcustomer with the appended id
Microservice: CountryService
/customerorder/shopcustomer/{id} |
Mapping URL: /salestax/country/{id}
Description: find the salestax entities of country with the appended id
Microservice: ProductService
/salestax/country/{id} |
Mapping URL: /shopowner/{id}
Description: get the shopowner entity with the appended id
Microservice: ShopLicenseService
/shopowner/{id} |
Mapping URL: /warehouse
Description: inserts the warehouse entity
Microservice: CountryService
/warehouse |
Mapping URL: /shopemployee/{id}
Description: updates the shopemployee entity with the appended id
Microservice: CountryService
/shopemployee/{id} |
Mapping URL: /customerdelivery/{id}
Description: updates the customerdelivery entity with the appended id
Microservice: ProductService
/customerdelivery/{id} |
Mapping URL: /warehouseresponsibility/warehouse/{id}
Description: find the warehouseresponsibility entities of warehouse with the appended id
Microservice: CountryService
/warehouseresponsibility/warehouse/{id} |
Mapping URL: /shopcustomer/{id}
Description: delete the shopcustomer entity with the appended id
Microservice: CountryService
/shopcustomer/{id} |
Mapping URL: /customerorder
Description: find all customerorder entities
Microservice: CountryService
/customerorder |
Mapping URL: /shopemployee/{id}
Description: delete the shopemployee entity with the appended id
Microservice: CountryService
/shopemployee/{id} |
Mapping URL: /discounttype
Description: inserts the discounttype entity
Microservice: DiscountCampaignService
/discounttype |
Mapping URL: /product/countryoforigin/{id}
Description: find the product entities of countryoforigin with the appended id
Microservice: ProductService
/product/countryoforigin/{id} |
Mapping URL: /distributor/{id}
Description: get the distributor entity with the appended id
Microservice: ProductService
/distributor/{id} |
Mapping URL: /delivery/shopcustomer/{id}
Description: find the delivery entities of shopcustomer with the appended id
Microservice: CountryService
/delivery/shopcustomer/{id} |
Mapping URL: /shopcustomer/{id}
Description: get the shopcustomer entity with the appended id
Microservice: CountryService
/shopcustomer/{id} |
Mapping URL: /country
Description: find all country entities
Microservice: CountryService
/country |
Mapping URL: /discountcampaign/{id}
Description: delete the discountcampaign entity with the appended id
Microservice: DiscountCampaignService
/discountcampaign/{id} |
Mapping URL: /customergroupmember
Description: find all customergroupmember entities
Microservice: CountryService
/customergroupmember |
Mapping URL: /productprice/product/{id}
Description: find the productprice entities of product with the appended id
Microservice: ProductService
/productprice/product/{id} |
Mapping URL: /distributor/{id}
Description: updates the distributor entity with the appended id
Microservice: ProductService
/distributor/{id} |
Mapping URL: /warehouse/{id}
Description: get the warehouse entity with the appended id
Microservice: CountryService
/warehouse/{id} |
Mapping URL: /shopemployee
Description: find all shopemployee entities
Microservice: CountryService
/shopemployee |
Mapping URL: /productcategory/{id}
Description: delete the productcategory entity with the appended id
Microservice: ProductService
/productcategory/{id} |
Mapping URL: /customerdelivery
Description: inserts the customerdelivery entity
Microservice: ProductService
/customerdelivery |
Mapping URL: /shopcustomer
Description: inserts the shopcustomer entity
Microservice: CountryService
/shopcustomer |
Mapping URL: /discountcampaigncustomer/discountcampaign/{id}
Description: find the discountcampaigncustomer entities of discountcampaign with the appended id
Microservice: CountryService
/discountcampaigncustomer/discountcampaign/{id} |
Mapping URL: /discountcampaignproductcategory
Description: find all discountcampaignproductcategory entities
Microservice: DiscountCampaignService
/discountcampaignproductcategory |
Mapping URL: /warehouseresponsibility/shopemployee/{id}
Description: find the warehouseresponsibility entities of shopemployee with the appended id
Microservice: CountryService
/warehouseresponsibility/shopemployee/{id} |
Mapping URL: /discounttype
Description: find all discounttype entities
Microservice: DiscountCampaignService
/discounttype |
Mapping URL: /purchaserule/{id}
Description: delete the purchaserule entity with the appended id
Microservice: ProductService
/purchaserule/{id} |
Mapping URL: /customerdelivery/{id}
Description: get the customerdelivery entity with the appended id
Microservice: ProductService
/customerdelivery/{id} |
Mapping URL: /country/{id}
Description: delete the country entity with the appended id
Microservice: CountryService
/country/{id} |
Mapping URL: /warehouse/{id}
Description: updates the warehouse entity with the appended id
Microservice: CountryService
/warehouse/{id} |
Mapping URL: /customergroup/{id}
Description: delete the customergroup entity with the appended id
Microservice: CountryService
/customergroup/{id} |
Mapping URL: /product/salestax/{id}
Description: find the product entities of salestax with the appended id
Microservice: ProductService
/product/salestax/{id} |
Mapping URL: /discountcampaigncustomer/shopcustomer/{id}
Description: find the discountcampaigncustomer entities of shopcustomer with the appended id
Microservice: CountryService
/discountcampaigncustomer/shopcustomer/{id} |
Mapping URL: /shopemployee
Description: inserts the shopemployee entity
Microservice: CountryService
/shopemployee |
Mapping URL: /shopowner/{id}
Description: updates the shopowner entity with the appended id
Microservice: ShopLicenseService
/shopowner/{id} |
Mapping URL: /productprice/{id}
Description: get the productprice entity with the appended id
Microservice: ProductService
/productprice/{id} |
Mapping URL: /warehouseresponsibility/{id}
Description: delete the warehouseresponsibility entity with the appended id
Microservice: CountryService
/warehouseresponsibility/{id} |
Mapping URL: /productdelivery/{id}
Description: updates the productdelivery entity with the appended id
Microservice: ProductService
/productdelivery/{id} |
Mapping URL: /discountcampaigncustomergroup
Description: inserts the discountcampaigncustomergroup entity
Microservice: DiscountCampaignService
/discountcampaigncustomergroup |
Mapping URL: /shoplicense/{id}
Description: get the shoplicense entity with the appended id
Microservice: ShopLicenseService
/shoplicense/{id} |
Mapping URL: /purchaserule
Description: inserts the purchaserule entity
Microservice: ProductService
/purchaserule |
Mapping URL: /country
Description: inserts the country entity
Microservice: CountryService
/country |
Mapping URL: /shopcustomer/{id}
Description: updates the shopcustomer entity with the appended id
Microservice: CountryService
/shopcustomer/{id} |
Mapping URL: /customerdelivery/delivery/{id}
Description: find the customerdelivery entities of delivery with the appended id
Microservice: ProductService
/customerdelivery/delivery/{id} |
Mapping URL: /distributor/{id}
Description: delete the distributor entity with the appended id
Microservice: ProductService
/distributor/{id} |
Mapping URL: /productprice
Description: inserts the productprice entity
Microservice: ProductService
/productprice |
Mapping URL: /warehouseresponsibility/{id}
Description: get the warehouseresponsibility entity with the appended id
Microservice: CountryService
/warehouseresponsibility/{id} |
Mapping URL: /discountcampaigncustomer
Description: find all discountcampaigncustomer entities
Microservice: CountryService
/discountcampaigncustomer |
Mapping URL: /discountcampaignproduct/{id}
Description: get the discountcampaignproduct entity with the appended id
Microservice: DiscountCampaignService
/discountcampaignproduct/{id} |
Mapping URL: /discountcampaignproductcategory
Description: inserts the discountcampaignproductcategory entity
Microservice: DiscountCampaignService
/discountcampaignproductcategory |
Mapping URL: /salestax
Description: inserts the salestax entity
Microservice: ProductService
/salestax |
Mapping URL: /product/{id}
Description: delete the product entity with the appended id
Microservice: ProductService
/product/{id} |
Mapping URL: /orderitem/customerorder/{id}
Description: find the orderitem entities of customerorder with the appended id
Microservice: ProductService
/orderitem/customerorder/{id} |
Mapping URL: /productdelivery
Description: inserts the productdelivery entity
Microservice: ProductService
/productdelivery |
Mapping URL: /warehouse
Description: find all warehouse entities
Microservice: CountryService
/warehouse |
Mapping URL: /product/{id}
Description: updates the product entity with the appended id
Microservice: ProductService
/product/{id} |
Mapping URL: /productdelivery/{id}
Description: get the productdelivery entity with the appended id
Microservice: ProductService
/productdelivery/{id} |
Mapping URL: /discountcampaigncustomergroup
Description: find all discountcampaigncustomergroup entities
Microservice: DiscountCampaignService
/discountcampaigncustomergroup |
Mapping URL: /orderitem
Description: find all orderitem entities
Microservice: ProductService
/orderitem |
Mapping URL: /customerdelivery
Description: find all customerdelivery entities
Microservice: ProductService
/customerdelivery |
Mapping URL: /discountcampaign
Description: inserts the discountcampaign entity
Microservice: DiscountCampaignService
/discountcampaign |
Mapping URL: /purchaserule/{id}
Description: get the purchaserule entity with the appended id
Microservice: ProductService
/purchaserule/{id} |
Mapping URL: /discountcampaignproductcategory/{id}
Description: get the discountcampaignproductcategory entity with the appended id
Microservice: DiscountCampaignService
/discountcampaignproductcategory/{id} |
Mapping URL: /productdelivery
Description: find all productdelivery entities
Microservice: ProductService
/productdelivery |
Mapping URL: /warehouseresponsibility
Description: inserts the warehouseresponsibility entity
Microservice: CountryService
/warehouseresponsibility |
Mapping URL: /customergroupmember
Description: inserts the customergroupmember entity
Microservice: CountryService
/customergroupmember |
Mapping URL: /discountcampaigncustomergroup/{id}
Description: delete the discountcampaigncustomergroup entity with the appended id
Microservice: DiscountCampaignService
/discountcampaigncustomergroup/{id} |
Mapping URL: /customerorder/{id}
Description: get the customerorder entity with the appended id
Microservice: CountryService
/customerorder/{id} |
Mapping URL: /discountcampaignproduct/product/{id}
Description: find the discountcampaignproduct entities of product with the appended id
Microservice: DiscountCampaignService
/discountcampaignproduct/product/{id} |
Mapping URL: /distributor
Description: find all distributor entities
Microservice: ProductService
/distributor |
Mapping URL: /productcategory
Description: find all productcategory entities
Microservice: ProductService
/productcategory |
Mapping URL: /productdelivery/{id}
Description: delete the productdelivery entity with the appended id
Microservice: ProductService
/productdelivery/{id} |
Mapping URL: /orderitem/product/{id}
Description: find the orderitem entities of product with the appended id
Microservice: ProductService
/orderitem/product/{id} |
Mapping URL: /customergroupmember/customergroup/{id}
Description: find the customergroupmember entities of customergroup with the appended id
Microservice: CountryService
/customergroupmember/customergroup/{id} |
Mapping URL: /shoplicense/{id}
Description: delete the shoplicense entity with the appended id
Microservice: ShopLicenseService
/shoplicense/{id} |
Mapping URL: /productdelivery/product/{id}
Description: find the productdelivery entities of product with the appended id
Microservice: ProductService
/productdelivery/product/{id} |
Mapping URL: /discountcampaignproduct/discountcampaign/{id}
Description: find the discountcampaignproduct entities of discountcampaign with the appended id
Microservice: DiscountCampaignService
/discountcampaignproduct/discountcampaign/{id} |
Mapping URL: /discountcampaigncustomer
Description: inserts the discountcampaigncustomer entity
Microservice: CountryService
/discountcampaigncustomer |
Mapping URL: /shopowner/{id}
Description: delete the shopowner entity with the appended id
Microservice: ShopLicenseService
/shopowner/{id} |
Mapping URL: /discountcampaign/{id}
Description: updates the discountcampaign entity with the appended id
Microservice: DiscountCampaignService
/discountcampaign/{id} |
Mapping URL: /discountcampaigncustomer/{id}
Description: updates the discountcampaigncustomer entity with the appended id
Microservice: CountryService
/discountcampaigncustomer/{id} |
Mapping URL: /productprice/{id}
Description: delete the productprice entity with the appended id
Microservice: ProductService
/productprice/{id} |
Mapping URL: /discountcampaign/discounttype/{id}
Description: find the discountcampaign entities of discounttype with the appended id
Microservice: DiscountCampaignService
/discountcampaign/discounttype/{id} |
Mapping URL: /discountcampaignproduct/{id}
Description: updates the discountcampaignproduct entity with the appended id
Microservice: DiscountCampaignService
/discountcampaignproduct/{id} |
Mapping URL: /product
Description: inserts the product entity
Microservice: ProductService
/product |
Mapping URL: /customerorder
Description: inserts the customerorder entity
Microservice: CountryService
/customerorder |
Mapping URL: /customergroupmember/{id}
Description: get the customergroupmember entity with the appended id
Microservice: CountryService
/customergroupmember/{id} |
Mapping URL: /customergroup
Description: find all customergroup entities
Microservice: CountryService
/customergroup |
Mapping URL: /productprice/country/{id}
Description: find the productprice entities of country with the appended id
Microservice: ProductService
/productprice/country/{id} |
Mapping URL: /productdelivery/warehouse/{id}
Description: find the productdelivery entities of warehouse with the appended id
Microservice: ProductService
/productdelivery/warehouse/{id} |
Mapping URL: /discountcampaigncustomergroup/{id}
Description: get the discountcampaigncustomergroup entity with the appended id
Microservice: DiscountCampaignService
/discountcampaigncustomergroup/{id} |
Mapping URL: /salestax/{id}
Description: get the salestax entity with the appended id
Microservice: ProductService
/salestax/{id} |
Mapping URL: /customergroupmember/{id}
Description: updates the customergroupmember entity with the appended id
Microservice: CountryService
/customergroupmember/{id} |
Mapping URL: /customerorder/{id}
Description: updates the customerorder entity with the appended id
Microservice: CountryService
/customerorder/{id} |
Mapping URL: /warehouseresponsibility
Description: find all warehouseresponsibility entities
Microservice: CountryService
/warehouseresponsibility |
Mapping URL: /orderitem/{id}
Description: get the orderitem entity with the appended id
Microservice: ProductService
/orderitem/{id} |
Mapping URL: /discountcampaigncustomer/{id}
Description: get the discountcampaigncustomer entity with the appended id
Microservice: CountryService
/discountcampaigncustomer/{id} |
Mapping URL: /discountcampaignproductcategory/{id}
Description: delete the discountcampaignproductcategory entity with the appended id
Microservice: DiscountCampaignService
/discountcampaignproductcategory/{id} |
Mapping URL: /customerdelivery/{id}
Description: delete the customerdelivery entity with the appended id
Microservice: ProductService
/customerdelivery/{id} |
Mapping URL: /salestax/{id}
Description: updates the salestax entity with the appended id
Microservice: ProductService
/salestax/{id} |
Mapping URL: /discountcampaign/{id}
Description: get the discountcampaign entity with the appended id
Microservice: DiscountCampaignService
/discountcampaign/{id} |
Mapping URL: /warehouseresponsibility/{id}
Description: updates the warehouseresponsibility entity with the appended id
Microservice: CountryService
/warehouseresponsibility/{id} |
Mapping URL: /distributor
Description: inserts the distributor entity
Microservice: ProductService
/distributor |
Mapping URL: /discountcampaignproductcategory/{id}
Description: updates the discountcampaignproductcategory entity with the appended id
Microservice: DiscountCampaignService
/discountcampaignproductcategory/{id} |
Mapping URL: /discountcampaignproduct
Description: find all discountcampaignproduct entities
Microservice: DiscountCampaignService
/discountcampaignproduct |
Mapping URL: /purchaserule/product/{id}
Description: find the purchaserule entities of product with the appended id
Microservice: ProductService
/purchaserule/product/{id} |
Mapping URL: /shoplicense/{id}
Description: updates the shoplicense entity with the appended id
Microservice: ShopLicenseService
/shoplicense/{id} |
Mapping URL: /delivery/{id}
Description: updates the delivery entity with the appended id
Microservice: CountryService
/delivery/{id} |
Mapping URL: /shopowner
Description: find all shopowner entities
Microservice: ShopLicenseService
/shopowner |
Mapping URL: /delivery/{id}
Description: get the delivery entity with the appended id
Microservice: CountryService
/delivery/{id} |
Mapping URL: /discountcampaigncustomergroup/discountcampaign/{id}
Description: find the discountcampaigncustomergroup entities of discountcampaign with the appended id
Microservice: DiscountCampaignService
/discountcampaigncustomergroup/discountcampaign/{id} |
Mapping URL: /product
Description: find all product entities
Microservice: ProductService
/product |
Mapping URL: /shopowner/shoplicense/{id}
Description: find the shopowner entities of shoplicense with the appended id
Microservice: ShopLicenseService
/shopowner/shoplicense/{id} |
Mapping URL: /shopowner
Description: inserts the shopowner entity
Microservice: ShopLicenseService
/shopowner |
Mapping URL: /salestax
Description: find all salestax entities
Microservice: ProductService
/salestax |
Mapping URL: /customerorder/{id}
Description: delete the customerorder entity with the appended id
Microservice: CountryService
/customerorder/{id} |
Mapping URL: /productprice
Description: find all productprice entities
Microservice: ProductService
/productprice |
Mapping URL: /shoplicense
Description: find all shoplicense entities
Microservice: ShopLicenseService
/shoplicense |
Mapping URL: /shopcustomer
Description: find all shopcustomer entities
Microservice: CountryService
/shopcustomer |
Mapping URL: /discountcampaignproductcategory/productcategory/{id}
Description: find the discountcampaignproductcategory entities of productcategory with the appended id
Microservice: DiscountCampaignService
/discountcampaignproductcategory/productcategory/{id} |
Mapping URL: /discountcampaignproduct
Description: inserts the discountcampaignproduct entity
Microservice: DiscountCampaignService
/discountcampaignproduct |
Mapping URL: /orderitem
Description: inserts the orderitem entity
Microservice: ProductService
/orderitem |
Mapping URL: /customergroupmember/shopcustomer/{id}
Description: find the customergroupmember entities of shopcustomer with the appended id
Microservice: CountryService
/customergroupmember/shopcustomer/{id} |
Mapping URL: /discountcampaignproduct/{id}
Description: delete the discountcampaignproduct entity with the appended id
Microservice: DiscountCampaignService
/discountcampaignproduct/{id} |
Mapping URL: /customergroup/{id}
Description: updates the customergroup entity with the appended id
Microservice: CountryService
/customergroup/{id} |
Mapping URL: /orderitem/{id}
Description: updates the orderitem entity with the appended id
Microservice: ProductService
/orderitem/{id} |
Mapping URL: /discountcampaignproductcategory/discountcampaign/{id}
Description: find the discountcampaignproductcategory entities of discountcampaign with the appended id
Microservice: DiscountCampaignService
/discountcampaignproductcategory/discountcampaign/{id} |
Mapping URL: /customergroupmember/{id}
Description: delete the customergroupmember entity with the appended id
Microservice: CountryService
/customergroupmember/{id} |
Mapping URL: /delivery/{id}
Description: delete the delivery entity with the appended id
Microservice: CountryService
/delivery/{id} |
Mapping URL: /customergroup/{id}
Description: get the customergroup entity with the appended id
Microservice: CountryService
/customergroup/{id} |
Mapping URL: /product/productcategory/{id}
Description: find the product entities of productcategory with the appended id
Microservice: ProductService
/product/productcategory/{id} |
Mapping URL: /warehouse/{id}
Description: delete the warehouse entity with the appended id
Microservice: CountryService
/warehouse/{id} |
Mapping URL: /purchaserule/warehouse/{id}
Description: find the purchaserule entities of warehouse with the appended id
Microservice: ProductService
/purchaserule/warehouse/{id} |
Mapping URL: /product/{id}
Description: get the product entity with the appended id
Microservice: ProductService
/product/{id} |
Mapping URL: /shopcustomer/country/{id}
Description: find the shopcustomer entities of country with the appended id
Microservice: CountryService
/shopcustomer/country/{id} |
Mapping URL: /delivery/{id}
Description: DeliveryService
Name: updateDeliveryById(delivery)
Request Method: PUT
Service Interface: /delivery/{id}
Service Entity: Delivery
Mapping URL: /product
Description: ProductService
Name: findAllProduct()
Request Method: GET
Service Interface: /product
Service Entity: Product
Mapping URL: /discountcampaigncustomergroup/{id}
Description: DiscountCampaignCustomerGroupService
Name: updateDiscountCampaignCustomerGroupById(discountcampaigncustomergroup)
Request Method: PUT
Service Interface: /discountcampaigncustomergroup/{id}
Service Entity: DiscountCampaignCustomerGroup
Mapping URL: /customergroupmember/shopcustomer/{id}
Description: ShopCustomerService
Name: findAllCustomerGroupMemberOfShopCustomer(id)
Request Method: GET
Service Interface: /customergroupmember/shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /shopowner
Description: ShopOwnerService
Name: findAllShopOwner()
Request Method: GET
Service Interface: /shopowner
Service Entity: ShopOwner
Mapping URL: /discounttype/{id}
Description: DiscountTypeService
Name: deleteDiscountTypeById(id)
Request Method: DELETE
Service Interface: /discounttype/{id}
Service Entity: DiscountType
Mapping URL: /shoplicense/{id}
Description: ShopLicenseService
Name: deleteShopLicenseById(id)
Request Method: DELETE
Service Interface: /shoplicense/{id}
Service Entity: ShopLicense
Mapping URL: /shopemployee/{id}
Description: ShopEmployeeService
Name: updateShopEmployeeById(shopemployee)
Request Method: PUT
Service Interface: /shopemployee/{id}
Service Entity: ShopEmployee
Mapping URL: /shopcustomer/country/{id}
Description: CountryService
Name: findAllShopCustomerOfCountry(id)
Request Method: GET
Service Interface: /shopcustomer/country/{id}
Service Entity: Country
Mapping URL: /customergroupmember/{id}
Description: CustomerGroupMemberService
Name: updateCustomerGroupMemberById(customergroupmember)
Request Method: PUT
Service Interface: /customergroupmember/{id}
Service Entity: CustomerGroupMember
Mapping URL: /productdelivery/warehouse/{id}
Description: WarehouseService
Name: findAllProductDeliveryOfWarehouse(id)
Request Method: GET
Service Interface: /productdelivery/warehouse/{id}
Service Entity: Warehouse
Mapping URL: /discountcampaigncustomergroup/customergroup/{id}
Description: CustomerGroupService
Name: findAllDiscountCampaignCustomerGroupOfCustomerGroup(id)
Request Method: GET
Service Interface: /discountcampaigncustomergroup/customergroup/{id}
Service Entity: CustomerGroup
Mapping URL: /customergroup
Description: CustomerGroupService
Name: insertCustomerGroup(customergroup)
Request Method: POST
Service Interface: /customergroup
Service Entity: CustomerGroup
Mapping URL: /delivery/{id}
Description: DeliveryService
Name: findDeliveryById(id)
Request Method: GET
Service Interface: /delivery/{id}
Service Entity: Delivery
Mapping URL: /salestax/{id}
Description: SalesTaxService
Name: updateSalesTaxById(salestax)
Request Method: PUT
Service Interface: /salestax/{id}
Service Entity: SalesTax
Mapping URL: /shoplicense
Description: ShopLicenseService
Name: insertShopLicense(shoplicense)
Request Method: POST
Service Interface: /shoplicense
Service Entity: ShopLicense
Mapping URL: /warehouseresponsibility/shopemployee/{id}
Description: ShopEmployeeService
Name: findAllWarehouseResponsibilityOfShopEmployee(id)
Request Method: GET
Service Interface: /warehouseresponsibility/shopemployee/{id}
Service Entity: ShopEmployee
Mapping URL: /customerdelivery
Description: CustomerDeliveryService
Name: insertCustomerDelivery(customerdelivery)
Request Method: POST
Service Interface: /customerdelivery
Service Entity: CustomerDelivery
Mapping URL: /productdelivery/distributor/{id}
Description: DistributorService
Name: findAllProductDeliveryOfDistributor(id)
Request Method: GET
Service Interface: /productdelivery/distributor/{id}
Service Entity: Distributor
Mapping URL: /discountcampaignproduct/{id}
Description: DiscountCampaignProductService
Name: updateDiscountCampaignProductById(discountcampaignproduct)
Request Method: PUT
Service Interface: /discountcampaignproduct/{id}
Service Entity: DiscountCampaignProduct
Mapping URL: /shopowner/shoplicense/{id}
Description: ShopLicenseService
Name: findAllShopOwnerOfShopLicense(id)
Request Method: GET
Service Interface: /shopowner/shoplicense/{id}
Service Entity: ShopLicense
Mapping URL: /customerorder/shopcustomer/{id}
Description: ShopCustomerService
Name: findAllCustomerOrderOfShopCustomer(id)
Request Method: GET
Service Interface: /customerorder/shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /shopcustomer
Description: ShopCustomerService
Name: findAllShopCustomer()
Request Method: GET
Service Interface: /shopcustomer
Service Entity: ShopCustomer
Mapping URL: /discountcampaignproductcategory/productcategory/{id}
Description: ProductCategoryService
Name: findAllDiscountCampaignProductCategoryOfProductCategory(id)
Request Method: GET
Service Interface: /discountcampaignproductcategory/productcategory/{id}
Service Entity: ProductCategory
Mapping URL: /warehouseresponsibility/warehouse/{id}
Description: WarehouseService
Name: findAllWarehouseResponsibilityOfWarehouse(id)
Request Method: GET
Service Interface: /warehouseresponsibility/warehouse/{id}
Service Entity: Warehouse
Mapping URL: /productprice/{id}
Description: ProductPriceService
Name: deleteProductPriceById(id)
Request Method: DELETE
Service Interface: /productprice/{id}
Service Entity: ProductPrice
Mapping URL: /customergroupmember
Description: CustomerGroupMemberService
Name: findAllCustomerGroupMember()
Request Method: GET
Service Interface: /customergroupmember
Service Entity: CustomerGroupMember
Mapping URL: /discountcampaignproductcategory
Description: DiscountCampaignProductCategoryService
Name: findAllDiscountCampaignProductCategory()
Request Method: GET
Service Interface: /discountcampaignproductcategory
Service Entity: DiscountCampaignProductCategory
Mapping URL: /shopowner/{id}
Description: ShopOwnerService
Name: findShopOwnerById(id)
Request Method: GET
Service Interface: /shopowner/{id}
Service Entity: ShopOwner
Mapping URL: /discountcampaignproductcategory/{id}
Description: DiscountCampaignProductCategoryService
Name: deleteDiscountCampaignProductCategoryById(id)
Request Method: DELETE
Service Interface: /discountcampaignproductcategory/{id}
Service Entity: DiscountCampaignProductCategory
Mapping URL: /customerdelivery/{id}
Description: CustomerDeliveryService
Name: updateCustomerDeliveryById(customerdelivery)
Request Method: PUT
Service Interface: /customerdelivery/{id}
Service Entity: CustomerDelivery
Mapping URL: /discounttype/{id}
Description: DiscountTypeService
Name: updateDiscountTypeById(discounttype)
Request Method: PUT
Service Interface: /discounttype/{id}
Service Entity: DiscountType
Mapping URL: /productcategory
Description: ProductCategoryService
Name: insertProductCategory(productcategory)
Request Method: POST
Service Interface: /productcategory
Service Entity: ProductCategory
Mapping URL: /product/salestax/{id}
Description: SalesTaxService
Name: findAllProductOfSalesTax(id)
Request Method: GET
Service Interface: /product/salestax/{id}
Service Entity: SalesTax
Mapping URL: /customergroup/{id}
Description: CustomerGroupService
Name: deleteCustomerGroupById(id)
Request Method: DELETE
Service Interface: /customergroup/{id}
Service Entity: CustomerGroup
Mapping URL: /discountcampaignproduct/product/{id}
Description: ProductService
Name: findAllDiscountCampaignProductOfProduct(id)
Request Method: GET
Service Interface: /discountcampaignproduct/product/{id}
Service Entity: Product
Mapping URL: /discountcampaignproduct/{id}
Description: DiscountCampaignProductService
Name: findDiscountCampaignProductById(id)
Request Method: GET
Service Interface: /discountcampaignproduct/{id}
Service Entity: DiscountCampaignProduct
Mapping URL: /discountcampaigncustomer/discountcampaign/{id}
Description: DiscountCampaignService
Name: findAllDiscountCampaignCustomerOfDiscountCampaign(id)
Request Method: GET
Service Interface: /discountcampaigncustomer/discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /delivery
Description: DeliveryService
Name: findAllDelivery()
Request Method: GET
Service Interface: /delivery
Service Entity: Delivery
Mapping URL: /product/countryoforigin/{id}
Description: CountryService
Name: findAllProductOfCountryOfOrigin(id)
Request Method: GET
Service Interface: /product/countryoforigin/{id}
Service Entity: Country
Mapping URL: /distributor/{id}
Description: DistributorService
Name: updateDistributorById(distributor)
Request Method: PUT
Service Interface: /distributor/{id}
Service Entity: Distributor
Mapping URL: /warehouseresponsibility/{id}
Description: WarehouseResponsibilityService
Name: deleteWarehouseResponsibilityById(id)
Request Method: DELETE
Service Interface: /warehouseresponsibility/{id}
Service Entity: WarehouseResponsibility
Mapping URL: /productdelivery/{id}
Description: ProductDeliveryService
Name: findProductDeliveryById(id)
Request Method: GET
Service Interface: /productdelivery/{id}
Service Entity: ProductDelivery
Mapping URL: /orderitem/{id}
Description: OrderItemService
Name: deleteOrderItemById(id)
Request Method: DELETE
Service Interface: /orderitem/{id}
Service Entity: OrderItem
Mapping URL: /customergroup
Description: CustomerGroupService
Name: findAllCustomerGroup()
Request Method: GET
Service Interface: /customergroup
Service Entity: CustomerGroup
Mapping URL: /productdelivery
Description: ProductDeliveryService
Name: insertProductDelivery(productdelivery)
Request Method: POST
Service Interface: /productdelivery
Service Entity: ProductDelivery
Mapping URL: /productprice/product/{id}
Description: ProductService
Name: findAllProductPriceOfProduct(id)
Request Method: GET
Service Interface: /productprice/product/{id}
Service Entity: Product
Mapping URL: /product/{id}
Description: ProductService
Name: findProductById(id)
Request Method: GET
Service Interface: /product/{id}
Service Entity: Product
Mapping URL: /discounttype
Description: DiscountTypeService
Name: findAllDiscountType()
Request Method: GET
Service Interface: /discounttype
Service Entity: DiscountType
Mapping URL: /country/{id}
Description: CountryService
Name: findCountryById(id)
Request Method: GET
Service Interface: /country/{id}
Service Entity: Country
Mapping URL: /discountcampaigncustomer
Description: DiscountCampaignCustomerService
Name: insertDiscountCampaignCustomer(discountcampaigncustomer)
Request Method: POST
Service Interface: /discountcampaigncustomer
Service Entity: DiscountCampaignCustomer
Mapping URL: /productdelivery/{id}
Description: ProductDeliveryService
Name: updateProductDeliveryById(productdelivery)
Request Method: PUT
Service Interface: /productdelivery/{id}
Service Entity: ProductDelivery
Mapping URL: /orderitem
Description: OrderItemService
Name: insertOrderItem(orderitem)
Request Method: POST
Service Interface: /orderitem
Service Entity: OrderItem
Mapping URL: /delivery
Description: DeliveryService
Name: insertDelivery(delivery)
Request Method: POST
Service Interface: /delivery
Service Entity: Delivery
Mapping URL: /distributor/{id}
Description: DistributorService
Name: deleteDistributorById(id)
Request Method: DELETE
Service Interface: /distributor/{id}
Service Entity: Distributor
Mapping URL: /shopcustomer/{id}
Description: ShopCustomerService
Name: findShopCustomerById(id)
Request Method: GET
Service Interface: /shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /discountcampaigncustomer/{id}
Description: DiscountCampaignCustomerService
Name: findDiscountCampaignCustomerById(id)
Request Method: GET
Service Interface: /discountcampaigncustomer/{id}
Service Entity: DiscountCampaignCustomer
Mapping URL: /discounttype
Description: DiscountTypeService
Name: insertDiscountType(discounttype)
Request Method: POST
Service Interface: /discounttype
Service Entity: DiscountType
Mapping URL: /customerdelivery/{id}
Description: CustomerDeliveryService
Name: deleteCustomerDeliveryById(id)
Request Method: DELETE
Service Interface: /customerdelivery/{id}
Service Entity: CustomerDelivery
Mapping URL: /customergroupmember/{id}
Description: CustomerGroupMemberService
Name: deleteCustomerGroupMemberById(id)
Request Method: DELETE
Service Interface: /customergroupmember/{id}
Service Entity: CustomerGroupMember
Mapping URL: /customergroupmember
Description: CustomerGroupMemberService
Name: insertCustomerGroupMember(customergroupmember)
Request Method: POST
Service Interface: /customergroupmember
Service Entity: CustomerGroupMember
Mapping URL: /discountcampaign/{id}
Description: DiscountCampaignService
Name: deleteDiscountCampaignById(id)
Request Method: DELETE
Service Interface: /discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /discountcampaignproduct/discountcampaign/{id}
Description: DiscountCampaignService
Name: findAllDiscountCampaignProductOfDiscountCampaign(id)
Request Method: GET
Service Interface: /discountcampaignproduct/discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /orderitem/{id}
Description: OrderItemService
Name: updateOrderItemById(orderitem)
Request Method: PUT
Service Interface: /orderitem/{id}
Service Entity: OrderItem
Mapping URL: /discountcampaignproductcategory
Description: DiscountCampaignProductCategoryService
Name: insertDiscountCampaignProductCategory(discountcampaignproductcategory)
Request Method: POST
Service Interface: /discountcampaignproductcategory
Service Entity: DiscountCampaignProductCategory
Mapping URL: /country/{id}
Description: CountryService
Name: deleteCountryById(id)
Request Method: DELETE
Service Interface: /country/{id}
Service Entity: Country
Mapping URL: /customergroupmember/customergroup/{id}
Description: CustomerGroupService
Name: findAllCustomerGroupMemberOfCustomerGroup(id)
Request Method: GET
Service Interface: /customergroupmember/customergroup/{id}
Service Entity: CustomerGroup
Mapping URL: /customerdelivery/{id}
Description: CustomerDeliveryService
Name: findCustomerDeliveryById(id)
Request Method: GET
Service Interface: /customerdelivery/{id}
Service Entity: CustomerDelivery
Mapping URL: /purchaserule/{id}
Description: PurchaseRuleService
Name: findPurchaseRuleById(id)
Request Method: GET
Service Interface: /purchaserule/{id}
Service Entity: PurchaseRule
Mapping URL: /shoplicense
Description: ShopLicenseService
Name: findAllShopLicense()
Request Method: GET
Service Interface: /shoplicense
Service Entity: ShopLicense
Mapping URL: /customerdelivery/orderitem/{id}
Description: OrderItemService
Name: findAllCustomerDeliveryOfOrderItem(id)
Request Method: GET
Service Interface: /customerdelivery/orderitem/{id}
Service Entity: OrderItem
Mapping URL: /warehouse
Description: WarehouseService
Name: insertWarehouse(warehouse)
Request Method: POST
Service Interface: /warehouse
Service Entity: Warehouse
Mapping URL: /shopcustomer/{id}
Description: ShopCustomerService
Name: deleteShopCustomerById(id)
Request Method: DELETE
Service Interface: /shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /discountcampaigncustomer
Description: DiscountCampaignCustomerService
Name: findAllDiscountCampaignCustomer()
Request Method: GET
Service Interface: /discountcampaigncustomer
Service Entity: DiscountCampaignCustomer
Mapping URL: /orderitem
Description: OrderItemService
Name: findAllOrderItem()
Request Method: GET
Service Interface: /orderitem
Service Entity: OrderItem
Mapping URL: /discountcampaignproduct
Description: DiscountCampaignProductService
Name: insertDiscountCampaignProduct(discountcampaignproduct)
Request Method: POST
Service Interface: /discountcampaignproduct
Service Entity: DiscountCampaignProduct
Mapping URL: /product/productcategory/{id}
Description: ProductCategoryService
Name: findAllProductOfProductCategory(id)
Request Method: GET
Service Interface: /product/productcategory/{id}
Service Entity: ProductCategory
Mapping URL: /shopcustomer
Description: ShopCustomerService
Name: insertShopCustomer(shopcustomer)
Request Method: POST
Service Interface: /shopcustomer
Service Entity: ShopCustomer
Mapping URL: /salestax
Description: SalesTaxService
Name: insertSalesTax(salestax)
Request Method: POST
Service Interface: /salestax
Service Entity: SalesTax
Mapping URL: /orderitem/product/{id}
Description: ProductService
Name: findAllOrderItemOfProduct(id)
Request Method: GET
Service Interface: /orderitem/product/{id}
Service Entity: Product
Mapping URL: /warehouseresponsibility
Description: WarehouseResponsibilityService
Name: findAllWarehouseResponsibility()
Request Method: GET
Service Interface: /warehouseresponsibility
Service Entity: WarehouseResponsibility
Mapping URL: /discountcampaign/discounttype/{id}
Description: DiscountTypeService
Name: findAllDiscountCampaignOfDiscountType(id)
Request Method: GET
Service Interface: /discountcampaign/discounttype/{id}
Service Entity: DiscountType
Mapping URL: /discountcampaigncustomergroup
Description: DiscountCampaignCustomerGroupService
Name: findAllDiscountCampaignCustomerGroup()
Request Method: GET
Service Interface: /discountcampaigncustomergroup
Service Entity: DiscountCampaignCustomerGroup
Mapping URL: /delivery/{id}
Description: DeliveryService
Name: deleteDeliveryById(id)
Request Method: DELETE
Service Interface: /delivery/{id}
Service Entity: Delivery
Mapping URL: /delivery/shopcustomer/{id}
Description: ShopCustomerService
Name: findAllDeliveryOfShopCustomer(id)
Request Method: GET
Service Interface: /delivery/shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /customerorder/{id}
Description: CustomerOrderService
Name: findCustomerOrderById(id)
Request Method: GET
Service Interface: /customerorder/{id}
Service Entity: CustomerOrder
Mapping URL: /productprice
Description: ProductPriceService
Name: insertProductPrice(productprice)
Request Method: POST
Service Interface: /productprice
Service Entity: ProductPrice
Mapping URL: /discountcampaign/{id}
Description: DiscountCampaignService
Name: updateDiscountCampaignById(discountcampaign)
Request Method: PUT
Service Interface: /discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /discountcampaign
Description: DiscountCampaignService
Name: insertDiscountCampaign(discountcampaign)
Request Method: POST
Service Interface: /discountcampaign
Service Entity: DiscountCampaign
Mapping URL: /customergroup/{id}
Description: CustomerGroupService
Name: findCustomerGroupById(id)
Request Method: GET
Service Interface: /customergroup/{id}
Service Entity: CustomerGroup
Mapping URL: /shopowner
Description: ShopOwnerService
Name: insertShopOwner(shopowner)
Request Method: POST
Service Interface: /shopowner
Service Entity: ShopOwner
Mapping URL: /productdelivery/product/{id}
Description: ProductService
Name: findAllProductDeliveryOfProduct(id)
Request Method: GET
Service Interface: /productdelivery/product/{id}
Service Entity: Product
Mapping URL: /salestax/{id}
Description: SalesTaxService
Name: deleteSalesTaxById(id)
Request Method: DELETE
Service Interface: /salestax/{id}
Service Entity: SalesTax
Mapping URL: /shopowner/{id}
Description: ShopOwnerService
Name: deleteShopOwnerById(id)
Request Method: DELETE
Service Interface: /shopowner/{id}
Service Entity: ShopOwner
Mapping URL: /warehouse/{id}
Description: WarehouseService
Name: deleteWarehouseById(id)
Request Method: DELETE
Service Interface: /warehouse/{id}
Service Entity: Warehouse
Mapping URL: /purchaserule/{id}
Description: PurchaseRuleService
Name: deletePurchaseRuleById(id)
Request Method: DELETE
Service Interface: /purchaserule/{id}
Service Entity: PurchaseRule
Mapping URL: /shopowner/{id}
Description: ShopOwnerService
Name: updateShopOwnerById(shopowner)
Request Method: PUT
Service Interface: /shopowner/{id}
Service Entity: ShopOwner
Mapping URL: /productprice/{id}
Description: ProductPriceService
Name: findProductPriceById(id)
Request Method: GET
Service Interface: /productprice/{id}
Service Entity: ProductPrice
Mapping URL: /discountcampaignproductcategory/{id}
Description: DiscountCampaignProductCategoryService
Name: findDiscountCampaignProductCategoryById(id)
Request Method: GET
Service Interface: /discountcampaignproductcategory/{id}
Service Entity: DiscountCampaignProductCategory
Mapping URL: /country
Description: CountryService
Name: insertCountry(country)
Request Method: POST
Service Interface: /country
Service Entity: Country
Mapping URL: /discountcampaigncustomer/{id}
Description: DiscountCampaignCustomerService
Name: deleteDiscountCampaignCustomerById(id)
Request Method: DELETE
Service Interface: /discountcampaigncustomer/{id}
Service Entity: DiscountCampaignCustomer
Mapping URL: /discountcampaigncustomer/{id}
Description: DiscountCampaignCustomerService
Name: updateDiscountCampaignCustomerById(discountcampaigncustomer)
Request Method: PUT
Service Interface: /discountcampaigncustomer/{id}
Service Entity: DiscountCampaignCustomer
Mapping URL: /country/{id}
Description: CountryService
Name: updateCountryById(country)
Request Method: PUT
Service Interface: /country/{id}
Service Entity: Country
Mapping URL: /shoplicense/{id}
Description: ShopLicenseService
Name: updateShopLicenseById(shoplicense)
Request Method: PUT
Service Interface: /shoplicense/{id}
Service Entity: ShopLicense
Mapping URL: /discountcampaigncustomergroup/{id}
Description: DiscountCampaignCustomerGroupService
Name: deleteDiscountCampaignCustomerGroupById(id)
Request Method: DELETE
Service Interface: /discountcampaigncustomergroup/{id}
Service Entity: DiscountCampaignCustomerGroup
Mapping URL: /shopcustomer/{id}
Description: ShopCustomerService
Name: updateShopCustomerById(shopcustomer)
Request Method: PUT
Service Interface: /shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /discountcampaignproductcategory/discountcampaign/{id}
Description: DiscountCampaignService
Name: findAllDiscountCampaignProductCategoryOfDiscountCampaign(id)
Request Method: GET
Service Interface: /discountcampaignproductcategory/discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /customerorder
Description: CustomerOrderService
Name: insertCustomerOrder(customerorder)
Request Method: POST
Service Interface: /customerorder
Service Entity: CustomerOrder
Mapping URL: /product
Description: ProductService
Name: insertProduct(product)
Request Method: POST
Service Interface: /product
Service Entity: Product
Mapping URL: /distributor
Description: DistributorService
Name: findAllDistributor()
Request Method: GET
Service Interface: /distributor
Service Entity: Distributor
Mapping URL: /purchaserule/product/{id}
Description: ProductService
Name: findAllPurchaseRuleOfProduct(id)
Request Method: GET
Service Interface: /purchaserule/product/{id}
Service Entity: Product
Mapping URL: /distributor
Description: DistributorService
Name: insertDistributor(distributor)
Request Method: POST
Service Interface: /distributor
Service Entity: Distributor
Mapping URL: /productcategory/{id}
Description: ProductCategoryService
Name: updateProductCategoryById(productcategory)
Request Method: PUT
Service Interface: /productcategory/{id}
Service Entity: ProductCategory
Mapping URL: /discountcampaignproductcategory/{id}
Description: DiscountCampaignProductCategoryService
Name: updateDiscountCampaignProductCategoryById(discountcampaignproductcategory)
Request Method: PUT
Service Interface: /discountcampaignproductcategory/{id}
Service Entity: DiscountCampaignProductCategory
Mapping URL: /orderitem/customerorder/{id}
Description: CustomerOrderService
Name: findAllOrderItemOfCustomerOrder(id)
Request Method: GET
Service Interface: /orderitem/customerorder/{id}
Service Entity: CustomerOrder
Mapping URL: /product/{id}
Description: ProductService
Name: updateProductById(product)
Request Method: PUT
Service Interface: /product/{id}
Service Entity: Product
Mapping URL: /discountcampaign
Description: DiscountCampaignService
Name: findAllDiscountCampaign()
Request Method: GET
Service Interface: /discountcampaign
Service Entity: DiscountCampaign
Mapping URL: /discountcampaignproduct
Description: DiscountCampaignProductService
Name: findAllDiscountCampaignProduct()
Request Method: GET
Service Interface: /discountcampaignproduct
Service Entity: DiscountCampaignProduct
Mapping URL: /productcategory/{id}
Description: ProductCategoryService
Name: findProductCategoryById(id)
Request Method: GET
Service Interface: /productcategory/{id}
Service Entity: ProductCategory
Mapping URL: /orderitem/{id}
Description: OrderItemService
Name: findOrderItemById(id)
Request Method: GET
Service Interface: /orderitem/{id}
Service Entity: OrderItem
Mapping URL: /warehouse/{id}
Description: WarehouseService
Name: findWarehouseById(id)
Request Method: GET
Service Interface: /warehouse/{id}
Service Entity: Warehouse
Mapping URL: /customerdelivery/delivery/{id}
Description: DeliveryService
Name: findAllCustomerDeliveryOfDelivery(id)
Request Method: GET
Service Interface: /customerdelivery/delivery/{id}
Service Entity: Delivery
Mapping URL: /productdelivery
Description: ProductDeliveryService
Name: findAllProductDelivery()
Request Method: GET
Service Interface: /productdelivery
Service Entity: ProductDelivery
Mapping URL: /productprice/{id}
Description: ProductPriceService
Name: updateProductPriceById(productprice)
Request Method: PUT
Service Interface: /productprice/{id}
Service Entity: ProductPrice
Mapping URL: /discountcampaigncustomergroup/{id}
Description: DiscountCampaignCustomerGroupService
Name: findDiscountCampaignCustomerGroupById(id)
Request Method: GET
Service Interface: /discountcampaigncustomergroup/{id}
Service Entity: DiscountCampaignCustomerGroup
Mapping URL: /productcategory
Description: ProductCategoryService
Name: findAllProductCategory()
Request Method: GET
Service Interface: /productcategory
Service Entity: ProductCategory
Mapping URL: /customergroup/{id}
Description: CustomerGroupService
Name: updateCustomerGroupById(customergroup)
Request Method: PUT
Service Interface: /customergroup/{id}
Service Entity: CustomerGroup
Mapping URL: /customerorder/{id}
Description: CustomerOrderService
Name: updateCustomerOrderById(customerorder)
Request Method: PUT
Service Interface: /customerorder/{id}
Service Entity: CustomerOrder
Mapping URL: /productprice/country/{id}
Description: CountryService
Name: findAllProductPriceOfCountry(id)
Request Method: GET
Service Interface: /productprice/country/{id}
Service Entity: Country
Mapping URL: /discountcampaignproduct/{id}
Description: DiscountCampaignProductService
Name: deleteDiscountCampaignProductById(id)
Request Method: DELETE
Service Interface: /discountcampaignproduct/{id}
Service Entity: DiscountCampaignProduct
Mapping URL: /warehouse/country/{id}
Description: CountryService
Name: findAllWarehouseOfCountry(id)
Request Method: GET
Service Interface: /warehouse/country/{id}
Service Entity: Country
Mapping URL: /purchaserule
Description: PurchaseRuleService
Name: insertPurchaseRule(purchaserule)
Request Method: POST
Service Interface: /purchaserule
Service Entity: PurchaseRule
Mapping URL: /product/{id}
Description: ProductService
Name: deleteProductById(id)
Request Method: DELETE
Service Interface: /product/{id}
Service Entity: Product
Mapping URL: /warehouseresponsibility/{id}
Description: WarehouseResponsibilityService
Name: updateWarehouseResponsibilityById(warehouseresponsibility)
Request Method: PUT
Service Interface: /warehouseresponsibility/{id}
Service Entity: WarehouseResponsibility
Mapping URL: /shopemployee/{id}
Description: ShopEmployeeService
Name: deleteShopEmployeeById(id)
Request Method: DELETE
Service Interface: /shopemployee/{id}
Service Entity: ShopEmployee
Mapping URL: /discountcampaigncustomer/shopcustomer/{id}
Description: ShopCustomerService
Name: findAllDiscountCampaignCustomerOfShopCustomer(id)
Request Method: GET
Service Interface: /discountcampaigncustomer/shopcustomer/{id}
Service Entity: ShopCustomer
Mapping URL: /shoplicense/{id}
Description: ShopLicenseService
Name: findShopLicenseById(id)
Request Method: GET
Service Interface: /shoplicense/{id}
Service Entity: ShopLicense
Mapping URL: /shopemployee
Description: ShopEmployeeService
Name: insertShopEmployee(shopemployee)
Request Method: POST
Service Interface: /shopemployee
Service Entity: ShopEmployee
Mapping URL: /warehouseresponsibility/{id}
Description: WarehouseResponsibilityService
Name: findWarehouseResponsibilityById(id)
Request Method: GET
Service Interface: /warehouseresponsibility/{id}
Service Entity: WarehouseResponsibility
Mapping URL: /productdelivery/{id}
Description: ProductDeliveryService
Name: deleteProductDeliveryById(id)
Request Method: DELETE
Service Interface: /productdelivery/{id}
Service Entity: ProductDelivery
Mapping URL: /salestax/country/{id}
Description: CountryService
Name: findAllSalesTaxOfCountry(id)
Request Method: GET
Service Interface: /salestax/country/{id}
Service Entity: Country
Mapping URL: /discountcampaign/{id}
Description: DiscountCampaignService
Name: findDiscountCampaignById(id)
Request Method: GET
Service Interface: /discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /warehouseresponsibility
Description: WarehouseResponsibilityService
Name: insertWarehouseResponsibility(warehouseresponsibility)
Request Method: POST
Service Interface: /warehouseresponsibility
Service Entity: WarehouseResponsibility
Mapping URL: /warehouse/{id}
Description: WarehouseService
Name: updateWarehouseById(warehouse)
Request Method: PUT
Service Interface: /warehouse/{id}
Service Entity: Warehouse
Mapping URL: /discountcampaigncustomergroup
Description: DiscountCampaignCustomerGroupService
Name: insertDiscountCampaignCustomerGroup(discountcampaigncustomergroup)
Request Method: POST
Service Interface: /discountcampaigncustomergroup
Service Entity: DiscountCampaignCustomerGroup
Mapping URL: /purchaserule
Description: PurchaseRuleService
Name: findAllPurchaseRule()
Request Method: GET
Service Interface: /purchaserule
Service Entity: PurchaseRule
Mapping URL: /discounttype/{id}
Description: DiscountTypeService
Name: findDiscountTypeById(id)
Request Method: GET
Service Interface: /discounttype/{id}
Service Entity: DiscountType
Mapping URL: /distributor/{id}
Description: DistributorService
Name: findDistributorById(id)
Request Method: GET
Service Interface: /distributor/{id}
Service Entity: Distributor
Mapping URL: /discountcampaigncustomergroup/discountcampaign/{id}
Description: DiscountCampaignService
Name: findAllDiscountCampaignCustomerGroupOfDiscountCampaign(id)
Request Method: GET
Service Interface: /discountcampaigncustomergroup/discountcampaign/{id}
Service Entity: DiscountCampaign
Mapping URL: /purchaserule/warehouse/{id}
Description: WarehouseService
Name: findAllPurchaseRuleOfWarehouse(id)
Request Method: GET
Service Interface: /purchaserule/warehouse/{id}
Service Entity: Warehouse
Mapping URL: /country
Description: CountryService
Name: findAllCountry()
Request Method: GET
Service Interface: /country
Service Entity: Country
Mapping URL: /shopemployee
Description: ShopEmployeeService
Name: findAllShopEmployee()
Request Method: GET
Service Interface: /shopemployee
Service Entity: ShopEmployee
Mapping URL: /productprice
Description: ProductPriceService
Name: findAllProductPrice()
Request Method: GET
Service Interface: /productprice
Service Entity: ProductPrice
Mapping URL: /warehouse
Description: WarehouseService
Name: findAllWarehouse()
Request Method: GET
Service Interface: /warehouse
Service Entity: Warehouse
Mapping URL: /customergroupmember/{id}
Description: CustomerGroupMemberService
Name: findCustomerGroupMemberById(id)
Request Method: GET
Service Interface: /customergroupmember/{id}
Service Entity: CustomerGroupMember
Mapping URL: /customerorder/{id}
Description: CustomerOrderService
Name: deleteCustomerOrderById(id)
Request Method: DELETE
Service Interface: /customerorder/{id}
Service Entity: CustomerOrder
Mapping URL: /customerdelivery
Description: CustomerDeliveryService
Name: findAllCustomerDelivery()
Request Method: GET
Service Interface: /customerdelivery
Service Entity: CustomerDelivery
Mapping URL: /shopemployee/{id}
Description: ShopEmployeeService
Name: findShopEmployeeById(id)
Request Method: GET
Service Interface: /shopemployee/{id}
Service Entity: ShopEmployee
Mapping URL: /salestax/{id}
Description: SalesTaxService
Name: findSalesTaxById(id)
Request Method: GET
Service Interface: /salestax/{id}
Service Entity: SalesTax
Mapping URL: /purchaserule/{id}
Description: PurchaseRuleService
Name: updatePurchaseRuleById(purchaserule)
Request Method: PUT
Service Interface: /purchaserule/{id}
Service Entity: PurchaseRule
Mapping URL: /salestax
Description: SalesTaxService
Name: findAllSalesTax()
Request Method: GET
Service Interface: /salestax
Service Entity: SalesTax
Mapping URL: /productcategory/{id}
Description: ProductCategoryService
Name: deleteProductCategoryById(id)
Request Method: DELETE
Service Interface: /productcategory/{id}
Service Entity: ProductCategory
Mapping URL: /customerorder
Description: CustomerOrderService
Name: findAllCustomerOrder()
Request Method: GET
Service Interface: /customerorder
Service Entity: CustomerOrder
Microservice: ProductService
Build Name: b23
Readme:
Microservice: DiscountCampaignService
Build Name: b23
Readme:
Microservice: ShopLicenseService
Build Name: b23
Readme:
Microservice: CountryService
Build Name: b23
Readme: