GET | /summary-report/{BeeNumber}/region-b |
---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
/**
* Region B is middle section of summary report that shows cycles for this year compared to last year
*/
public static class SummaryReportRepresentativeRegionBGet implements IGet
{
public BigDecimal beeNumber = null;
public BigDecimal getBeeNumber() { return beeNumber; }
public SummaryReportRepresentativeRegionBGet setBeeNumber(BigDecimal value) { this.beeNumber = value; return this; }
}
public static class SummaryReportRepresentativeRegionBGetResponse extends GetResponse<RepresentativeSummaryReportRegionBViewModel>
{
}
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 RepresentativeSummaryReportRegionBViewModel
{
public BeeNumberDisplaySet beeNumber = null;
public Integer currentYear = null;
public Integer priorYear = null;
public YearlyValues awardSales = null;
public YearlyValues netSales = null;
public YearlyValues numberOfCustomers = null;
public YearlyValues orders = null;
public YearlyValues activity = null;
public YearlyValues aosAwardSales = null;
public YearlyValues repCount = null;
public YearlyValues aosNetSales = null;
public BeeNumberDisplaySet getBeeNumber() { return beeNumber; }
public RepresentativeSummaryReportRegionBViewModel setBeeNumber(BeeNumberDisplaySet value) { this.beeNumber = value; return this; }
public Integer getCurrentYear() { return currentYear; }
public RepresentativeSummaryReportRegionBViewModel setCurrentYear(Integer value) { this.currentYear = value; return this; }
public Integer getPriorYear() { return priorYear; }
public RepresentativeSummaryReportRegionBViewModel setPriorYear(Integer value) { this.priorYear = value; return this; }
public YearlyValues getAwardSales() { return awardSales; }
public RepresentativeSummaryReportRegionBViewModel setAwardSales(YearlyValues value) { this.awardSales = value; return this; }
public YearlyValues getNetSales() { return netSales; }
public RepresentativeSummaryReportRegionBViewModel setNetSales(YearlyValues value) { this.netSales = value; return this; }
public YearlyValues getNumberOfCustomers() { return numberOfCustomers; }
public RepresentativeSummaryReportRegionBViewModel setNumberOfCustomers(YearlyValues value) { this.numberOfCustomers = value; return this; }
public YearlyValues getOrders() { return orders; }
public RepresentativeSummaryReportRegionBViewModel setOrders(YearlyValues value) { this.orders = value; return this; }
public YearlyValues getActivity() { return activity; }
public RepresentativeSummaryReportRegionBViewModel setActivity(YearlyValues value) { this.activity = value; return this; }
public YearlyValues getAosAwardSales() { return aosAwardSales; }
public RepresentativeSummaryReportRegionBViewModel setAosAwardSales(YearlyValues value) { this.aosAwardSales = value; return this; }
public YearlyValues getRepCount() { return repCount; }
public RepresentativeSummaryReportRegionBViewModel setRepCount(YearlyValues value) { this.repCount = value; return this; }
public YearlyValues getAosNetSales() { return aosNetSales; }
public RepresentativeSummaryReportRegionBViewModel setAosNetSales(YearlyValues value) { this.aosNetSales = 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 YearlyValues
{
public SummaryValues currentYear = null;
public SummaryValues priorYear = null;
public SummaryValues percentVsPriorYear = null;
public SummaryValues getCurrentYear() { return currentYear; }
public YearlyValues setCurrentYear(SummaryValues value) { this.currentYear = value; return this; }
public SummaryValues getPriorYear() { return priorYear; }
public YearlyValues setPriorYear(SummaryValues value) { this.priorYear = value; return this; }
public SummaryValues getPercentVsPriorYear() { return percentVsPriorYear; }
public YearlyValues setPercentVsPriorYear(SummaryValues value) { this.percentVsPriorYear = 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 SummaryReportRepresentativeRegionBGet 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-b HTTP/1.1 Host: extensions.avon.ca Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { item: { beeNumber: { beeNumber: 0, externalIds: [ String ], salesOrganizationId: String }, currentYear: 0, priorYear: 0, awardSales: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } }, netSales: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } }, numberOfCustomers: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } }, orders: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } }, aosAwardSales: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } }, repCount: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } }, aosNetSales: { currentYear: { 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 }, priorYear: { 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 }, percentVsPriorYear: { 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 } } }