Table of content



Shop

Schema Name: Shop

Alias: Shop


Entity-Relationship diagram of schema Shop

Data Entities

Entity NameAlias NameMicroserviceData Schema
CountryCountryCountryServiceShop
CustomerDeliveryCustomerDeliveryProductServiceShop
CustomerGroupCustomerGroupCountryServiceShop
CustomerGroupMemberCustomerGroupMemberCountryServiceShop
CustomerOrderCustomerOrderCountryServiceShop
DeliveryDeliveryCountryServiceShop
DiscountCampaignDiscountCampaignDiscountCampaignServiceShop
DiscountCampaignCustomerDiscountCampaignCustomerCountryServiceShop
DiscountCampaignCustomerGroupDiscountCampaignCustomerGroupDiscountCampaignServiceShop
DiscountCampaignProductDiscountCampaignProductDiscountCampaignServiceShop
DiscountCampaignProductCategoryDiscountCampaignProductCategoryDiscountCampaignServiceShop
DiscountTypeDiscountTypeDiscountCampaignServiceShop
DistributorDistributorProductServiceShop
OrderItemOrderItemProductServiceShop
ProductProductProductServiceShop
ProductCategoryProductCategoryProductServiceShop
ProductDeliveryProductDeliveryProductServiceShop
ProductPriceProductPriceProductServiceShop
PurchaseRulePurchaseRuleProductServiceShop
SalesTaxSalesTaxProductServiceShop
ShopCustomerShopCustomerCountryServiceShop
ShopEmployeeShopEmployeeCountryServiceShop
ShopLicenseShopLicenseShopLicenseServiceShop
ShopOwnerShopOwnerShopLicenseServiceShop
WarehouseWarehouseCountryServiceShop
WarehouseResponsibilityWarehouseResponsibilityCountryServiceShop



3.1. CountryService


Entity-Relationship-Model of CountryService

Schema Entities

Entity NameAlias NameMicroserviceData Schema
CountryCountryCountryServiceShop
CustomerDeliveryCustomerDeliveryProductServiceShop
CustomerGroupCustomerGroupCountryServiceShop
CustomerGroupMemberCustomerGroupMemberCountryServiceShop
CustomerOrderCustomerOrderCountryServiceShop
DeliveryDeliveryCountryServiceShop
DiscountCampaignDiscountCampaignDiscountCampaignServiceShop
DiscountCampaignCustomerDiscountCampaignCustomerCountryServiceShop
DiscountCampaignCustomerGroupDiscountCampaignCustomerGroupDiscountCampaignServiceShop
OrderItemOrderItemProductServiceShop
ProductProductProductServiceShop
ProductDeliveryProductDeliveryProductServiceShop
ProductPriceProductPriceProductServiceShop
PurchaseRulePurchaseRuleProductServiceShop
SalesTaxSalesTaxProductServiceShop
ShopCustomerShopCustomerCountryServiceShop
ShopEmployeeShopEmployeeCountryServiceShop
WarehouseWarehouseCountryServiceShop
WarehouseResponsibilityWarehouseResponsibilityCountryServiceShop

Service Interfaces

Relative mapping URLRequest MethodMethod NameMicroserviceInvolved Entities
/warehouse/country/{id}GETfindAllWarehouseOfCountry(id)CountryServiceCountry Warehouse
/customergroupPOSTinsertCustomerGroup(customergroup)CountryServiceCustomerGroup
/country/{id}PUTupdateCountryById(country)CountryServiceCountry
/deliveryGETfindAllDelivery()CountryServiceDelivery
/deliveryPOSTinsertDelivery(delivery)CountryServiceDelivery
/shopemployee/{id}GETfindShopEmployeeById(id)CountryServiceShopEmployee
/discountcampaigncustomer/{id}DELETEdeleteDiscountCampaignCustomerById(id)CountryServiceDiscountCampaignCustomer
/country/{id}GETfindCountryById(id)CountryServiceCountry
/customerorder/shopcustomer/{id}GETfindAllCustomerOrderOfShopCustomer(id)CountryServiceShopCustomer CustomerOrder
/warehousePOSTinsertWarehouse(warehouse)CountryServiceWarehouse
/shopemployee/{id}PUTupdateShopEmployeeById(shopemployee)CountryServiceShopEmployee
/warehouseresponsibility/warehouse/{id}GETfindAllWarehouseResponsibilityOfWarehouse(id)CountryServiceWarehouse WarehouseResponsibility
/shopcustomer/{id}DELETEdeleteShopCustomerById(id)CountryServiceShopCustomer
/customerorderGETfindAllCustomerOrder()CountryServiceCustomerOrder
/shopemployee/{id}DELETEdeleteShopEmployeeById(id)CountryServiceShopEmployee
/delivery/shopcustomer/{id}GETfindAllDeliveryOfShopCustomer(id)CountryServiceShopCustomer Delivery
/shopcustomer/{id}GETfindShopCustomerById(id)CountryServiceShopCustomer
/countryGETfindAllCountry()CountryServiceCountry
/customergroupmemberGETfindAllCustomerGroupMember()CountryServiceCustomerGroupMember
/warehouse/{id}GETfindWarehouseById(id)CountryServiceWarehouse
/shopemployeeGETfindAllShopEmployee()CountryServiceShopEmployee
/shopcustomerPOSTinsertShopCustomer(shopcustomer)CountryServiceShopCustomer
/discountcampaigncustomer/discountcampaign/{id}GETfindAllDiscountCampaignCustomerOfDiscountCampaign(id)CountryServiceDiscountCampaign DiscountCampaignCustomer
/warehouseresponsibility/shopemployee/{id}GETfindAllWarehouseResponsibilityOfShopEmployee(id)CountryServiceShopEmployee WarehouseResponsibility
/country/{id}DELETEdeleteCountryById(id)CountryServiceCountry
/warehouse/{id}PUTupdateWarehouseById(warehouse)CountryServiceWarehouse
/customergroup/{id}DELETEdeleteCustomerGroupById(id)CountryServiceCustomerGroup
/discountcampaigncustomer/shopcustomer/{id}GETfindAllDiscountCampaignCustomerOfShopCustomer(id)CountryServiceShopCustomer DiscountCampaignCustomer
/shopemployeePOSTinsertShopEmployee(shopemployee)CountryServiceShopEmployee
/warehouseresponsibility/{id}DELETEdeleteWarehouseResponsibilityById(id)CountryServiceWarehouseResponsibility
/countryPOSTinsertCountry(country)CountryServiceCountry
/shopcustomer/{id}PUTupdateShopCustomerById(shopcustomer)CountryServiceShopCustomer
/warehouseresponsibility/{id}GETfindWarehouseResponsibilityById(id)CountryServiceWarehouseResponsibility
/discountcampaigncustomerGETfindAllDiscountCampaignCustomer()CountryServiceDiscountCampaignCustomer
/warehouseGETfindAllWarehouse()CountryServiceWarehouse
/warehouseresponsibilityPOSTinsertWarehouseResponsibility(warehouseresponsibility)CountryServiceWarehouseResponsibility
/customergroupmemberPOSTinsertCustomerGroupMember(customergroupmember)CountryServiceCustomerGroupMember
/customerorder/{id}GETfindCustomerOrderById(id)CountryServiceCustomerOrder
/customergroupmember/customergroup/{id}GETfindAllCustomerGroupMemberOfCustomerGroup(id)CountryServiceCustomerGroup CustomerGroupMember
/discountcampaigncustomerPOSTinsertDiscountCampaignCustomer(discountcampaigncustomer)CountryServiceDiscountCampaignCustomer
/discountcampaigncustomer/{id}PUTupdateDiscountCampaignCustomerById(discountcampaigncustomer)CountryServiceDiscountCampaignCustomer
/customerorderPOSTinsertCustomerOrder(customerorder)CountryServiceCustomerOrder
/customergroupmember/{id}GETfindCustomerGroupMemberById(id)CountryServiceCustomerGroupMember
/customergroupGETfindAllCustomerGroup()CountryServiceCustomerGroup
/customergroupmember/{id}PUTupdateCustomerGroupMemberById(customergroupmember)CountryServiceCustomerGroupMember
/customerorder/{id}PUTupdateCustomerOrderById(customerorder)CountryServiceCustomerOrder
/warehouseresponsibilityGETfindAllWarehouseResponsibility()CountryServiceWarehouseResponsibility
/discountcampaigncustomer/{id}GETfindDiscountCampaignCustomerById(id)CountryServiceDiscountCampaignCustomer
/warehouseresponsibility/{id}PUTupdateWarehouseResponsibilityById(warehouseresponsibility)CountryServiceWarehouseResponsibility
/delivery/{id}PUTupdateDeliveryById(delivery)CountryServiceDelivery
/delivery/{id}GETfindDeliveryById(id)CountryServiceDelivery
/customerorder/{id}DELETEdeleteCustomerOrderById(id)CountryServiceCustomerOrder
/shopcustomerGETfindAllShopCustomer()CountryServiceShopCustomer
/customergroupmember/shopcustomer/{id}GETfindAllCustomerGroupMemberOfShopCustomer(id)CountryServiceShopCustomer CustomerGroupMember
/customergroup/{id}PUTupdateCustomerGroupById(customergroup)CountryServiceCustomerGroup
/customergroupmember/{id}DELETEdeleteCustomerGroupMemberById(id)CountryServiceCustomerGroupMember
/delivery/{id}DELETEdeleteDeliveryById(id)CountryServiceDelivery
/customergroup/{id}GETfindCustomerGroupById(id)CountryServiceCustomerGroup
/warehouse/{id}DELETEdeleteWarehouseById(id)CountryServiceWarehouse
/shopcustomer/country/{id}GETfindAllShopCustomerOfCountry(id)CountryServiceCountry ShopCustomer

CountryService inside the microservice architecture

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService


3.2. ProductService


Entity-Relationship-Model of ProductService

Schema Entities

Entity NameAlias NameMicroserviceData Schema
CountryCountryCountryServiceShop
CustomerDeliveryCustomerDeliveryProductServiceShop
CustomerOrderCustomerOrderCountryServiceShop
DeliveryDeliveryCountryServiceShop
DiscountCampaignProductDiscountCampaignProductDiscountCampaignServiceShop
DiscountCampaignProductCategoryDiscountCampaignProductCategoryDiscountCampaignServiceShop
DistributorDistributorProductServiceShop
OrderItemOrderItemProductServiceShop
ProductProductProductServiceShop
ProductCategoryProductCategoryProductServiceShop
ProductDeliveryProductDeliveryProductServiceShop
ProductPriceProductPriceProductServiceShop
PurchaseRulePurchaseRuleProductServiceShop
SalesTaxSalesTaxProductServiceShop
WarehouseWarehouseCountryServiceShop

Service Interfaces

