GET | /summary-report/{BeeNumber}/region-a |
---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
/**
* Region A is top section of summary report that shows current quarter cycle break down
*/
public static class SummaryReportRepresentativeKPIsGet implements IGet
{
public BigDecimal beeNumber = null;
public BigDecimal getBeeNumber() { return beeNumber; }
public SummaryReportRepresentativeKPIsGet setBeeNumber(BigDecimal value) { this.beeNumber = value; return this; }
}
public static class SummaryReportRepresentativeKPIsGetResponse extends GetResponse<RepresentativeSummaryReportKPIsViewModel>
{
}
public static class GetResponse<TEntity>
{
public TEntity item = null;
public ResponseStatus responseStatus = null;
public TEntity getItem() { return item; }
public GetResponse<TEntity> setItem(TEntity value) { this.item = value; return this; }
public ResponseStatus getResponseStatus() { return responseStatus; }
public GetResponse<TEntity> setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
}
public static class RepresentativeSummaryReportKPIsViewModel
{
public SummaryReportBaseInfoViewModel information = null;
public SummaryValues yourPersonalAwardSales = null;
public SummaryValues yourNetSales = null;
public SummaryValues yourPersonalAwardSalesPriorYear = null;
public SummaryValues yourPercentAwardSalesVsPriorYear = null;
public SummaryValues yourDirectDeliverySales = null;
public SummaryValues yourDirectDeliveryNetSales = null;
public SummaryValues percentDirectDeliveryNetSalesVsPersonalAwardSales = null;
public SummaryValues orderActivityPercent = null;
public SummaryValues averageOrderDollars = null;
public SummaryValues numberPersonalOrders = null;
public SummaryValues numberDirectDeliveryOrders = null;
public SummaryValues averageOrderDollarDirectDeliveryOrder = null;
public SummaryValues newCustomers = null;
public SummaryValues convertedCustomers = null;
public SummaryValues detachedCustomers = null;
public SummaryValues totalOnlineCustomers = null;
public SummaryValues totalTeamSales = null;
public SummaryValues additions = null;
public SummaryValues removals = null;
public SummaryValues totalRepCount = null;
public SummaryValues repCountWithOrders = null;
public SummaryValues cpr = null;
public SummaryValues activity = null;
public SummaryValues spcpr = null;
public SummaryValues appointments = null;
public SummaryValues firstTimeOrders = null;
public SummaryValues firstTimeOrdersCorpGenerated = null;
public SummaryValues firstTimeOrdersRepGeneration = null;
public SummaryValues reinstatements = null;
public SummaryValues newRepAwardSalesSPCPR = null;
public SummaryValues newRepNetSalesSPCPR = null;
public SummaryValues newRepActivity = null;
public SummaryReportBaseInfoViewModel getInformation() { return information; }
public RepresentativeSummaryReportKPIsViewModel setInformation(SummaryReportBaseInfoViewModel value) { this.information = value; return this; }
public SummaryValues getYourPersonalAwardSales() { return yourPersonalAwardSales; }
public RepresentativeSummaryReportKPIsViewModel setYourPersonalAwardSales(SummaryValues value) { this.yourPersonalAwardSales = value; return this; }
public SummaryValues getYourNetSales() { return yourNetSales; }
public RepresentativeSummaryReportKPIsViewModel setYourNetSales(SummaryValues value) { this.yourNetSales = value; return this; }
public SummaryValues getYourPersonalAwardSalesPriorYear() { return yourPersonalAwardSalesPriorYear; }
public RepresentativeSummaryReportKPIsViewModel setYourPersonalAwardSalesPriorYear(SummaryValues value) { this.yourPersonalAwardSalesPriorYear = value; return this; }
public SummaryValues getYourPercentAwardSalesVsPriorYear() { return yourPercentAwardSalesVsPriorYear; }
public RepresentativeSummaryReportKPIsViewModel setYourPercentAwardSalesVsPriorYear(SummaryValues value) { this.yourPercentAwardSalesVsPriorYear = value; return this; }
public SummaryValues getYourDirectDeliverySales() { return yourDirectDeliverySales; }
public RepresentativeSummaryReportKPIsViewModel setYourDirectDeliverySales(SummaryValues value) { this.yourDirectDeliverySales = value; return this; }
public SummaryValues getYourDirectDeliveryNetSales() { return yourDirectDeliveryNetSales; }
public RepresentativeSummaryReportKPIsViewModel setYourDirectDeliveryNetSales(SummaryValues value) { this.yourDirectDeliveryNetSales = value; return this; }
public SummaryValues getPercentDirectDeliveryNetSalesVsPersonalAwardSales() { return percentDirectDeliveryNetSalesVsPersonalAwardSales; }
public RepresentativeSummaryReportKPIsViewModel setPercentDirectDeliveryNetSalesVsPersonalAwardSales(SummaryValues value) { this.percentDirectDeliveryNetSalesVsPersonalAwardSales = value; return this; }
public SummaryValues getOrderActivityPercent() { return orderActivityPercent; }
public RepresentativeSummaryReportKPIsViewModel setOrderActivityPercent(SummaryValues value) { this.orderActivityPercent = value; return this; }
public SummaryValues getAverageOrderDollars() { return averageOrderDollars; }
public RepresentativeSummaryReportKPIsViewModel setAverageOrderDollars(SummaryValues value) { this.averageOrderDollars = value; return this; }
public SummaryValues getNumberPersonalOrders() { return numberPersonalOrders; }
public RepresentativeSummaryReportKPIsViewModel setNumberPersonalOrders(SummaryValues value) { this.numberPersonalOrders = value; return this; }
public SummaryValues getNumberDirectDeliveryOrders() { return numberDirectDeliveryOrders; }
public RepresentativeSummaryReportKPIsViewModel setNumberDirectDeliveryOrders(SummaryValues value) { this.numberDirectDeliveryOrders = value; return this; }
public SummaryValues getAverageOrderDollarDirectDeliveryOrder() { return averageOrderDollarDirectDeliveryOrder; }
public RepresentativeSummaryReportKPIsViewModel setAverageOrderDollarDirectDeliveryOrder(SummaryValues value) { this.averageOrderDollarDirectDeliveryOrder = value; return this; }
public SummaryValues getNewCustomers() { return newCustomers; }
public RepresentativeSummaryReportKPIsViewModel setNewCustomers(SummaryValues value) { this.newCustomers = value; return this; }
public SummaryValues getConvertedCustomers() { return convertedCustomers; }
public RepresentativeSummaryReportKPIsViewModel setConvertedCustomers(SummaryValues value) { this.convertedCustomers = value; return this; }
public SummaryValues getDetachedCustomers() { return detachedCustomers; }
public RepresentativeSummaryReportKPIsViewModel setDetachedCustomers(SummaryValues value) { this.detachedCustomers = value; return this; }
public SummaryValues getTotalOnlineCustomers() { return totalOnlineCustomers; }
public RepresentativeSummaryReportKPIsViewModel setTotalOnlineCustomers(SummaryValues value) { this.totalOnlineCustomers = value; return this; }
public SummaryValues getTotalTeamSales() { return totalTeamSales; }
public RepresentativeSummaryReportKPIsViewModel setTotalTeamSales(SummaryValues value) { this.totalTeamSales = value; return this; }
public SummaryValues getAdditions() { return additions; }
public RepresentativeSummaryReportKPIsViewModel setAdditions(SummaryValues value) { this.additions = value; return this; }
public SummaryValues getRemovals() { return removals; }
public RepresentativeSummaryReportKPIsViewModel setRemovals(SummaryValues value) { this.removals = value; return this; }
public SummaryValues getTotalRepCount() { return totalRepCount; }
public RepresentativeSummaryReportKPIsViewModel setTotalRepCount(SummaryValues value) { this.totalRepCount = value; return this; }
public SummaryValues getRepCountWithOrders() { return repCountWithOrders; }
public RepresentativeSummaryReportKPIsViewModel setRepCountWithOrders(SummaryValues value) { this.repCountWithOrders = value; return this; }
public SummaryValues getCpr() { return cpr; }
public RepresentativeSummaryReportKPIsViewModel setCpr(SummaryValues value) { this.cpr = value; return this; }
public SummaryValues getActivity() { return activity; }
public RepresentativeSummaryReportKPIsViewModel setActivity(SummaryValues value) { this.activity = value; return this; }
public SummaryValues getSpcpr() { return spcpr; }
public RepresentativeSummaryReportKPIsViewModel setSpcpr(SummaryValues value) { this.spcpr = value; return this; }
public SummaryValues getAppointments() { return appointments; }
public RepresentativeSummaryReportKPIsViewModel setAppointments(SummaryValues value) { this.appointments = value; return this; }
public SummaryValues getFirstTimeOrders() { return firstTimeOrders; }
public RepresentativeSummaryReportKPIsViewModel setFirstTimeOrders(SummaryValues value) { this.firstTimeOrders = value; return this; }
public SummaryValues getFirstTimeOrdersCorpGenerated() { return firstTimeOrdersCorpGenerated; }
public RepresentativeSummaryReportKPIsViewModel setFirstTimeOrdersCorpGenerated(SummaryValues value) { this.firstTimeOrdersCorpGenerated = value; return this; }
public SummaryValues getFirstTimeOrdersRepGeneration() { return firstTimeOrdersRepGeneration; }
public RepresentativeSummaryReportKPIsViewModel setFirstTimeOrdersRepGeneration(SummaryValues value) { this.firstTimeOrdersRepGeneration = value; return this; }
public SummaryValues getReinstatements() { return reinstatements; }
public RepresentativeSummaryReportKPIsViewModel setReinstatements(SummaryValues value) { this.reinstatements = value; return this; }
public SummaryValues getNewRepAwardSalesSPCPR() { return newRepAwardSalesSPCPR; }
public RepresentativeSummaryReportKPIsViewModel setNewRepAwardSalesSPCPR(SummaryValues value) { this.newRepAwardSalesSPCPR = value; return this; }
public SummaryValues getNewRepNetSalesSPCPR() { return newRepNetSalesSPCPR; }
public RepresentativeSummaryReportKPIsViewModel setNewRepNetSalesSPCPR(SummaryValues value) { this.newRepNetSalesSPCPR = value; return this; }
public SummaryValues getNewRepActivity() { return newRepActivity; }
public RepresentativeSummaryReportKPIsViewModel setNewRepActivity(SummaryValues value) { this.newRepActivity = value; return this; }
}
public static class SummaryReportBaseInfoViewModel
{
public BeeNumberDisplaySet beeNumber = null;
public Integer cycle = null;
public Integer cycleDay = null;
public String currentQuarter = null;
public ArrayList<String> currentCycle = null;
public BeeNumberDisplaySet getBeeNumber() { return beeNumber; }
public SummaryReportBaseInfoViewModel setBeeNumber(BeeNumberDisplaySet value) { this.beeNumber = value; return this; }
public Integer getCycle() { return cycle; }
public SummaryReportBaseInfoViewModel setCycle(Integer value) { this.cycle = value; return this; }
public Integer getCycleDay() { return cycleDay; }
public SummaryReportBaseInfoViewModel setCycleDay(Integer value) { this.cycleDay = value; return this; }
public String getCurrentQuarter() { return currentQuarter; }
public SummaryReportBaseInfoViewModel setCurrentQuarter(String value) { this.currentQuarter = value; return this; }
public ArrayList<String> getCurrentCycle() { return currentCycle; }
public SummaryReportBaseInfoViewModel setCurrentCycle(ArrayList<String> value) { this.currentCycle = value; return this; }
}
public static class BeeNumberDisplaySet
{
public BigDecimal beeNumber = null;
public ArrayList<String> externalIds = null;
public String salesOrganizationId = null;
public BigDecimal getBeeNumber() { return beeNumber; }
public BeeNumberDisplaySet setBeeNumber(BigDecimal value) { this.beeNumber = value; return this; }
public ArrayList<String> getExternalIds() { return externalIds; }
public BeeNumberDisplaySet setExternalIds(ArrayList<String> value) { this.externalIds = value; return this; }
public String getSalesOrganizationId() { return salesOrganizationId; }
public BeeNumberDisplaySet setSalesOrganizationId(String value) { this.salesOrganizationId = value; return this; }
}
public static class SummaryValues
{
public BigDecimal c1 = null;
public BigDecimal c2 = null;
public BigDecimal c3 = null;
public BigDecimal c4 = null;
public BigDecimal c5 = null;
public BigDecimal c6 = null;
public BigDecimal c7 = null;
public BigDecimal c8 = null;
public BigDecimal c9 = null;
public BigDecimal c10 = null;
public BigDecimal c11 = null;
public BigDecimal c12 = null;
public BigDecimal c13 = null;
public BigDecimal c14 = null;
public BigDecimal c15 = null;
public BigDecimal c16 = null;
public BigDecimal c17 = null;
public BigDecimal c18 = null;
public BigDecimal c19 = null;
public BigDecimal c20 = null;
public BigDecimal c21 = null;
public BigDecimal c22 = null;
public BigDecimal c23 = null;
public BigDecimal c24 = null;
public BigDecimal c25 = null;
public BigDecimal c26 = null;
public BigDecimal c27 = null;
public BigDecimal c28 = null;
public BigDecimal ytd = null;
public BigDecimal q1 = null;
public BigDecimal q2 = null;
public BigDecimal q3 = null;
public BigDecimal q4 = null;
public BigDecimal q5 = null;
public BigDecimal qtd = null;
public BigDecimal currentQuarter = null;
public BigDecimal currentVSPCPercent = null;
public BigDecimal currentVSPYPercent = null;
public BigDecimal getC1() { return c1; }
public SummaryValues setC1(BigDecimal value) { this.c1 = value; return this; }
public BigDecimal getC2() { return c2; }
public SummaryValues setC2(BigDecimal value) { this.c2 = value; return this; }
public BigDecimal getC3() { return c3; }
public SummaryValues setC3(BigDecimal value) { this.c3 = value; return this; }
public BigDecimal getC4() { return c4; }
public SummaryValues setC4(BigDecimal value) { this.c4 = value; return this; }
public BigDecimal getC5() { return c5; }
public SummaryValues setC5(BigDecimal value) { this.c5 = value; return this; }
public BigDecimal getC6() { return c6; }
public SummaryValues setC6(BigDecimal value) { this.c6 = value; return this; }
public BigDecimal getC7() { return c7; }
public SummaryValues setC7(BigDecimal value) { this.c7 = value; return this; }
public BigDecimal getC8() { return c8; }
public SummaryValues setC8(BigDecimal value) { this.c8 = value; return this; }
public BigDecimal getC9() { return c9; }
public SummaryValues setC9(BigDecimal value) { this.c9 = value; return this; }
public BigDecimal getC10() { return c10; }
public SummaryValues setC10(BigDecimal value) { this.c10 = value; return this; }
public BigDecimal getC11() { return c11; }
public SummaryValues setC11(BigDecimal value) { this.c11 = value; return this; }
public BigDecimal getC12() { return c12; }
public SummaryValues setC12(BigDecimal value) { this.c12 = value; return this; }
public BigDecimal getC13() { return c13; }
public SummaryValues setC13(BigDecimal value) { this.c13 = value; return this; }
public BigDecimal getC14() { return c14; }
public SummaryValues setC14(BigDecimal value) { this.c14 = value; return this; }
public BigDecimal getC15() { return c15; }
public SummaryValues setC15(BigDecimal value) { this.c15 = value; return this; }
public BigDecimal getC16() { return c16; }
public SummaryValues setC16(BigDecimal value) { this.c16 = value; return this; }
public BigDecimal getC17() { return c17; }
public SummaryValues setC17(BigDecimal value) { this.c17 = value; return this; }
public BigDecimal getC18() { return c18; }
public SummaryValues setC18(BigDecimal value) { this.c18 = value; return this; }
public BigDecimal getC19() { return c19; }
public SummaryValues setC19(BigDecimal value) { this.c19 = value; return this; }
public BigDecimal getC20() { return c20; }
public SummaryValues setC20(BigDecimal value) { this.c20 = value; return this; }
public BigDecimal getC21() { return c21; }
public SummaryValues setC21(BigDecimal value) { this.c21 = value; return this; }
public BigDecimal getC22() { return c22; }
public SummaryValues setC22(BigDecimal value) { this.c22 = value; return this; }
public BigDecimal getC23() { return c23; }
public SummaryValues setC23(BigDecimal value) { this.c23 = value; return this; }
public BigDecimal getC24() { return c24; }
public SummaryValues setC24(BigDecimal value) { this.c24 = value; return this; }
public BigDecimal getC25() { return c25; }
public SummaryValues setC25(BigDecimal value) { this.c25 = value; return this; }
public BigDecimal getC26() { return c26; }
public SummaryValues setC26(BigDecimal value) { this.c26 = value; return this; }
public BigDecimal getC27() { return c27; }
public SummaryValues setC27(BigDecimal value) { this.c27 = value; return this; }
public BigDecimal getC28() { return c28; }
public SummaryValues setC28(BigDecimal value) { this.c28 = value; return this; }
public BigDecimal getYtd() { return ytd; }
public SummaryValues setYtd(BigDecimal value) { this.ytd = value; return this; }
public BigDecimal getQ1() { return q1; }
public SummaryValues setQ1(BigDecimal value) { this.q1 = value; return this; }
public BigDecimal getQ2() { return q2; }
public SummaryValues setQ2(BigDecimal value) { this.q2 = value; return this; }
public BigDecimal getQ3() { return q3; }
public SummaryValues setQ3(BigDecimal value) { this.q3 = value; return this; }
public BigDecimal getQ4() { return q4; }
public SummaryValues setQ4(BigDecimal value) { this.q4 = value; return this; }
public BigDecimal getQ5() { return q5; }
public SummaryValues setQ5(BigDecimal value) { this.q5 = value; return this; }
public BigDecimal getQtd() { return qtd; }
public SummaryValues setQtd(BigDecimal value) { this.qtd = value; return this; }
public BigDecimal getCurrentQuarter() { return currentQuarter; }
public SummaryValues setCurrentQuarter(BigDecimal value) { this.currentQuarter = value; return this; }
public BigDecimal getCurrentVSPCPercent() { return currentVSPCPercent; }
public SummaryValues setCurrentVSPCPercent(BigDecimal value) { this.currentVSPCPercent = value; return this; }
public BigDecimal getCurrentVSPYPercent() { return currentVSPYPercent; }
public SummaryValues setCurrentVSPYPercent(BigDecimal value) { this.currentVSPYPercent = value; return this; }
}
}
Java SummaryReportRepresentativeKPIsGet DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /summary-report/{BeeNumber}/region-a HTTP/1.1 Host: extensions.avon.ca Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { item: { information: { beeNumber: { beeNumber: 0, externalIds: [ String ], salesOrganizationId: String }, cycle: 0, cycleDay: 0, currentQuarter: String, currentCycle: [ String ] }, yourPersonalAwardSales: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, yourNetSales: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, yourPersonalAwardSalesPriorYear: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, yourPercentAwardSalesVsPriorYear: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, yourDirectDeliverySales: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, yourDirectDeliveryNetSales: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, percentDirectDeliveryNetSalesVsPersonalAwardSales: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, orderActivityPercent: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, averageOrderDollars: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, numberPersonalOrders: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, numberDirectDeliveryOrders: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, averageOrderDollarDirectDeliveryOrder: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, newCustomers: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, convertedCustomers: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, detachedCustomers: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, totalOnlineCustomers: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, totalTeamSales: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, additions: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, removals: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, totalRepCount: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, repCountWithOrders: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, cpr: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, activity: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, spcpr: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, appointments: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, firstTimeOrders: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, firstTimeOrdersCorpGenerated: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, firstTimeOrdersRepGeneration: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, reinstatements: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, newRepAwardSalesSPCPR: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, newRepNetSalesSPCPR: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 }, newRepActivity: { c1: 0, c2: 0, c3: 0, c4: 0, c5: 0, c6: 0, c7: 0, c8: 0, c9: 0, c10: 0, c11: 0, c12: 0, c13: 0, c14: 0, c15: 0, c16: 0, c17: 0, c18: 0, c19: 0, c20: 0, c21: 0, c22: 0, c23: 0, c24: 0, c25: 0, c26: 0, c27: 0, c28: 0, ytd: 0, q1: 0, q2: 0, q3: 0, q4: 0, q5: 0, qtd: 0, currentQuarter: 0, currentVSPCPercent: 0, currentVSPYPercent: 0 } }, responseStatus: { errorCode: String, message: String, stackTrace: String, errors: [ { errorCode: String, fieldName: String, message: String, meta: { String: String } } ], meta: { String: String } } }