Entity Name: DiscountCampaignProductCategory
Data Schema: Shop
Master Service: DiscountCampaignService
3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
Property Name | Datatype | Data Entity | Reference Entity |
DiscountCampaign | LONG | DiscountCampaignProductCategory | DiscountCampaign |
PrimaryKey | LONG | DiscountCampaignProductCategory | |
ProductCategory | LONG | DiscountCampaignProductCategory | ProductCategory |
ServerReplicationVersion | LONG | DiscountCampaignProductCategory | |
ShopOwner | LONG | DiscountCampaignProductCategory |
Pseudo code snippet
final DiscountCampaignProductCategory discountcampaignproductcategory = (DiscountCampaignProductCategory) this.callMicroservice(ServiceNames.DISCOUNT_CAMPAIGN_SERVICE + "/discountcampaignproductcategory/" + id, DiscountCampaignProductCategory.class);