Relative mapping URLRequest MethodMethod NameMicroserviceInvolved Entities
/purchaseruleGETfindAllPurchaseRule()ProductServicePurchaseRule
/productprice/{id}PUTupdateProductPriceById(productprice)ProductServiceProductPrice
/purchaserule/{id}PUTupdatePurchaseRuleById(purchaserule)ProductServicePurchaseRule
/customerdelivery/orderitem/{id}GETfindAllCustomerDeliveryOfOrderItem(id)ProductServiceOrderItem CustomerDelivery
/orderitem/{id}DELETEdeleteOrderItemById(id)ProductServiceOrderItem
/productcategoryPOSTinsertProductCategory(productcategory)ProductServiceProductCategory
/productcategory/{id}PUTupdateProductCategoryById(productcategory)ProductServiceProductCategory
/productcategory/{id}GETfindProductCategoryById(id)ProductServiceProductCategory
/productdelivery/distributor/{id}GETfindAllProductDeliveryOfDistributor(id)ProductServiceDistributor ProductDelivery
/salestax/{id}DELETEdeleteSalesTaxById(id)ProductServiceSalesTax
/salestax/country/{id}GETfindAllSalesTaxOfCountry(id)ProductServiceCountry SalesTax
/customerdelivery/{id}PUTupdateCustomerDeliveryById(customerdelivery)ProductServiceCustomerDelivery
/product/countryoforigin/{id}GETfindAllProductOfCountryOfOrigin(id)ProductServiceCountry Product
/distributor/{id}GETfindDistributorById(id)ProductServiceDistributor
/productprice/product/{id}GETfindAllProductPriceOfProduct(id)ProductServiceProduct ProductPrice
/distributor/{id}PUTupdateDistributorById(distributor)ProductServiceDistributor
/productcategory/{id}DELETEdeleteProductCategoryById(id)ProductServiceProductCategory
/customerdeliveryPOSTinsertCustomerDelivery(customerdelivery)ProductServiceCustomerDelivery
/purchaserule/{id}DELETEdeletePurchaseRuleById(id)ProductServicePurchaseRule
/customerdelivery/{id}GETfindCustomerDeliveryById(id)ProductServiceCustomerDelivery
/product/salestax/{id}GETfindAllProductOfSalesTax(id)ProductServiceSalesTax Product
/productprice/{id}GETfindProductPriceById(id)ProductServiceProductPrice
/productdelivery/{id}PUTupdateProductDeliveryById(productdelivery)ProductServiceProductDelivery
/purchaserulePOSTinsertPurchaseRule(purchaserule)ProductServicePurchaseRule
/customerdelivery/delivery/{id}GETfindAllCustomerDeliveryOfDelivery(id)ProductServiceDelivery CustomerDelivery
/distributor/{id}DELETEdeleteDistributorById(id)ProductServiceDistributor
/productpricePOSTinsertProductPrice(productprice)ProductServiceProductPrice
/salestaxPOSTinsertSalesTax(salestax)ProductServiceSalesTax
/product/{id}DELETEdeleteProductById(id)ProductServiceProduct
/orderitem/customerorder/{id}GETfindAllOrderItemOfCustomerOrder(id)ProductServiceCustomerOrder OrderItem
/productdeliveryPOSTinsertProductDelivery(productdelivery)ProductServiceProductDelivery
/product/{id}PUTupdateProductById(product)ProductServiceProduct
/productdelivery/{id}GETfindProductDeliveryById(id)ProductServiceProductDelivery
/orderitemGETfindAllOrderItem()ProductServiceOrderItem
/customerdeliveryGETfindAllCustomerDelivery()ProductServiceCustomerDelivery
/purchaserule/{id}GETfindPurchaseRuleById(id)ProductServicePurchaseRule
/productdeliveryGETfindAllProductDelivery()ProductServiceProductDelivery
/distributorGETfindAllDistributor()ProductServiceDistributor
/productcategoryGETfindAllProductCategory()ProductServiceProductCategory
/productdelivery/{id}DELETEdeleteProductDeliveryById(id)ProductServiceProductDelivery
/orderitem/product/{id}GETfindAllOrderItemOfProduct(id)ProductServiceProduct OrderItem
/productdelivery/product/{id}GETfindAllProductDeliveryOfProduct(id)ProductServiceProduct ProductDelivery
/productprice/{id}DELETEdeleteProductPriceById(id)ProductServiceProductPrice
/productPOSTinsertProduct(product)ProductServiceProduct
/productprice/country/{id}GETfindAllProductPriceOfCountry(id)ProductServiceCountry ProductPrice
/productdelivery/warehouse/{id}GETfindAllProductDeliveryOfWarehouse(id)ProductServiceWarehouse ProductDelivery
/salestax/{id}GETfindSalesTaxById(id)ProductServiceSalesTax
/orderitem/{id}GETfindOrderItemById(id)ProductServiceOrderItem
/customerdelivery/{id}DELETEdeleteCustomerDeliveryById(id)ProductServiceCustomerDelivery
/salestax/{id}PUTupdateSalesTaxById(salestax)ProductServiceSalesTax
/distributorPOSTinsertDistributor(distributor)ProductServiceDistributor
/purchaserule/product/{id}GETfindAllPurchaseRuleOfProduct(id)ProductServiceProduct PurchaseRule
/productGETfindAllProduct()ProductServiceProduct
/salestaxGETfindAllSalesTax()ProductServiceSalesTax
/productpriceGETfindAllProductPrice()ProductServiceProductPrice
/orderitemPOSTinsertOrderItem(orderitem)ProductServiceOrderItem
/orderitem/{id}PUTupdateOrderItemById(orderitem)ProductServiceOrderItem
/product/productcategory/{id}GETfindAllProductOfProductCategory(id)ProductServiceProductCategory Product
/purchaserule/warehouse/{id}GETfindAllPurchaseRuleOfWarehouse(id)ProductServiceWarehouse PurchaseRule
/product/{id}GETfindProductById(id)ProductServiceProduct

ProductService inside the microservice architecture

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService


3.3. DiscountCampaignService


Entity-Relationship-Model of DiscountCampaignService

Schema Entities

Entity NameAlias NameMicroserviceData Schema
CustomerGroupCustomerGroupCountryServiceShop
DiscountCampaignDiscountCampaignDiscountCampaignServiceShop
DiscountCampaignCustomerDiscountCampaignCustomerCountryServiceShop
DiscountCampaignCustomerGroupDiscountCampaignCustomerGroupDiscountCampaignServiceShop
DiscountCampaignProductDiscountCampaignProductDiscountCampaignServiceShop
DiscountCampaignProductCategoryDiscountCampaignProductCategoryDiscountCampaignServiceShop
DiscountTypeDiscountTypeDiscountCampaignServiceShop
ProductProductProductServiceShop
ProductCategoryProductCategoryProductServiceShop

Service Interfaces

Relative mapping URLRequest MethodMethod NameMicroserviceInvolved Entities
/discountcampaignGETfindAllDiscountCampaign()DiscountCampaignServiceDiscountCampaign
/discounttype/{id}PUTupdateDiscountTypeById(discounttype)DiscountCampaignServiceDiscountType
/discountcampaigncustomergroup/{id}PUTupdateDiscountCampaignCustomerGroupById(discountcampaigncustomergroup)DiscountCampaignServiceDiscountCampaignCustomerGroup
/discountcampaigncustomergroup/customergroup/{id}GETfindAllDiscountCampaignCustomerGroupOfCustomerGroup(id)DiscountCampaignServiceCustomerGroup DiscountCampaignCustomerGroup
/discounttype/{id}DELETEdeleteDiscountTypeById(id)DiscountCampaignServiceDiscountType
/discounttype/{id}GETfindDiscountTypeById(id)DiscountCampaignServiceDiscountType
/discounttypePOSTinsertDiscountType(discounttype)DiscountCampaignServiceDiscountType
/discountcampaign/{id}DELETEdeleteDiscountCampaignById(id)DiscountCampaignServiceDiscountCampaign
/discountcampaignproductcategoryGETfindAllDiscountCampaignProductCategory()DiscountCampaignServiceDiscountCampaignProductCategory
/discounttypeGETfindAllDiscountType()DiscountCampaignServiceDiscountType
/discountcampaigncustomergroupPOSTinsertDiscountCampaignCustomerGroup(discountcampaigncustomergroup)DiscountCampaignServiceDiscountCampaignCustomerGroup
/discountcampaignproduct/{id}GETfindDiscountCampaignProductById(id)DiscountCampaignServiceDiscountCampaignProduct
/discountcampaignproductcategoryPOSTinsertDiscountCampaignProductCategory(discountcampaignproductcategory)DiscountCampaignServiceDiscountCampaignProductCategory
/discountcampaigncustomergroupGETfindAllDiscountCampaignCustomerGroup()DiscountCampaignServiceDiscountCampaignCustomerGroup
/discountcampaignPOSTinsertDiscountCampaign(discountcampaign)DiscountCampaignServiceDiscountCampaign
/discountcampaignproductcategory/{id}GETfindDiscountCampaignProductCategoryById(id)DiscountCampaignServiceDiscountCampaignProductCategory
/discountcampaigncustomergroup/{id}DELETEdeleteDiscountCampaignCustomerGroupById(id)DiscountCampaignServiceDiscountCampaignCustomerGroup
/discountcampaignproduct/product/{id}GETfindAllDiscountCampaignProductOfProduct(id)DiscountCampaignServiceProduct DiscountCampaignProduct
/discountcampaignproduct/discountcampaign/{id}GETfindAllDiscountCampaignProductOfDiscountCampaign(id)DiscountCampaignServiceDiscountCampaign DiscountCampaignProduct
/discountcampaign/{id}PUTupdateDiscountCampaignById(discountcampaign)DiscountCampaignServiceDiscountCampaign
/discountcampaign/discounttype/{id}GETfindAllDiscountCampaignOfDiscountType(id)DiscountCampaignServiceDiscountType DiscountCampaign
/discountcampaignproduct/{id}PUTupdateDiscountCampaignProductById(discountcampaignproduct)DiscountCampaignServiceDiscountCampaignProduct
/discountcampaigncustomergroup/{id}GETfindDiscountCampaignCustomerGroupById(id)DiscountCampaignServiceDiscountCampaignCustomerGroup
/discountcampaignproductcategory/{id}DELETEdeleteDiscountCampaignProductCategoryById(id)DiscountCampaignServiceDiscountCampaignProductCategory
/discountcampaign/{id}GETfindDiscountCampaignById(id)DiscountCampaignServiceDiscountCampaign
/discountcampaignproductcategory/{id}PUTupdateDiscountCampaignProductCategoryById(discountcampaignproductcategory)DiscountCampaignServiceDiscountCampaignProductCategory
/discountcampaignproductGETfindAllDiscountCampaignProduct()DiscountCampaignServiceDiscountCampaignProduct
/discountcampaigncustomergroup/discountcampaign/{id}GETfindAllDiscountCampaignCustomerGroupOfDiscountCampaign(id)DiscountCampaignServiceDiscountCampaign DiscountCampaignCustomerGroup
/discountcampaignproductcategory/productcategory/{id}GETfindAllDiscountCampaignProductCategoryOfProductCategory(id)DiscountCampaignServiceProductCategory DiscountCampaignProductCategory
/discountcampaignproductPOSTinsertDiscountCampaignProduct(discountcampaignproduct)DiscountCampaignServiceDiscountCampaignProduct
/discountcampaignproduct/{id}DELETEdeleteDiscountCampaignProductById(id)DiscountCampaignServiceDiscountCampaignProduct
/discountcampaignproductcategory/discountcampaign/{id}GETfindAllDiscountCampaignProductCategoryOfDiscountCampaign(id)DiscountCampaignServiceDiscountCampaign DiscountCampaignProductCategory

DiscountCampaignService inside the microservice architecture

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService


3.4. ShopLicenseService


Entity-Relationship-Model of ShopLicenseService

Schema Entities

Entity NameAlias NameMicroserviceData Schema
ShopLicenseShopLicenseShopLicenseServiceShop
ShopOwnerShopOwnerShopLicenseServiceShop

Service Interfaces

Relative mapping URLRequest MethodMethod NameMicroserviceInvolved Entities
/shoplicensePOSTinsertShopLicense(shoplicense)ShopLicenseServiceShopLicense
/shopowner/{id}GETfindShopOwnerById(id)ShopLicenseServiceShopOwner
/shopowner/{id}PUTupdateShopOwnerById(shopowner)ShopLicenseServiceShopOwner
/shoplicense/{id}GETfindShopLicenseById(id)ShopLicenseServiceShopLicense
/shoplicense/{id}DELETEdeleteShopLicenseById(id)ShopLicenseServiceShopLicense
/shopowner/{id}DELETEdeleteShopOwnerById(id)ShopLicenseServiceShopOwner
/shoplicense/{id}PUTupdateShopLicenseById(shoplicense)ShopLicenseServiceShopLicense
/shopownerGETfindAllShopOwner()ShopLicenseServiceShopOwner
/shopowner/shoplicense/{id}GETfindAllShopOwnerOfShopLicense(id)ShopLicenseServiceShopLicense ShopOwner
/shopownerPOSTinsertShopOwner(shopowner)ShopLicenseServiceShopOwner
/shoplicenseGETfindAllShopLicense()ShopLicenseServiceShopLicense

ShopLicenseService inside the microservice architecture

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService





Appendix







Entity Name: CustomerGroup

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of CustomerGroup

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CreationDateLONGCustomerGroup
DescriptionSTRINGCustomerGroup
GroupNameSTRINGCustomerGroup
PrimaryKeyLONGCustomerGroup
ServerReplicationVersionLONGCustomerGroup
ShopOwnerLONGCustomerGroup


Entity Name: ProductCategory

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of ProductCategory

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CategoryNameSTRINGProductCategory
DescriptionSTRINGProductCategory
PrimaryKeyLONGProductCategory
ServerReplicationVersionLONGProductCategory
ShopOwnerLONGProductCategory


Entity Name: DiscountCampaignProduct

Data Schema: Shop

Master Service: DiscountCampaignService


Dataflow of entity of DiscountCampaignProduct

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
DiscountCampaignLONGDiscountCampaignProductDiscountCampaign
PrimaryKeyLONGDiscountCampaignProduct
ProductLONGDiscountCampaignProductProduct
ServerReplicationVersionLONGDiscountCampaignProduct
ShopOwnerLONGDiscountCampaignProduct


Entity Name: Country

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of Country

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CountryCodeSTRINGCountry
CountryNameSTRINGCountry
PrimaryKeyLONGCountry
ServerReplicationVersionLONGCountry


Entity Name: DiscountCampaignCustomer

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of DiscountCampaignCustomer

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
DiscountCampaignLONGDiscountCampaignCustomerDiscountCampaign
MaxDiscountsINTDiscountCampaignCustomer
PrimaryKeyLONGDiscountCampaignCustomer
ServerReplicationVersionLONGDiscountCampaignCustomer
ShopCustomerLONGDiscountCampaignCustomerShopCustomer
ShopOwnerLONGDiscountCampaignCustomer
UsedDiscountsINTDiscountCampaignCustomer


