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