Entity Name: ShopOwner

Data Schema: Shop

Master Service: ShopLicenseService


Dataflow of entity of ShopOwner

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
OwnerNameSTRINGShopOwner
PrimaryKeyLONGShopOwner
ServerReplicationVersionLONGShopOwner
ShopLicenseLONGShopOwnerShopLicense


Entity Name: ProductDelivery

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of ProductDelivery

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
AmountDOUBLEProductDelivery
DeliveryDateLONGProductDelivery
DistributorLONGProductDeliveryDistributor
PrimaryKeyLONGProductDelivery
ProductLONGProductDeliveryProduct
RemarksSTRINGProductDelivery
ServerReplicationVersionLONGProductDelivery
ShopOwnerLONGProductDelivery
WarehouseLONGProductDeliveryWarehouse


Entity Name: SalesTax

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of SalesTax

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CategoryINTSalesTax
CountryLONGSalesTaxCountry
PrimaryKeyLONGSalesTax
ServerReplicationVersionLONGSalesTax
ShopOwnerLONGSalesTax
TaxInPercentDOUBLESalesTax
ValidFromLONGSalesTax


Entity Name: CustomerOrder

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of CustomerOrder

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
OrderDateLONGCustomerOrder
PrimaryKeyLONGCustomerOrder
RemarksSTRINGCustomerOrder
ServerReplicationVersionLONGCustomerOrder
ShopCustomerLONGCustomerOrderShopCustomer
ShopOwnerLONGCustomerOrder


Entity Name: CustomerDelivery

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of CustomerDelivery

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
DeliveryLONGCustomerDeliveryDelivery
OrderItemLONGCustomerDeliveryOrderItem
PrimaryKeyLONGCustomerDelivery
ReferenceNumberSTRINGCustomerDelivery
ServerReplicationVersionLONGCustomerDelivery
ShopOwnerLONGCustomerDelivery


Entity Name: Product

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of Product

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
ArticleNumberSTRINGProduct
BarCodeSTRINGProduct
CountryOfOriginLONGProductCountry
HarmonizedCodeSTRINGProduct
MetaDescriptionSTRINGProduct
NeedsShipmentBOOLProduct
PageTitleSTRINGProduct
PageURLSTRINGProduct
PrimaryKeyLONGProduct
ProductCategoryLONGProductProductCategory
ProductTitleSTRINGProduct
SalesTaxLONGProductSalesTax
ServerReplicationVersionLONGProduct
ShopOwnerLONGProduct
ShopVisibilityBOOLProduct
StopSalesIfStockEmptyBOOLProduct
TagsSTRINGProduct
WeightDOUBLEProduct


Entity Name: OrderItem

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of OrderItem

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
AmountDOUBLEOrderItem
CustomerOrderLONGOrderItemCustomerOrder
PrimaryKeyLONGOrderItem
ProductLONGOrderItemProduct
ServerReplicationVersionLONGOrderItem
ShopOwnerLONGOrderItem


Entity Name: Distributor

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of Distributor

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
DistributorNameSTRINGDistributor
EmailSTRINGDistributor
PhoneNoSTRINGDistributor
PrimaryKeyLONGDistributor
ServerReplicationVersionLONGDistributor
ShopOwnerLONGDistributor


Entity Name: ShopCustomer

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of ShopCustomer

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CitySTRINGShopCustomer
CountryLONGShopCustomerCountry
FirstNameSTRINGShopCustomer
LastNameSTRINGShopCustomer
PrimaryKeyLONGShopCustomer
ServerReplicationVersionLONGShopCustomer
ShopOwnerLONGShopCustomer
StreetSTRINGShopCustomer


Entity Name: DiscountCampaignProductCategory

Data Schema: Shop

Master Service: DiscountCampaignService


Dataflow of entity of DiscountCampaignProductCategory

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
DiscountCampaignLONGDiscountCampaignProductCategoryDiscountCampaign
PrimaryKeyLONGDiscountCampaignProductCategory
ProductCategoryLONGDiscountCampaignProductCategoryProductCategory
ServerReplicationVersionLONGDiscountCampaignProductCategory
ShopOwnerLONGDiscountCampaignProductCategory


Entity Name: ShopLicense

Data Schema: Shop

Master Service: ShopLicenseService


Dataflow of entity of ShopLicense

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
EmployeeCountINTShopLicense
LicenseNameSTRINGShopLicense
PriceDOUBLEShopLicense
PrimaryKeyLONGShopLicense
ServerReplicationVersionLONGShopLicense
TransactionFeeDOUBLEShopLicense
WarehouseCountINTShopLicense


Entity Name: ShopEmployee

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of ShopEmployee

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
EmailSTRINGShopEmployee
EmployeeNameSTRINGShopEmployee
EncryptedPasswordSTRINGShopEmployee
PrimaryKeyLONGShopEmployee
ServerReplicationVersionLONGShopEmployee
ShowOwnerLONGShopEmployee
UserNameSTRINGShopEmployee


Entity Name: WarehouseResponsibility

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of WarehouseResponsibility

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
PrimaryKeyLONGWarehouseResponsibility
RemarksSTRINGWarehouseResponsibility
ServerReplicationVersionLONGWarehouseResponsibility
ShopEmployeeLONGWarehouseResponsibilityShopEmployee
ShopOwnerLONGWarehouseResponsibility
WarehouseLONGWarehouseResponsibilityWarehouse


Entity Name: Delivery

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of Delivery

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
ConditionsSTRINGDelivery
DeliveryDateLONGDelivery
PrimaryKeyLONGDelivery
ServerReplicationVersionLONGDelivery
ShopCustomerLONGDeliveryShopCustomer
ShopOwnerLONGDelivery


Entity Name: DiscountCampaign

Data Schema: Shop

Master Service: DiscountCampaignService


Dataflow of entity of DiscountCampaign

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
DiscountCodeSTRINGDiscountCampaign
DiscountTypeLONGDiscountCampaignDiscountType
FromDateLONGDiscountCampaign
MaxUsedDiscountsINTDiscountCampaign
MinimumPurchaseAmountDOUBLEDiscountCampaign
MinimumQuantityINTDiscountCampaign
PrimaryKeyLONGDiscountCampaign
ServerReplicationVersionLONGDiscountCampaign
ShopOwnerLONGDiscountCampaign
ToDateLONGDiscountCampaign
WholeOrderBOOLDiscountCampaign


Entity Name: DiscountType

Data Schema: Shop

Master Service: DiscountCampaignService


Dataflow of entity of DiscountType

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
BuyINTDiscountType
FixedAmountDOUBLEDiscountType
FreeShippingBOOLDiscountType
PayINTDiscountType
PercentageDOUBLEDiscountType
PrimaryKeyLONGDiscountType
ServerReplicationVersionLONGDiscountType
ShopOwnerLONGDiscountType


Entity Name: ProductPrice

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of ProductPrice

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CountryLONGProductPriceCountry
PriceDOUBLEProductPrice
PrimaryKeyLONGProductPrice
ProductLONGProductPriceProduct
ServerReplicationVersionLONGProductPrice
ShopOwnerLONGProductPrice
ValidFromLONGProductPrice


Entity Name: DiscountCampaignCustomerGroup

Data Schema: Shop

Master Service: DiscountCampaignService


Dataflow of entity of DiscountCampaignCustomerGroup

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CustomerGroupLONGDiscountCampaignCustomerGroupCustomerGroup
DiscountCampaignLONGDiscountCampaignCustomerGroupDiscountCampaign
PrimaryKeyLONGDiscountCampaignCustomerGroup
ServerReplicationVersionLONGDiscountCampaignCustomerGroup
ShopOwnerLONGDiscountCampaignCustomerGroup


Entity Name: PurchaseRule

Data Schema: Shop

Master Service: ProductService


Dataflow of entity of PurchaseRule

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CreationDateLONGPurchaseRule
NotificationEmailSTRINGPurchaseRule
PrimaryKeyLONGPurchaseRule
ProductLONGPurchaseRuleProduct
ServerReplicationVersionLONGPurchaseRule
ShopOwnerLONGPurchaseRule
ThresholdINTPurchaseRule
WarehouseLONGPurchaseRuleWarehouse


Entity Name: Warehouse

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of Warehouse

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CitySTRINGWarehouse
CountryLONGWarehouseCountry
PrimaryKeyLONGWarehouse
ServerReplicationVersionLONGWarehouse
ShopOwnerLONGWarehouse
StreetSTRINGWarehouse
WarehouseNameSTRINGWarehouse


Entity Name: CustomerGroupMember

Data Schema: Shop

Master Service: CountryService


Dataflow of entity of CustomerGroupMember

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService

Entity Properties

Property NameDatatypeData EntityReference Entity
CustomerGroupLONGCustomerGroupMemberCustomerGroup
PrimaryKeyLONGCustomerGroupMember
ServerReplicationVersionLONGCustomerGroupMember
ShopCustomerLONGCustomerGroupMemberShopCustomer
ShopOwnerLONGCustomerGroupMember











/warehouse/country/{id}

Mapping URL: /warehouse/country/{id}

Description: find the warehouse entities of country with the appended id

Microservice: CountryService


Methods

/warehouse/country/{id}


/discountcampaign

Mapping URL: /discountcampaign

Description: find all discountcampaign entities

Microservice: DiscountCampaignService


Methods

/discountcampaign


/purchaserule

Mapping URL: /purchaserule

Description: find all purchaserule entities

Microservice: ProductService


Methods

/purchaserule


/shoplicense

Mapping URL: /shoplicense

Description: inserts the shoplicense entity

Microservice: ShopLicenseService


Methods

/shoplicense


/customergroup

Mapping URL: /customergroup

Description: inserts the customergroup entity

Microservice: CountryService


Methods

/customergroup


/productprice/{id}

Mapping URL: /productprice/{id}

Description: updates the productprice entity with the appended id

Microservice: ProductService


Methods

/productprice/{id}


/purchaserule/{id}

Mapping URL: /purchaserule/{id}

Description: updates the purchaserule entity with the appended id

Microservice: ProductService


Methods

/purchaserule/{id}


/customerdelivery/orderitem/{id}

Mapping URL: /customerdelivery/orderitem/{id}

Description: find the customerdelivery entities of orderitem with the appended id

Microservice: ProductService


Methods

/customerdelivery/orderitem/{id}


/country/{id}

Mapping URL: /country/{id}

Description: updates the country entity with the appended id

Microservice: CountryService


Methods

/country/{id}


/delivery

Mapping URL: /delivery

Description: find all delivery entities

Microservice: CountryService


Methods

/delivery


/orderitem/{id}

Mapping URL: /orderitem/{id}

Description: delete the orderitem entity with the appended id

Microservice: ProductService


Methods

/orderitem/{id}


/delivery

Mapping URL: /delivery

Description: inserts the delivery entity

Microservice: CountryService


Methods

/delivery


/productcategory

Mapping URL: /productcategory

Description: inserts the productcategory entity

Microservice: ProductService


Methods

/productcategory


/shopemployee/{id}

Mapping URL: /shopemployee/{id}

Description: get the shopemployee entity with the appended id

Microservice: CountryService


Methods

/shopemployee/{id}


/discounttype/{id}

Mapping URL: /discounttype/{id}

Description: updates the discounttype entity with the appended id

Microservice: DiscountCampaignService


Methods

/discounttype/{id}


/discountcampaigncustomer/{id}

Mapping URL: /discountcampaigncustomer/{id}

Description: delete the discountcampaigncustomer entity with the appended id

Microservice: CountryService


Methods

/discountcampaigncustomer/{id}


/country/{id}

Mapping URL: /country/{id}

Description: get the country entity with the appended id

Microservice: CountryService


Methods

/country/{id}


/productcategory/{id}

Mapping URL: /productcategory/{id}

Description: updates the productcategory entity with the appended id

Microservice: ProductService


Methods

/productcategory/{id}


/discountcampaigncustomergroup/{id}

Mapping URL: /discountcampaigncustomergroup/{id}

Description: updates the discountcampaigncustomergroup entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup/{id}


/discountcampaigncustomergroup/customergroup/{id}

Mapping URL: /discountcampaigncustomergroup/customergroup/{id}

Description: find the discountcampaigncustomergroup entities of customergroup with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup/customergroup/{id}


/productcategory/{id}

Mapping URL: /productcategory/{id}

Description: get the productcategory entity with the appended id

Microservice: ProductService


Methods

/productcategory/{id}


/productdelivery/distributor/{id}

Mapping URL: /productdelivery/distributor/{id}

Description: find the productdelivery entities of distributor with the appended id

Microservice: ProductService


Methods

/productdelivery/distributor/{id}


/discounttype/{id}

Mapping URL: /discounttype/{id}

Description: delete the discounttype entity with the appended id

Microservice: DiscountCampaignService


Methods

/discounttype/{id}


/discounttype/{id}

Mapping URL: /discounttype/{id}

Description: get the discounttype entity with the appended id

Microservice: DiscountCampaignService


Methods

/discounttype/{id}


/salestax/{id}

Mapping URL: /salestax/{id}

Description: delete the salestax entity with the appended id

Microservice: ProductService


Methods

/salestax/{id}


/customerorder/shopcustomer/{id}

Mapping URL: /customerorder/shopcustomer/{id}

Description: find the customerorder entities of shopcustomer with the appended id

Microservice: CountryService


Methods

/customerorder/shopcustomer/{id}


/salestax/country/{id}

Mapping URL: /salestax/country/{id}

Description: find the salestax entities of country with the appended id

Microservice: ProductService


Methods

/salestax/country/{id}


/shopowner/{id}

Mapping URL: /shopowner/{id}

Description: get the shopowner entity with the appended id

Microservice: ShopLicenseService


Methods

/shopowner/{id}


/warehouse

Mapping URL: /warehouse

Description: inserts the warehouse entity

Microservice: CountryService


Methods

/warehouse


/shopemployee/{id}

Mapping URL: /shopemployee/{id}

Description: updates the shopemployee entity with the appended id

Microservice: CountryService


Methods

/shopemployee/{id}


/customerdelivery/{id}

Mapping URL: /customerdelivery/{id}

Description: updates the customerdelivery entity with the appended id

Microservice: ProductService


Methods

/customerdelivery/{id}


/warehouseresponsibility/warehouse/{id}

Mapping URL: /warehouseresponsibility/warehouse/{id}

Description: find the warehouseresponsibility entities of warehouse with the appended id

Microservice: CountryService


Methods

/warehouseresponsibility/warehouse/{id}


/shopcustomer/{id}

Mapping URL: /shopcustomer/{id}

Description: delete the shopcustomer entity with the appended id

Microservice: CountryService


Methods

/shopcustomer/{id}


/customerorder

Mapping URL: /customerorder

Description: find all customerorder entities

Microservice: CountryService


Methods

/customerorder


/shopemployee/{id}

Mapping URL: /shopemployee/{id}

Description: delete the shopemployee entity with the appended id

Microservice: CountryService


Methods

/shopemployee/{id}


/discounttype

Mapping URL: /discounttype

Description: inserts the discounttype entity

Microservice: DiscountCampaignService


Methods

/discounttype


/product/countryoforigin/{id}

Mapping URL: /product/countryoforigin/{id}

Description: find the product entities of countryoforigin with the appended id

Microservice: ProductService


Methods

/product/countryoforigin/{id}


/distributor/{id}

Mapping URL: /distributor/{id}

Description: get the distributor entity with the appended id

Microservice: ProductService


Methods

/distributor/{id}


/delivery/shopcustomer/{id}

Mapping URL: /delivery/shopcustomer/{id}

Description: find the delivery entities of shopcustomer with the appended id

Microservice: CountryService


Methods

/delivery/shopcustomer/{id}


/shopcustomer/{id}

Mapping URL: /shopcustomer/{id}

Description: get the shopcustomer entity with the appended id

Microservice: CountryService


Methods

/shopcustomer/{id}


/country

Mapping URL: /country

Description: find all country entities

Microservice: CountryService


Methods

/country


/discountcampaign/{id}

Mapping URL: /discountcampaign/{id}

Description: delete the discountcampaign entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaign/{id}


/customergroupmember

Mapping URL: /customergroupmember

Description: find all customergroupmember entities

Microservice: CountryService


Methods

/customergroupmember


/productprice/product/{id}

Mapping URL: /productprice/product/{id}

Description: find the productprice entities of product with the appended id

Microservice: ProductService


Methods

/productprice/product/{id}


/distributor/{id}

Mapping URL: /distributor/{id}

Description: updates the distributor entity with the appended id

Microservice: ProductService


Methods

/distributor/{id}


/warehouse/{id}

Mapping URL: /warehouse/{id}

Description: get the warehouse entity with the appended id

Microservice: CountryService


Methods

/warehouse/{id}


/shopemployee

Mapping URL: /shopemployee

Description: find all shopemployee entities

Microservice: CountryService


Methods

/shopemployee


/productcategory/{id}

Mapping URL: /productcategory/{id}

Description: delete the productcategory entity with the appended id

Microservice: ProductService


Methods

/productcategory/{id}


/customerdelivery

Mapping URL: /customerdelivery

Description: inserts the customerdelivery entity

Microservice: ProductService


Methods

/customerdelivery


/shopcustomer

Mapping URL: /shopcustomer

Description: inserts the shopcustomer entity

Microservice: CountryService


Methods

/shopcustomer


/discountcampaigncustomer/discountcampaign/{id}

Mapping URL: /discountcampaigncustomer/discountcampaign/{id}

Description: find the discountcampaigncustomer entities of discountcampaign with the appended id

Microservice: CountryService


Methods

/discountcampaigncustomer/discountcampaign/{id}


/discountcampaignproductcategory

Mapping URL: /discountcampaignproductcategory

Description: find all discountcampaignproductcategory entities

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory


/warehouseresponsibility/shopemployee/{id}

Mapping URL: /warehouseresponsibility/shopemployee/{id}

Description: find the warehouseresponsibility entities of shopemployee with the appended id

Microservice: CountryService


Methods

/warehouseresponsibility/shopemployee/{id}


/discounttype

Mapping URL: /discounttype

Description: find all discounttype entities

Microservice: DiscountCampaignService


Methods

/discounttype


/purchaserule/{id}

Mapping URL: /purchaserule/{id}

Description: delete the purchaserule entity with the appended id

Microservice: ProductService


Methods

/purchaserule/{id}


/customerdelivery/{id}

Mapping URL: /customerdelivery/{id}

Description: get the customerdelivery entity with the appended id

Microservice: ProductService


Methods

/customerdelivery/{id}


/country/{id}

Mapping URL: /country/{id}

Description: delete the country entity with the appended id

Microservice: CountryService


Methods

/country/{id}


/warehouse/{id}

Mapping URL: /warehouse/{id}

Description: updates the warehouse entity with the appended id

Microservice: CountryService


Methods

/warehouse/{id}


/customergroup/{id}

Mapping URL: /customergroup/{id}

Description: delete the customergroup entity with the appended id

Microservice: CountryService


Methods

/customergroup/{id}


/product/salestax/{id}

Mapping URL: /product/salestax/{id}

Description: find the product entities of salestax with the appended id

Microservice: ProductService


Methods

/product/salestax/{id}


/discountcampaigncustomer/shopcustomer/{id}

Mapping URL: /discountcampaigncustomer/shopcustomer/{id}

Description: find the discountcampaigncustomer entities of shopcustomer with the appended id

Microservice: CountryService


Methods

/discountcampaigncustomer/shopcustomer/{id}


/shopemployee

Mapping URL: /shopemployee

Description: inserts the shopemployee entity

Microservice: CountryService


Methods

/shopemployee


/shopowner/{id}

Mapping URL: /shopowner/{id}

Description: updates the shopowner entity with the appended id

Microservice: ShopLicenseService


Methods

/shopowner/{id}


/productprice/{id}

Mapping URL: /productprice/{id}

Description: get the productprice entity with the appended id

Microservice: ProductService


Methods

/productprice/{id}


/warehouseresponsibility/{id}

Mapping URL: /warehouseresponsibility/{id}

Description: delete the warehouseresponsibility entity with the appended id

Microservice: CountryService


Methods

/warehouseresponsibility/{id}


/productdelivery/{id}

Mapping URL: /productdelivery/{id}

Description: updates the productdelivery entity with the appended id

Microservice: ProductService


Methods

/productdelivery/{id}


/discountcampaigncustomergroup

Mapping URL: /discountcampaigncustomergroup

Description: inserts the discountcampaigncustomergroup entity

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup


/shoplicense/{id}

Mapping URL: /shoplicense/{id}

Description: get the shoplicense entity with the appended id

Microservice: ShopLicenseService


Methods

/shoplicense/{id}


/purchaserule

Mapping URL: /purchaserule

Description: inserts the purchaserule entity

Microservice: ProductService


Methods

/purchaserule


/country

Mapping URL: /country

Description: inserts the country entity

Microservice: CountryService


Methods

/country


/shopcustomer/{id}

Mapping URL: /shopcustomer/{id}

Description: updates the shopcustomer entity with the appended id

Microservice: CountryService


Methods

/shopcustomer/{id}


/customerdelivery/delivery/{id}

Mapping URL: /customerdelivery/delivery/{id}

Description: find the customerdelivery entities of delivery with the appended id

Microservice: ProductService


Methods

/customerdelivery/delivery/{id}


/distributor/{id}

Mapping URL: /distributor/{id}

Description: delete the distributor entity with the appended id

Microservice: ProductService


Methods

/distributor/{id}


/productprice

Mapping URL: /productprice

Description: inserts the productprice entity

Microservice: ProductService


Methods

/productprice


/warehouseresponsibility/{id}

Mapping URL: /warehouseresponsibility/{id}

Description: get the warehouseresponsibility entity with the appended id

Microservice: CountryService


Methods

/warehouseresponsibility/{id}


/discountcampaigncustomer

Mapping URL: /discountcampaigncustomer

Description: find all discountcampaigncustomer entities

Microservice: CountryService


Methods

/discountcampaigncustomer


/discountcampaignproduct/{id}

Mapping URL: /discountcampaignproduct/{id}

Description: get the discountcampaignproduct entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct/{id}


/discountcampaignproductcategory

Mapping URL: /discountcampaignproductcategory

Description: inserts the discountcampaignproductcategory entity

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory


/salestax

Mapping URL: /salestax

Description: inserts the salestax entity

Microservice: ProductService


Methods

/salestax


/product/{id}

Mapping URL: /product/{id}

Description: delete the product entity with the appended id

Microservice: ProductService


Methods

/product/{id}


/orderitem/customerorder/{id}

Mapping URL: /orderitem/customerorder/{id}

Description: find the orderitem entities of customerorder with the appended id

Microservice: ProductService


Methods

/orderitem/customerorder/{id}


/productdelivery

Mapping URL: /productdelivery

Description: inserts the productdelivery entity

Microservice: ProductService


Methods

/productdelivery


/warehouse

Mapping URL: /warehouse

Description: find all warehouse entities

Microservice: CountryService


Methods

/warehouse


/product/{id}

Mapping URL: /product/{id}

Description: updates the product entity with the appended id

Microservice: ProductService


Methods

/product/{id}


/productdelivery/{id}

Mapping URL: /productdelivery/{id}

Description: get the productdelivery entity with the appended id

Microservice: ProductService


Methods

/productdelivery/{id}


/discountcampaigncustomergroup

Mapping URL: /discountcampaigncustomergroup

Description: find all discountcampaigncustomergroup entities

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup


/orderitem

Mapping URL: /orderitem

Description: find all orderitem entities

Microservice: ProductService


Methods

/orderitem


/customerdelivery

Mapping URL: /customerdelivery

Description: find all customerdelivery entities

Microservice: ProductService


Methods

/customerdelivery


/discountcampaign

Mapping URL: /discountcampaign

Description: inserts the discountcampaign entity

Microservice: DiscountCampaignService


Methods

/discountcampaign


/purchaserule/{id}

Mapping URL: /purchaserule/{id}

Description: get the purchaserule entity with the appended id

Microservice: ProductService


Methods

/purchaserule/{id}


/discountcampaignproductcategory/{id}

Mapping URL: /discountcampaignproductcategory/{id}

Description: get the discountcampaignproductcategory entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory/{id}


/productdelivery

Mapping URL: /productdelivery

Description: find all productdelivery entities

Microservice: ProductService


Methods

/productdelivery


/warehouseresponsibility

Mapping URL: /warehouseresponsibility

Description: inserts the warehouseresponsibility entity

Microservice: CountryService


Methods

/warehouseresponsibility


/customergroupmember

Mapping URL: /customergroupmember

Description: inserts the customergroupmember entity

Microservice: CountryService


Methods

/customergroupmember


/discountcampaigncustomergroup/{id}

Mapping URL: /discountcampaigncustomergroup/{id}

Description: delete the discountcampaigncustomergroup entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup/{id}


/customerorder/{id}

Mapping URL: /customerorder/{id}

Description: get the customerorder entity with the appended id

Microservice: CountryService


Methods

/customerorder/{id}


/discountcampaignproduct/product/{id}

Mapping URL: /discountcampaignproduct/product/{id}

Description: find the discountcampaignproduct entities of product with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct/product/{id}


/distributor

Mapping URL: /distributor

Description: find all distributor entities

Microservice: ProductService


Methods

/distributor


/productcategory

Mapping URL: /productcategory

Description: find all productcategory entities

Microservice: ProductService


Methods

/productcategory


/productdelivery/{id}

Mapping URL: /productdelivery/{id}

Description: delete the productdelivery entity with the appended id

Microservice: ProductService


Methods

/productdelivery/{id}


/orderitem/product/{id}

Mapping URL: /orderitem/product/{id}

Description: find the orderitem entities of product with the appended id

Microservice: ProductService


Methods

/orderitem/product/{id}


/customergroupmember/customergroup/{id}

Mapping URL: /customergroupmember/customergroup/{id}

Description: find the customergroupmember entities of customergroup with the appended id

Microservice: CountryService


Methods

/customergroupmember/customergroup/{id}


/shoplicense/{id}

Mapping URL: /shoplicense/{id}

Description: delete the shoplicense entity with the appended id

Microservice: ShopLicenseService


Methods

/shoplicense/{id}


/productdelivery/product/{id}

Mapping URL: /productdelivery/product/{id}

Description: find the productdelivery entities of product with the appended id

Microservice: ProductService


Methods

/productdelivery/product/{id}


/discountcampaignproduct/discountcampaign/{id}

Mapping URL: /discountcampaignproduct/discountcampaign/{id}

Description: find the discountcampaignproduct entities of discountcampaign with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct/discountcampaign/{id}


/discountcampaigncustomer

Mapping URL: /discountcampaigncustomer

Description: inserts the discountcampaigncustomer entity

Microservice: CountryService


Methods

/discountcampaigncustomer


/shopowner/{id}

Mapping URL: /shopowner/{id}

Description: delete the shopowner entity with the appended id

Microservice: ShopLicenseService


Methods

/shopowner/{id}


/discountcampaign/{id}

Mapping URL: /discountcampaign/{id}

Description: updates the discountcampaign entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaign/{id}


/discountcampaigncustomer/{id}

Mapping URL: /discountcampaigncustomer/{id}

Description: updates the discountcampaigncustomer entity with the appended id

Microservice: CountryService


Methods

/discountcampaigncustomer/{id}


/productprice/{id}

Mapping URL: /productprice/{id}

Description: delete the productprice entity with the appended id

Microservice: ProductService


Methods

/productprice/{id}


/discountcampaign/discounttype/{id}

Mapping URL: /discountcampaign/discounttype/{id}

Description: find the discountcampaign entities of discounttype with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaign/discounttype/{id}


/discountcampaignproduct/{id}

Mapping URL: /discountcampaignproduct/{id}

Description: updates the discountcampaignproduct entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct/{id}


/product

Mapping URL: /product

Description: inserts the product entity

Microservice: ProductService


Methods

/product


/customerorder

Mapping URL: /customerorder

Description: inserts the customerorder entity

Microservice: CountryService


Methods

/customerorder


/customergroupmember/{id}

Mapping URL: /customergroupmember/{id}

Description: get the customergroupmember entity with the appended id

Microservice: CountryService


Methods

/customergroupmember/{id}


/customergroup

Mapping URL: /customergroup

Description: find all customergroup entities

Microservice: CountryService


Methods

/customergroup


/productprice/country/{id}

Mapping URL: /productprice/country/{id}

Description: find the productprice entities of country with the appended id

Microservice: ProductService


Methods

/productprice/country/{id}


/productdelivery/warehouse/{id}

Mapping URL: /productdelivery/warehouse/{id}

Description: find the productdelivery entities of warehouse with the appended id

Microservice: ProductService


Methods

/productdelivery/warehouse/{id}


/discountcampaigncustomergroup/{id}

Mapping URL: /discountcampaigncustomergroup/{id}

Description: get the discountcampaigncustomergroup entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup/{id}


/salestax/{id}

Mapping URL: /salestax/{id}

Description: get the salestax entity with the appended id

Microservice: ProductService


Methods

/salestax/{id}


/customergroupmember/{id}

Mapping URL: /customergroupmember/{id}

Description: updates the customergroupmember entity with the appended id

Microservice: CountryService


Methods

/customergroupmember/{id}


/customerorder/{id}

Mapping URL: /customerorder/{id}

Description: updates the customerorder entity with the appended id

Microservice: CountryService


Methods

/customerorder/{id}


/warehouseresponsibility

Mapping URL: /warehouseresponsibility

Description: find all warehouseresponsibility entities

Microservice: CountryService


Methods

/warehouseresponsibility


/orderitem/{id}

Mapping URL: /orderitem/{id}

Description: get the orderitem entity with the appended id

Microservice: ProductService


Methods

/orderitem/{id}


/discountcampaigncustomer/{id}

Mapping URL: /discountcampaigncustomer/{id}

Description: get the discountcampaigncustomer entity with the appended id

Microservice: CountryService


Methods

/discountcampaigncustomer/{id}


/discountcampaignproductcategory/{id}

Mapping URL: /discountcampaignproductcategory/{id}

Description: delete the discountcampaignproductcategory entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory/{id}


/customerdelivery/{id}

Mapping URL: /customerdelivery/{id}

Description: delete the customerdelivery entity with the appended id

Microservice: ProductService


Methods

/customerdelivery/{id}


/salestax/{id}

Mapping URL: /salestax/{id}

Description: updates the salestax entity with the appended id

Microservice: ProductService


Methods

/salestax/{id}


/discountcampaign/{id}

Mapping URL: /discountcampaign/{id}

Description: get the discountcampaign entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaign/{id}


/warehouseresponsibility/{id}

Mapping URL: /warehouseresponsibility/{id}

Description: updates the warehouseresponsibility entity with the appended id

Microservice: CountryService


Methods

/warehouseresponsibility/{id}


/distributor

Mapping URL: /distributor

Description: inserts the distributor entity

Microservice: ProductService


Methods

/distributor


/discountcampaignproductcategory/{id}

Mapping URL: /discountcampaignproductcategory/{id}

Description: updates the discountcampaignproductcategory entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory/{id}


/discountcampaignproduct

Mapping URL: /discountcampaignproduct

Description: find all discountcampaignproduct entities

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct


/purchaserule/product/{id}

Mapping URL: /purchaserule/product/{id}

Description: find the purchaserule entities of product with the appended id

Microservice: ProductService


Methods

/purchaserule/product/{id}


/shoplicense/{id}

Mapping URL: /shoplicense/{id}

Description: updates the shoplicense entity with the appended id

Microservice: ShopLicenseService


Methods

/shoplicense/{id}


/delivery/{id}

Mapping URL: /delivery/{id}

Description: updates the delivery entity with the appended id

Microservice: CountryService


Methods

/delivery/{id}


/shopowner

Mapping URL: /shopowner

Description: find all shopowner entities

Microservice: ShopLicenseService


Methods

/shopowner


/delivery/{id}

Mapping URL: /delivery/{id}

Description: get the delivery entity with the appended id

Microservice: CountryService


Methods

/delivery/{id}


/discountcampaigncustomergroup/discountcampaign/{id}

Mapping URL: /discountcampaigncustomergroup/discountcampaign/{id}

Description: find the discountcampaigncustomergroup entities of discountcampaign with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaigncustomergroup/discountcampaign/{id}


/product

Mapping URL: /product

Description: find all product entities

Microservice: ProductService


Methods

/product


/shopowner/shoplicense/{id}

Mapping URL: /shopowner/shoplicense/{id}

Description: find the shopowner entities of shoplicense with the appended id

Microservice: ShopLicenseService


Methods

/shopowner/shoplicense/{id}


/shopowner

Mapping URL: /shopowner

Description: inserts the shopowner entity

Microservice: ShopLicenseService


Methods

/shopowner


/salestax

Mapping URL: /salestax

Description: find all salestax entities

Microservice: ProductService


Methods

/salestax


/customerorder/{id}

Mapping URL: /customerorder/{id}

Description: delete the customerorder entity with the appended id

Microservice: CountryService


Methods

/customerorder/{id}


/productprice

Mapping URL: /productprice

Description: find all productprice entities

Microservice: ProductService


Methods

/productprice


/shoplicense

Mapping URL: /shoplicense

Description: find all shoplicense entities

Microservice: ShopLicenseService


Methods

/shoplicense


/shopcustomer

Mapping URL: /shopcustomer

Description: find all shopcustomer entities

Microservice: CountryService


Methods

/shopcustomer


/discountcampaignproductcategory/productcategory/{id}

Mapping URL: /discountcampaignproductcategory/productcategory/{id}

Description: find the discountcampaignproductcategory entities of productcategory with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory/productcategory/{id}


/discountcampaignproduct

Mapping URL: /discountcampaignproduct

Description: inserts the discountcampaignproduct entity

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct


/orderitem

Mapping URL: /orderitem

Description: inserts the orderitem entity

Microservice: ProductService


Methods

/orderitem


/customergroupmember/shopcustomer/{id}

Mapping URL: /customergroupmember/shopcustomer/{id}

Description: find the customergroupmember entities of shopcustomer with the appended id

Microservice: CountryService


Methods

/customergroupmember/shopcustomer/{id}


/discountcampaignproduct/{id}

Mapping URL: /discountcampaignproduct/{id}

Description: delete the discountcampaignproduct entity with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproduct/{id}


/customergroup/{id}

Mapping URL: /customergroup/{id}

Description: updates the customergroup entity with the appended id

Microservice: CountryService


Methods

/customergroup/{id}


/orderitem/{id}

Mapping URL: /orderitem/{id}

Description: updates the orderitem entity with the appended id

Microservice: ProductService


Methods

/orderitem/{id}


/discountcampaignproductcategory/discountcampaign/{id}

Mapping URL: /discountcampaignproductcategory/discountcampaign/{id}

Description: find the discountcampaignproductcategory entities of discountcampaign with the appended id

Microservice: DiscountCampaignService


Methods

/discountcampaignproductcategory/discountcampaign/{id}


/customergroupmember/{id}

Mapping URL: /customergroupmember/{id}

Description: delete the customergroupmember entity with the appended id

Microservice: CountryService


Methods

/customergroupmember/{id}


/delivery/{id}

Mapping URL: /delivery/{id}

Description: delete the delivery entity with the appended id

Microservice: CountryService


Methods

/delivery/{id}


/customergroup/{id}

Mapping URL: /customergroup/{id}

Description: get the customergroup entity with the appended id

Microservice: CountryService


Methods

/customergroup/{id}


/product/productcategory/{id}

Mapping URL: /product/productcategory/{id}

Description: find the product entities of productcategory with the appended id

Microservice: ProductService


Methods

/product/productcategory/{id}


/warehouse/{id}

Mapping URL: /warehouse/{id}

Description: delete the warehouse entity with the appended id

Microservice: CountryService


Methods

/warehouse/{id}


/purchaserule/warehouse/{id}

Mapping URL: /purchaserule/warehouse/{id}

Description: find the purchaserule entities of warehouse with the appended id

Microservice: ProductService


Methods

/purchaserule/warehouse/{id}


/product/{id}

Mapping URL: /product/{id}

Description: get the product entity with the appended id

Microservice: ProductService


Methods

/product/{id}


/shopcustomer/country/{id}

Mapping URL: /shopcustomer/country/{id}

Description: find the shopcustomer entities of country with the appended id

Microservice: CountryService


Methods

/shopcustomer/country/{id}





/delivery/{id}

Mapping URL: /delivery/{id}

Description: DeliveryService

Name: updateDeliveryById(delivery)

Request Method: PUT

Service Interface: /delivery/{id}

Service Entity: Delivery



/product

Mapping URL: /product

Description: ProductService

Name: findAllProduct()

Request Method: GET

Service Interface: /product

Service Entity: Product



/discountcampaigncustomergroup/{id}

Mapping URL: /discountcampaigncustomergroup/{id}

Description: DiscountCampaignCustomerGroupService

Name: updateDiscountCampaignCustomerGroupById(discountcampaigncustomergroup)

Request Method: PUT

Service Interface: /discountcampaigncustomergroup/{id}

Service Entity: DiscountCampaignCustomerGroup



/customergroupmember/shopcustomer/{id}

Mapping URL: /customergroupmember/shopcustomer/{id}

Description: ShopCustomerService

Name: findAllCustomerGroupMemberOfShopCustomer(id)

Request Method: GET

Service Interface: /customergroupmember/shopcustomer/{id}

Service Entity: ShopCustomer



/shopowner

Mapping URL: /shopowner

Description: ShopOwnerService

Name: findAllShopOwner()

Request Method: GET

Service Interface: /shopowner

Service Entity: ShopOwner



/discounttype/{id}

Mapping URL: /discounttype/{id}

Description: DiscountTypeService

Name: deleteDiscountTypeById(id)

Request Method: DELETE

Service Interface: /discounttype/{id}

Service Entity: DiscountType



/shoplicense/{id}

Mapping URL: /shoplicense/{id}

Description: ShopLicenseService

Name: deleteShopLicenseById(id)

Request Method: DELETE

Service Interface: /shoplicense/{id}

Service Entity: ShopLicense



/shopemployee/{id}

Mapping URL: /shopemployee/{id}

Description: ShopEmployeeService

Name: updateShopEmployeeById(shopemployee)

Request Method: PUT

Service Interface: /shopemployee/{id}

Service Entity: ShopEmployee



/shopcustomer/country/{id}

Mapping URL: /shopcustomer/country/{id}

Description: CountryService

Name: findAllShopCustomerOfCountry(id)

Request Method: GET

Service Interface: /shopcustomer/country/{id}

Service Entity: Country



/customergroupmember/{id}

Mapping URL: /customergroupmember/{id}

Description: CustomerGroupMemberService

Name: updateCustomerGroupMemberById(customergroupmember)

Request Method: PUT

Service Interface: /customergroupmember/{id}

Service Entity: CustomerGroupMember



/productdelivery/warehouse/{id}

Mapping URL: /productdelivery/warehouse/{id}

Description: WarehouseService

Name: findAllProductDeliveryOfWarehouse(id)

Request Method: GET

Service Interface: /productdelivery/warehouse/{id}

Service Entity: Warehouse



/discountcampaigncustomergroup/customergroup/{id}

Mapping URL: /discountcampaigncustomergroup/customergroup/{id}

Description: CustomerGroupService

Name: findAllDiscountCampaignCustomerGroupOfCustomerGroup(id)

Request Method: GET

Service Interface: /discountcampaigncustomergroup/customergroup/{id}

Service Entity: CustomerGroup



/customergroup

Mapping URL: /customergroup

Description: CustomerGroupService

Name: insertCustomerGroup(customergroup)

Request Method: POST

Service Interface: /customergroup

Service Entity: CustomerGroup



/delivery/{id}

Mapping URL: /delivery/{id}

Description: DeliveryService

Name: findDeliveryById(id)

Request Method: GET

Service Interface: /delivery/{id}

Service Entity: Delivery



/salestax/{id}

Mapping URL: /salestax/{id}

Description: SalesTaxService

Name: updateSalesTaxById(salestax)

Request Method: PUT

Service Interface: /salestax/{id}

Service Entity: SalesTax



/shoplicense

Mapping URL: /shoplicense

Description: ShopLicenseService

Name: insertShopLicense(shoplicense)

Request Method: POST

Service Interface: /shoplicense

Service Entity: ShopLicense



/warehouseresponsibility/shopemployee/{id}

Mapping URL: /warehouseresponsibility/shopemployee/{id}

Description: ShopEmployeeService

Name: findAllWarehouseResponsibilityOfShopEmployee(id)

Request Method: GET

Service Interface: /warehouseresponsibility/shopemployee/{id}

Service Entity: ShopEmployee



/customerdelivery

Mapping URL: /customerdelivery

Description: CustomerDeliveryService

Name: insertCustomerDelivery(customerdelivery)

Request Method: POST

Service Interface: /customerdelivery

Service Entity: CustomerDelivery



/productdelivery/distributor/{id}

Mapping URL: /productdelivery/distributor/{id}

Description: DistributorService

Name: findAllProductDeliveryOfDistributor(id)

Request Method: GET

Service Interface: /productdelivery/distributor/{id}

Service Entity: Distributor



/discountcampaignproduct/{id}

Mapping URL: /discountcampaignproduct/{id}

Description: DiscountCampaignProductService

Name: updateDiscountCampaignProductById(discountcampaignproduct)

Request Method: PUT

Service Interface: /discountcampaignproduct/{id}

Service Entity: DiscountCampaignProduct



/shopowner/shoplicense/{id}

Mapping URL: /shopowner/shoplicense/{id}

Description: ShopLicenseService

Name: findAllShopOwnerOfShopLicense(id)

Request Method: GET

Service Interface: /shopowner/shoplicense/{id}

Service Entity: ShopLicense



/customerorder/shopcustomer/{id}

Mapping URL: /customerorder/shopcustomer/{id}

Description: ShopCustomerService

Name: findAllCustomerOrderOfShopCustomer(id)

Request Method: GET

Service Interface: /customerorder/shopcustomer/{id}

Service Entity: ShopCustomer



/shopcustomer

Mapping URL: /shopcustomer

Description: ShopCustomerService

Name: findAllShopCustomer()

Request Method: GET

Service Interface: /shopcustomer

Service Entity: ShopCustomer



/discountcampaignproductcategory/productcategory/{id}

Mapping URL: /discountcampaignproductcategory/productcategory/{id}

Description: ProductCategoryService

Name: findAllDiscountCampaignProductCategoryOfProductCategory(id)

Request Method: GET

Service Interface: /discountcampaignproductcategory/productcategory/{id}

Service Entity: ProductCategory



/warehouseresponsibility/warehouse/{id}

Mapping URL: /warehouseresponsibility/warehouse/{id}

Description: WarehouseService

Name: findAllWarehouseResponsibilityOfWarehouse(id)

Request Method: GET

Service Interface: /warehouseresponsibility/warehouse/{id}

Service Entity: Warehouse



/productprice/{id}

Mapping URL: /productprice/{id}

Description: ProductPriceService

Name: deleteProductPriceById(id)

Request Method: DELETE

Service Interface: /productprice/{id}

Service Entity: ProductPrice



/customergroupmember

Mapping URL: /customergroupmember

Description: CustomerGroupMemberService

Name: findAllCustomerGroupMember()

Request Method: GET

Service Interface: /customergroupmember

Service Entity: CustomerGroupMember



/discountcampaignproductcategory

Mapping URL: /discountcampaignproductcategory

Description: DiscountCampaignProductCategoryService

Name: findAllDiscountCampaignProductCategory()

Request Method: GET

Service Interface: /discountcampaignproductcategory

Service Entity: DiscountCampaignProductCategory



/shopowner/{id}

Mapping URL: /shopowner/{id}

Description: ShopOwnerService

Name: findShopOwnerById(id)

Request Method: GET

Service Interface: /shopowner/{id}

Service Entity: ShopOwner



/discountcampaignproductcategory/{id}

Mapping URL: /discountcampaignproductcategory/{id}

Description: DiscountCampaignProductCategoryService

Name: deleteDiscountCampaignProductCategoryById(id)

Request Method: DELETE

Service Interface: /discountcampaignproductcategory/{id}

Service Entity: DiscountCampaignProductCategory



/customerdelivery/{id}

Mapping URL: /customerdelivery/{id}

Description: CustomerDeliveryService

Name: updateCustomerDeliveryById(customerdelivery)

Request Method: PUT

Service Interface: /customerdelivery/{id}

Service Entity: CustomerDelivery



/discounttype/{id}

Mapping URL: /discounttype/{id}

Description: DiscountTypeService

Name: updateDiscountTypeById(discounttype)

Request Method: PUT

Service Interface: /discounttype/{id}

Service Entity: DiscountType



/productcategory

Mapping URL: /productcategory

Description: ProductCategoryService

Name: insertProductCategory(productcategory)

Request Method: POST

Service Interface: /productcategory

Service Entity: ProductCategory



/product/salestax/{id}

Mapping URL: /product/salestax/{id}

Description: SalesTaxService

Name: findAllProductOfSalesTax(id)

Request Method: GET

Service Interface: /product/salestax/{id}

Service Entity: SalesTax



/customergroup/{id}

Mapping URL: /customergroup/{id}

Description: CustomerGroupService

Name: deleteCustomerGroupById(id)

Request Method: DELETE

Service Interface: /customergroup/{id}

Service Entity: CustomerGroup



/discountcampaignproduct/product/{id}

Mapping URL: /discountcampaignproduct/product/{id}

Description: ProductService

Name: findAllDiscountCampaignProductOfProduct(id)

Request Method: GET

Service Interface: /discountcampaignproduct/product/{id}

Service Entity: Product



/discountcampaignproduct/{id}

Mapping URL: /discountcampaignproduct/{id}

Description: DiscountCampaignProductService

Name: findDiscountCampaignProductById(id)

Request Method: GET

Service Interface: /discountcampaignproduct/{id}

Service Entity: DiscountCampaignProduct



/discountcampaigncustomer/discountcampaign/{id}

Mapping URL: /discountcampaigncustomer/discountcampaign/{id}

Description: DiscountCampaignService

Name: findAllDiscountCampaignCustomerOfDiscountCampaign(id)

Request Method: GET

Service Interface: /discountcampaigncustomer/discountcampaign/{id}

Service Entity: DiscountCampaign



/delivery

Mapping URL: /delivery

Description: DeliveryService

Name: findAllDelivery()

Request Method: GET

Service Interface: /delivery

Service Entity: Delivery



/product/countryoforigin/{id}

Mapping URL: /product/countryoforigin/{id}

Description: CountryService

Name: findAllProductOfCountryOfOrigin(id)

Request Method: GET

Service Interface: /product/countryoforigin/{id}

Service Entity: Country



/distributor/{id}

Mapping URL: /distributor/{id}

Description: DistributorService

Name: updateDistributorById(distributor)

Request Method: PUT

Service Interface: /distributor/{id}

Service Entity: Distributor



/warehouseresponsibility/{id}

Mapping URL: /warehouseresponsibility/{id}

Description: WarehouseResponsibilityService

Name: deleteWarehouseResponsibilityById(id)

Request Method: DELETE

Service Interface: /warehouseresponsibility/{id}

Service Entity: WarehouseResponsibility



/productdelivery/{id}

Mapping URL: /productdelivery/{id}

Description: ProductDeliveryService

Name: findProductDeliveryById(id)

Request Method: GET

Service Interface: /productdelivery/{id}

Service Entity: ProductDelivery



/orderitem/{id}

Mapping URL: /orderitem/{id}

Description: OrderItemService

Name: deleteOrderItemById(id)

Request Method: DELETE

Service Interface: /orderitem/{id}

Service Entity: OrderItem



/customergroup

Mapping URL: /customergroup

Description: CustomerGroupService

Name: findAllCustomerGroup()

Request Method: GET

Service Interface: /customergroup

Service Entity: CustomerGroup



/productdelivery

Mapping URL: /productdelivery

Description: ProductDeliveryService

Name: insertProductDelivery(productdelivery)

Request Method: POST

Service Interface: /productdelivery

Service Entity: ProductDelivery



/productprice/product/{id}

Mapping URL: /productprice/product/{id}

Description: ProductService

Name: findAllProductPriceOfProduct(id)

Request Method: GET

Service Interface: /productprice/product/{id}

Service Entity: Product



/product/{id}

Mapping URL: /product/{id}

Description: ProductService

Name: findProductById(id)

Request Method: GET

Service Interface: /product/{id}

Service Entity: Product



/discounttype

Mapping URL: /discounttype

Description: DiscountTypeService

Name: findAllDiscountType()

Request Method: GET

Service Interface: /discounttype

Service Entity: DiscountType



/country/{id}

Mapping URL: /country/{id}

Description: CountryService

Name: findCountryById(id)

Request Method: GET

Service Interface: /country/{id}

Service Entity: Country



/discountcampaigncustomer

Mapping URL: /discountcampaigncustomer

Description: DiscountCampaignCustomerService

Name: insertDiscountCampaignCustomer(discountcampaigncustomer)

Request Method: POST

Service Interface: /discountcampaigncustomer

Service Entity: DiscountCampaignCustomer



/productdelivery/{id}

Mapping URL: /productdelivery/{id}

Description: ProductDeliveryService

Name: updateProductDeliveryById(productdelivery)

Request Method: PUT

Service Interface: /productdelivery/{id}

Service Entity: ProductDelivery



/orderitem

Mapping URL: /orderitem

Description: OrderItemService

Name: insertOrderItem(orderitem)

Request Method: POST

Service Interface: /orderitem

Service Entity: OrderItem



/delivery

Mapping URL: /delivery

Description: DeliveryService

Name: insertDelivery(delivery)

Request Method: POST

Service Interface: /delivery

Service Entity: Delivery



/distributor/{id}

Mapping URL: /distributor/{id}

Description: DistributorService

Name: deleteDistributorById(id)

Request Method: DELETE

Service Interface: /distributor/{id}

Service Entity: Distributor



/shopcustomer/{id}

Mapping URL: /shopcustomer/{id}

Description: ShopCustomerService

Name: findShopCustomerById(id)

Request Method: GET

Service Interface: /shopcustomer/{id}

Service Entity: ShopCustomer



/discountcampaigncustomer/{id}

Mapping URL: /discountcampaigncustomer/{id}

Description: DiscountCampaignCustomerService

Name: findDiscountCampaignCustomerById(id)

Request Method: GET

Service Interface: /discountcampaigncustomer/{id}

Service Entity: DiscountCampaignCustomer



/discounttype

Mapping URL: /discounttype

Description: DiscountTypeService

Name: insertDiscountType(discounttype)

Request Method: POST

Service Interface: /discounttype

Service Entity: DiscountType



/customerdelivery/{id}

Mapping URL: /customerdelivery/{id}

Description: CustomerDeliveryService

Name: deleteCustomerDeliveryById(id)

Request Method: DELETE

Service Interface: /customerdelivery/{id}

Service Entity: CustomerDelivery



/customergroupmember/{id}

Mapping URL: /customergroupmember/{id}

Description: CustomerGroupMemberService

Name: deleteCustomerGroupMemberById(id)

Request Method: DELETE

Service Interface: /customergroupmember/{id}

Service Entity: CustomerGroupMember



/customergroupmember

Mapping URL: /customergroupmember

Description: CustomerGroupMemberService

Name: insertCustomerGroupMember(customergroupmember)

Request Method: POST

Service Interface: /customergroupmember

Service Entity: CustomerGroupMember



/discountcampaign/{id}

Mapping URL: /discountcampaign/{id}

Description: DiscountCampaignService

Name: deleteDiscountCampaignById(id)

Request Method: DELETE

Service Interface: /discountcampaign/{id}

Service Entity: DiscountCampaign



/discountcampaignproduct/discountcampaign/{id}

Mapping URL: /discountcampaignproduct/discountcampaign/{id}

Description: DiscountCampaignService

Name: findAllDiscountCampaignProductOfDiscountCampaign(id)

Request Method: GET

Service Interface: /discountcampaignproduct/discountcampaign/{id}

Service Entity: DiscountCampaign



/orderitem/{id}

Mapping URL: /orderitem/{id}

Description: OrderItemService

Name: updateOrderItemById(orderitem)

Request Method: PUT

Service Interface: /orderitem/{id}

Service Entity: OrderItem



/discountcampaignproductcategory

Mapping URL: /discountcampaignproductcategory

Description: DiscountCampaignProductCategoryService

Name: insertDiscountCampaignProductCategory(discountcampaignproductcategory)

Request Method: POST

Service Interface: /discountcampaignproductcategory

Service Entity: DiscountCampaignProductCategory



/country/{id}

Mapping URL: /country/{id}

Description: CountryService

Name: deleteCountryById(id)

Request Method: DELETE

Service Interface: /country/{id}

Service Entity: Country



/customergroupmember/customergroup/{id}

Mapping URL: /customergroupmember/customergroup/{id}

Description: CustomerGroupService

Name: findAllCustomerGroupMemberOfCustomerGroup(id)

Request Method: GET

Service Interface: /customergroupmember/customergroup/{id}

Service Entity: CustomerGroup



/customerdelivery/{id}

Mapping URL: /customerdelivery/{id}

Description: CustomerDeliveryService

Name: findCustomerDeliveryById(id)

Request Method: GET

Service Interface: /customerdelivery/{id}

Service Entity: CustomerDelivery



/purchaserule/{id}

Mapping URL: /purchaserule/{id}

Description: PurchaseRuleService

Name: findPurchaseRuleById(id)

Request Method: GET

Service Interface: /purchaserule/{id}

Service Entity: PurchaseRule



/shoplicense

Mapping URL: /shoplicense

Description: ShopLicenseService

Name: findAllShopLicense()

Request Method: GET

Service Interface: /shoplicense

Service Entity: ShopLicense



/customerdelivery/orderitem/{id}

Mapping URL: /customerdelivery/orderitem/{id}

Description: OrderItemService

Name: findAllCustomerDeliveryOfOrderItem(id)

Request Method: GET

Service Interface: /customerdelivery/orderitem/{id}

Service Entity: OrderItem



/warehouse

Mapping URL: /warehouse

Description: WarehouseService

Name: insertWarehouse(warehouse)

Request Method: POST

Service Interface: /warehouse

Service Entity: Warehouse



/shopcustomer/{id}

Mapping URL: /shopcustomer/{id}

Description: ShopCustomerService

Name: deleteShopCustomerById(id)

Request Method: DELETE

Service Interface: /shopcustomer/{id}

Service Entity: ShopCustomer



/discountcampaigncustomer

Mapping URL: /discountcampaigncustomer

Description: DiscountCampaignCustomerService

Name: findAllDiscountCampaignCustomer()

Request Method: GET

Service Interface: /discountcampaigncustomer

Service Entity: DiscountCampaignCustomer



/orderitem

Mapping URL: /orderitem

Description: OrderItemService

Name: findAllOrderItem()

Request Method: GET

Service Interface: /orderitem

Service Entity: OrderItem



/discountcampaignproduct

Mapping URL: /discountcampaignproduct

Description: DiscountCampaignProductService

Name: insertDiscountCampaignProduct(discountcampaignproduct)

Request Method: POST

Service Interface: /discountcampaignproduct

Service Entity: DiscountCampaignProduct



/product/productcategory/{id}

Mapping URL: /product/productcategory/{id}

Description: ProductCategoryService

Name: findAllProductOfProductCategory(id)

Request Method: GET

Service Interface: /product/productcategory/{id}

Service Entity: ProductCategory



/shopcustomer

Mapping URL: /shopcustomer

Description: ShopCustomerService

Name: insertShopCustomer(shopcustomer)

Request Method: POST

Service Interface: /shopcustomer

Service Entity: ShopCustomer



/salestax

Mapping URL: /salestax

Description: SalesTaxService

Name: insertSalesTax(salestax)

Request Method: POST

Service Interface: /salestax

Service Entity: SalesTax



/orderitem/product/{id}

Mapping URL: /orderitem/product/{id}

Description: ProductService

Name: findAllOrderItemOfProduct(id)

Request Method: GET

Service Interface: /orderitem/product/{id}

Service Entity: Product



/warehouseresponsibility

Mapping URL: /warehouseresponsibility

Description: WarehouseResponsibilityService

Name: findAllWarehouseResponsibility()

Request Method: GET

Service Interface: /warehouseresponsibility

Service Entity: WarehouseResponsibility



/discountcampaign/discounttype/{id}

Mapping URL: /discountcampaign/discounttype/{id}

Description: DiscountTypeService

Name: findAllDiscountCampaignOfDiscountType(id)

Request Method: GET

Service Interface: /discountcampaign/discounttype/{id}

Service Entity: DiscountType



/discountcampaigncustomergroup

Mapping URL: /discountcampaigncustomergroup

Description: DiscountCampaignCustomerGroupService

Name: findAllDiscountCampaignCustomerGroup()

Request Method: GET

Service Interface: /discountcampaigncustomergroup

Service Entity: DiscountCampaignCustomerGroup



/delivery/{id}

Mapping URL: /delivery/{id}

Description: DeliveryService

Name: deleteDeliveryById(id)

Request Method: DELETE

Service Interface: /delivery/{id}

Service Entity: Delivery



/delivery/shopcustomer/{id}

Mapping URL: /delivery/shopcustomer/{id}

Description: ShopCustomerService

Name: findAllDeliveryOfShopCustomer(id)

Request Method: GET

Service Interface: /delivery/shopcustomer/{id}

Service Entity: ShopCustomer



/customerorder/{id}

Mapping URL: /customerorder/{id}

Description: CustomerOrderService

Name: findCustomerOrderById(id)

Request Method: GET

Service Interface: /customerorder/{id}

Service Entity: CustomerOrder



/productprice

Mapping URL: /productprice

Description: ProductPriceService

Name: insertProductPrice(productprice)

Request Method: POST

Service Interface: /productprice

Service Entity: ProductPrice



/discountcampaign/{id}

Mapping URL: /discountcampaign/{id}

Description: DiscountCampaignService

Name: updateDiscountCampaignById(discountcampaign)

Request Method: PUT

Service Interface: /discountcampaign/{id}

Service Entity: DiscountCampaign



/discountcampaign

Mapping URL: /discountcampaign

Description: DiscountCampaignService

Name: insertDiscountCampaign(discountcampaign)

Request Method: POST

Service Interface: /discountcampaign

Service Entity: DiscountCampaign



/customergroup/{id}

Mapping URL: /customergroup/{id}

Description: CustomerGroupService

Name: findCustomerGroupById(id)

Request Method: GET

Service Interface: /customergroup/{id}

Service Entity: CustomerGroup



/shopowner

Mapping URL: /shopowner

Description: ShopOwnerService

Name: insertShopOwner(shopowner)

Request Method: POST

Service Interface: /shopowner

Service Entity: ShopOwner



/productdelivery/product/{id}

Mapping URL: /productdelivery/product/{id}

Description: ProductService

Name: findAllProductDeliveryOfProduct(id)

Request Method: GET

Service Interface: /productdelivery/product/{id}

Service Entity: Product



/salestax/{id}

Mapping URL: /salestax/{id}

Description: SalesTaxService

Name: deleteSalesTaxById(id)

Request Method: DELETE

Service Interface: /salestax/{id}

Service Entity: SalesTax



/shopowner/{id}

Mapping URL: /shopowner/{id}

Description: ShopOwnerService

Name: deleteShopOwnerById(id)

Request Method: DELETE

Service Interface: /shopowner/{id}

Service Entity: ShopOwner



/warehouse/{id}

Mapping URL: /warehouse/{id}

Description: WarehouseService

Name: deleteWarehouseById(id)

Request Method: DELETE

Service Interface: /warehouse/{id}

Service Entity: Warehouse



/purchaserule/{id}

Mapping URL: /purchaserule/{id}

Description: PurchaseRuleService

Name: deletePurchaseRuleById(id)

Request Method: DELETE

Service Interface: /purchaserule/{id}

Service Entity: PurchaseRule



/shopowner/{id}

Mapping URL: /shopowner/{id}

Description: ShopOwnerService

Name: updateShopOwnerById(shopowner)

Request Method: PUT

Service Interface: /shopowner/{id}

Service Entity: ShopOwner



/productprice/{id}

Mapping URL: /productprice/{id}

Description: ProductPriceService

Name: findProductPriceById(id)

Request Method: GET

Service Interface: /productprice/{id}

Service Entity: ProductPrice



/discountcampaignproductcategory/{id}

Mapping URL: /discountcampaignproductcategory/{id}

Description: DiscountCampaignProductCategoryService

Name: findDiscountCampaignProductCategoryById(id)

Request Method: GET

Service Interface: /discountcampaignproductcategory/{id}

Service Entity: DiscountCampaignProductCategory



/country

Mapping URL: /country

Description: CountryService

Name: insertCountry(country)

Request Method: POST

Service Interface: /country

Service Entity: Country



/discountcampaigncustomer/{id}

Mapping URL: /discountcampaigncustomer/{id}

Description: DiscountCampaignCustomerService

Name: deleteDiscountCampaignCustomerById(id)

Request Method: DELETE

Service Interface: /discountcampaigncustomer/{id}

Service Entity: DiscountCampaignCustomer



/discountcampaigncustomer/{id}

Mapping URL: /discountcampaigncustomer/{id}

Description: DiscountCampaignCustomerService

Name: updateDiscountCampaignCustomerById(discountcampaigncustomer)

Request Method: PUT

Service Interface: /discountcampaigncustomer/{id}

Service Entity: DiscountCampaignCustomer



/country/{id}

Mapping URL: /country/{id}

Description: CountryService

Name: updateCountryById(country)

Request Method: PUT

Service Interface: /country/{id}

Service Entity: Country



/shoplicense/{id}

Mapping URL: /shoplicense/{id}

Description: ShopLicenseService

Name: updateShopLicenseById(shoplicense)

Request Method: PUT

Service Interface: /shoplicense/{id}

Service Entity: ShopLicense



/discountcampaigncustomergroup/{id}

Mapping URL: /discountcampaigncustomergroup/{id}

Description: DiscountCampaignCustomerGroupService

Name: deleteDiscountCampaignCustomerGroupById(id)

Request Method: DELETE

Service Interface: /discountcampaigncustomergroup/{id}

Service Entity: DiscountCampaignCustomerGroup



/shopcustomer/{id}

Mapping URL: /shopcustomer/{id}

Description: ShopCustomerService

Name: updateShopCustomerById(shopcustomer)

Request Method: PUT

Service Interface: /shopcustomer/{id}

Service Entity: ShopCustomer



/discountcampaignproductcategory/discountcampaign/{id}

Mapping URL: /discountcampaignproductcategory/discountcampaign/{id}

Description: DiscountCampaignService

Name: findAllDiscountCampaignProductCategoryOfDiscountCampaign(id)

Request Method: GET

Service Interface: /discountcampaignproductcategory/discountcampaign/{id}

Service Entity: DiscountCampaign



/customerorder

Mapping URL: /customerorder

Description: CustomerOrderService

Name: insertCustomerOrder(customerorder)

Request Method: POST

Service Interface: /customerorder

Service Entity: CustomerOrder



/product

Mapping URL: /product

Description: ProductService

Name: insertProduct(product)

Request Method: POST

Service Interface: /product

Service Entity: Product



/distributor

Mapping URL: /distributor

Description: DistributorService

Name: findAllDistributor()

Request Method: GET

Service Interface: /distributor

Service Entity: Distributor



/purchaserule/product/{id}

Mapping URL: /purchaserule/product/{id}

Description: ProductService

Name: findAllPurchaseRuleOfProduct(id)

Request Method: GET

Service Interface: /purchaserule/product/{id}

Service Entity: Product



/distributor

Mapping URL: /distributor

Description: DistributorService

Name: insertDistributor(distributor)

Request Method: POST

Service Interface: /distributor

Service Entity: Distributor



/productcategory/{id}

Mapping URL: /productcategory/{id}

Description: ProductCategoryService

Name: updateProductCategoryById(productcategory)

Request Method: PUT

Service Interface: /productcategory/{id}

Service Entity: ProductCategory



/discountcampaignproductcategory/{id}

Mapping URL: /discountcampaignproductcategory/{id}

Description: DiscountCampaignProductCategoryService

Name: updateDiscountCampaignProductCategoryById(discountcampaignproductcategory)

Request Method: PUT

Service Interface: /discountcampaignproductcategory/{id}

Service Entity: DiscountCampaignProductCategory



/orderitem/customerorder/{id}

Mapping URL: /orderitem/customerorder/{id}

Description: CustomerOrderService

Name: findAllOrderItemOfCustomerOrder(id)

Request Method: GET

Service Interface: /orderitem/customerorder/{id}

Service Entity: CustomerOrder



/product/{id}

Mapping URL: /product/{id}

Description: ProductService

Name: updateProductById(product)

Request Method: PUT

Service Interface: /product/{id}

Service Entity: Product



/discountcampaign

Mapping URL: /discountcampaign

Description: DiscountCampaignService

Name: findAllDiscountCampaign()

Request Method: GET

Service Interface: /discountcampaign

Service Entity: DiscountCampaign



/discountcampaignproduct

Mapping URL: /discountcampaignproduct

Description: DiscountCampaignProductService

Name: findAllDiscountCampaignProduct()

Request Method: GET

Service Interface: /discountcampaignproduct

Service Entity: DiscountCampaignProduct



/productcategory/{id}

Mapping URL: /productcategory/{id}

Description: ProductCategoryService

Name: findProductCategoryById(id)

Request Method: GET

Service Interface: /productcategory/{id}

Service Entity: ProductCategory



/orderitem/{id}

Mapping URL: /orderitem/{id}

Description: OrderItemService

Name: findOrderItemById(id)

Request Method: GET

Service Interface: /orderitem/{id}

Service Entity: OrderItem



/warehouse/{id}

Mapping URL: /warehouse/{id}

Description: WarehouseService

Name: findWarehouseById(id)

Request Method: GET

Service Interface: /warehouse/{id}

Service Entity: Warehouse



/customerdelivery/delivery/{id}

Mapping URL: /customerdelivery/delivery/{id}

Description: DeliveryService

Name: findAllCustomerDeliveryOfDelivery(id)

Request Method: GET

Service Interface: /customerdelivery/delivery/{id}

Service Entity: Delivery



/productdelivery

Mapping URL: /productdelivery

Description: ProductDeliveryService

Name: findAllProductDelivery()

Request Method: GET

Service Interface: /productdelivery

Service Entity: ProductDelivery



/productprice/{id}

Mapping URL: /productprice/{id}

Description: ProductPriceService

Name: updateProductPriceById(productprice)

Request Method: PUT

Service Interface: /productprice/{id}

Service Entity: ProductPrice



/discountcampaigncustomergroup/{id}

Mapping URL: /discountcampaigncustomergroup/{id}

Description: DiscountCampaignCustomerGroupService

Name: findDiscountCampaignCustomerGroupById(id)

Request Method: GET

Service Interface: /discountcampaigncustomergroup/{id}

Service Entity: DiscountCampaignCustomerGroup



/productcategory

Mapping URL: /productcategory

Description: ProductCategoryService

Name: findAllProductCategory()

Request Method: GET

Service Interface: /productcategory

Service Entity: ProductCategory



/customergroup/{id}

Mapping URL: /customergroup/{id}

Description: CustomerGroupService

Name: updateCustomerGroupById(customergroup)

Request Method: PUT

Service Interface: /customergroup/{id}

Service Entity: CustomerGroup



/customerorder/{id}

Mapping URL: /customerorder/{id}

Description: CustomerOrderService

Name: updateCustomerOrderById(customerorder)

Request Method: PUT

Service Interface: /customerorder/{id}

Service Entity: CustomerOrder



/productprice/country/{id}

Mapping URL: /productprice/country/{id}

Description: CountryService

Name: findAllProductPriceOfCountry(id)

Request Method: GET

Service Interface: /productprice/country/{id}

Service Entity: Country



/discountcampaignproduct/{id}

Mapping URL: /discountcampaignproduct/{id}

Description: DiscountCampaignProductService

Name: deleteDiscountCampaignProductById(id)

Request Method: DELETE

Service Interface: /discountcampaignproduct/{id}

Service Entity: DiscountCampaignProduct



/warehouse/country/{id}

Mapping URL: /warehouse/country/{id}

Description: CountryService

Name: findAllWarehouseOfCountry(id)

Request Method: GET

Service Interface: /warehouse/country/{id}

Service Entity: Country



/purchaserule

Mapping URL: /purchaserule

Description: PurchaseRuleService

Name: insertPurchaseRule(purchaserule)

Request Method: POST

Service Interface: /purchaserule

Service Entity: PurchaseRule



/product/{id}

Mapping URL: /product/{id}

Description: ProductService

Name: deleteProductById(id)

Request Method: DELETE

Service Interface: /product/{id}

Service Entity: Product



/warehouseresponsibility/{id}

Mapping URL: /warehouseresponsibility/{id}

Description: WarehouseResponsibilityService

Name: updateWarehouseResponsibilityById(warehouseresponsibility)

Request Method: PUT

Service Interface: /warehouseresponsibility/{id}

Service Entity: WarehouseResponsibility



/shopemployee/{id}

Mapping URL: /shopemployee/{id}

Description: ShopEmployeeService

Name: deleteShopEmployeeById(id)

Request Method: DELETE

Service Interface: /shopemployee/{id}

Service Entity: ShopEmployee



/discountcampaigncustomer/shopcustomer/{id}

Mapping URL: /discountcampaigncustomer/shopcustomer/{id}

Description: ShopCustomerService

Name: findAllDiscountCampaignCustomerOfShopCustomer(id)

Request Method: GET

Service Interface: /discountcampaigncustomer/shopcustomer/{id}

Service Entity: ShopCustomer



/shoplicense/{id}

Mapping URL: /shoplicense/{id}

Description: ShopLicenseService

Name: findShopLicenseById(id)

Request Method: GET

Service Interface: /shoplicense/{id}

Service Entity: ShopLicense



/shopemployee

Mapping URL: /shopemployee

Description: ShopEmployeeService

Name: insertShopEmployee(shopemployee)

Request Method: POST

Service Interface: /shopemployee

Service Entity: ShopEmployee



/warehouseresponsibility/{id}

Mapping URL: /warehouseresponsibility/{id}

Description: WarehouseResponsibilityService

Name: findWarehouseResponsibilityById(id)

Request Method: GET

Service Interface: /warehouseresponsibility/{id}

Service Entity: WarehouseResponsibility



/productdelivery/{id}

Mapping URL: /productdelivery/{id}

Description: ProductDeliveryService

Name: deleteProductDeliveryById(id)

Request Method: DELETE

Service Interface: /productdelivery/{id}

Service Entity: ProductDelivery



/salestax/country/{id}

Mapping URL: /salestax/country/{id}

Description: CountryService

Name: findAllSalesTaxOfCountry(id)

Request Method: GET

Service Interface: /salestax/country/{id}

Service Entity: Country



/discountcampaign/{id}

Mapping URL: /discountcampaign/{id}

Description: DiscountCampaignService

Name: findDiscountCampaignById(id)

Request Method: GET

Service Interface: /discountcampaign/{id}

Service Entity: DiscountCampaign



/warehouseresponsibility

Mapping URL: /warehouseresponsibility

Description: WarehouseResponsibilityService

Name: insertWarehouseResponsibility(warehouseresponsibility)

Request Method: POST

Service Interface: /warehouseresponsibility

Service Entity: WarehouseResponsibility



/warehouse/{id}

Mapping URL: /warehouse/{id}

Description: WarehouseService

Name: updateWarehouseById(warehouse)

Request Method: PUT

Service Interface: /warehouse/{id}

Service Entity: Warehouse



/discountcampaigncustomergroup

Mapping URL: /discountcampaigncustomergroup

Description: DiscountCampaignCustomerGroupService

Name: insertDiscountCampaignCustomerGroup(discountcampaigncustomergroup)

Request Method: POST

Service Interface: /discountcampaigncustomergroup

Service Entity: DiscountCampaignCustomerGroup



/purchaserule

Mapping URL: /purchaserule

Description: PurchaseRuleService

Name: findAllPurchaseRule()

Request Method: GET

Service Interface: /purchaserule

Service Entity: PurchaseRule



/discounttype/{id}

Mapping URL: /discounttype/{id}

Description: DiscountTypeService

Name: findDiscountTypeById(id)

Request Method: GET

Service Interface: /discounttype/{id}

Service Entity: DiscountType



/distributor/{id}

Mapping URL: /distributor/{id}

Description: DistributorService

Name: findDistributorById(id)

Request Method: GET

Service Interface: /distributor/{id}

Service Entity: Distributor



/discountcampaigncustomergroup/discountcampaign/{id}

Mapping URL: /discountcampaigncustomergroup/discountcampaign/{id}

Description: DiscountCampaignService

Name: findAllDiscountCampaignCustomerGroupOfDiscountCampaign(id)

Request Method: GET

Service Interface: /discountcampaigncustomergroup/discountcampaign/{id}

Service Entity: DiscountCampaign



/purchaserule/warehouse/{id}

Mapping URL: /purchaserule/warehouse/{id}

Description: WarehouseService

Name: findAllPurchaseRuleOfWarehouse(id)

Request Method: GET

Service Interface: /purchaserule/warehouse/{id}

Service Entity: Warehouse



/country

Mapping URL: /country

Description: CountryService

Name: findAllCountry()

Request Method: GET

Service Interface: /country

Service Entity: Country



/shopemployee

Mapping URL: /shopemployee

Description: ShopEmployeeService

Name: findAllShopEmployee()

Request Method: GET

Service Interface: /shopemployee

Service Entity: ShopEmployee



/productprice

Mapping URL: /productprice

Description: ProductPriceService

Name: findAllProductPrice()

Request Method: GET

Service Interface: /productprice

Service Entity: ProductPrice



/warehouse

Mapping URL: /warehouse

Description: WarehouseService

Name: findAllWarehouse()

Request Method: GET

Service Interface: /warehouse

Service Entity: Warehouse



/customergroupmember/{id}

Mapping URL: /customergroupmember/{id}

Description: CustomerGroupMemberService

Name: findCustomerGroupMemberById(id)

Request Method: GET

Service Interface: /customergroupmember/{id}

Service Entity: CustomerGroupMember



/customerorder/{id}

Mapping URL: /customerorder/{id}

Description: CustomerOrderService

Name: deleteCustomerOrderById(id)

Request Method: DELETE

Service Interface: /customerorder/{id}

Service Entity: CustomerOrder



/customerdelivery

Mapping URL: /customerdelivery

Description: CustomerDeliveryService

Name: findAllCustomerDelivery()

Request Method: GET

Service Interface: /customerdelivery

Service Entity: CustomerDelivery



/shopemployee/{id}

Mapping URL: /shopemployee/{id}

Description: ShopEmployeeService

Name: findShopEmployeeById(id)

Request Method: GET

Service Interface: /shopemployee/{id}

Service Entity: ShopEmployee



/salestax/{id}

Mapping URL: /salestax/{id}

Description: SalesTaxService

Name: findSalesTaxById(id)

Request Method: GET

Service Interface: /salestax/{id}

Service Entity: SalesTax



/purchaserule/{id}

Mapping URL: /purchaserule/{id}

Description: PurchaseRuleService

Name: updatePurchaseRuleById(purchaserule)

Request Method: PUT

Service Interface: /purchaserule/{id}

Service Entity: PurchaseRule



/salestax

Mapping URL: /salestax

Description: SalesTaxService

Name: findAllSalesTax()

Request Method: GET

Service Interface: /salestax

Service Entity: SalesTax



/productcategory/{id}

Mapping URL: /productcategory/{id}

Description: ProductCategoryService

Name: deleteProductCategoryById(id)

Request Method: DELETE

Service Interface: /productcategory/{id}

Service Entity: ProductCategory



/customerorder

Mapping URL: /customerorder

Description: CustomerOrderService

Name: findAllCustomerOrder()

Request Method: GET

Service Interface: /customerorder

Service Entity: CustomerOrder






ProductService - 1.0.0

Microservice: ProductService

Build Name: b23

Readme:




DiscountCampaignService - 1.0.0

Microservice: DiscountCampaignService

Build Name: b23

Readme:




ShopLicenseService - 1.0.0

Microservice: ShopLicenseService

Build Name: b23

Readme:




CountryService - 1.0.0

Microservice: CountryService

Build Name: b23

Readme:


















Table of content