NAV

<back to all web services

SummaryReportRepresentativeKPIsGet

Region A is top section of summary report that shows current quarter cycle break down

The following routes are available for this service:
GET/summary-report/{BeeNumber}/region-a

export class BeeNumberDisplaySet
{
    public beeNumber?: number;
    public externalIds?: string[];
    public salesOrganizationId?: string;

    public constructor(init?: Partial<BeeNumberDisplaySet>) { (Object as any).assign(this, init); }
}

export class SummaryReportBaseInfoViewModel
{
    public beeNumber?: BeeNumberDisplaySet;
    public cycle?: number;
    public cycleDay?: number;
    public currentQuarter?: string;
    public currentCycle?: string[];

    public constructor(init?: Partial<SummaryReportBaseInfoViewModel>) { (Object as any).assign(this, init); }
}

export class SummaryValues
{
    public c1?: number;
    public c2?: number;
    public c3?: number;
    public c4?: number;
    public c5?: number;
    public c6?: number;
    public c7?: number;
    public c8?: number;
    public c9?: number;
    public c10?: number;
    public c11?: number;
    public c12?: number;
    public c13?: number;
    public c14?: number;
    public c15?: number;
    public c16?: number;
    public c17?: number;
    public c18?: number;
    public c19?: number;
    public c20?: number;
    public c21?: number;
    public c22?: number;
    public c23?: number;
    public c24?: number;
    public c25?: number;
    public c26?: number;
    public c27?: number;
    public c28?: number;
    public ytd?: number;
    public q1?: number;
    public q2?: number;
    public q3?: number;
    public q4?: number;
    public q5?: number;
    public qtd?: number;
    public currentQuarter?: number;
    public currentVSPCPercent?: number;
    public currentVSPYPercent?: number;

    public constructor(init?: Partial<SummaryValues>) { (Object as any).assign(this, init); }
}

export class RepresentativeSummaryReportKPIsViewModel
{
    public information?: SummaryReportBaseInfoViewModel;
    public yourPersonalAwardSales?: SummaryValues;
    public yourNetSales?: SummaryValues;
    public yourPersonalAwardSalesPriorYear?: SummaryValues;
    public yourPercentAwardSalesVsPriorYear?: SummaryValues;
    public yourDirectDeliverySales?: SummaryValues;
    public yourDirectDeliveryNetSales?: SummaryValues;
    public percentDirectDeliveryNetSalesVsPersonalAwardSales?: SummaryValues;
    public orderActivityPercent?: SummaryValues;
    public averageOrderDollars?: SummaryValues;
    public numberPersonalOrders?: SummaryValues;
    public numberDirectDeliveryOrders?: SummaryValues;
    public averageOrderDollarDirectDeliveryOrder?: SummaryValues;
    public newCustomers?: SummaryValues;
    public convertedCustomers?: SummaryValues;
    public detachedCustomers?: SummaryValues;
    public totalOnlineCustomers?: SummaryValues;
    public totalTeamSales?: SummaryValues;
    public additions?: SummaryValues;
    public removals?: SummaryValues;
    public totalRepCount?: SummaryValues;
    public repCountWithOrders?: SummaryValues;
    public cpr?: SummaryValues;
    public activity?: SummaryValues;
    public spcpr?: SummaryValues;
    public appointments?: SummaryValues;
    public firstTimeOrders?: SummaryValues;
    public firstTimeOrdersCorpGenerated?: SummaryValues;
    public firstTimeOrdersRepGeneration?: SummaryValues;
    public reinstatements?: SummaryValues;
    public newRepAwardSalesSPCPR?: SummaryValues;
    public newRepNetSalesSPCPR?: SummaryValues;
    public newRepActivity?: SummaryValues;

    public constructor(init?: Partial<RepresentativeSummaryReportKPIsViewModel>) { (Object as any).assign(this, init); }
}

export class SummaryReportRepresentativeKPIsGetResponse extends GetResponse<RepresentativeSummaryReportKPIsViewModel>
{

    public constructor(init?: Partial<SummaryReportRepresentativeKPIsGetResponse>) { super(init); (Object as any).assign(this, init); }
}

/**
* Region A is top section of summary report that shows current quarter cycle break down
*/
export class SummaryReportRepresentativeKPIsGet implements IGet
{
    public beeNumber?: number;

    public constructor(init?: Partial<SummaryReportRepresentativeKPIsGet>) { (Object as any).assign(this, init); }
}

export class GetResponse<TEntity>
{
    public item?: TEntity;
    public responseStatus?: ResponseStatus;

    public constructor(init?: Partial<GetResponse<TEntity>>) { (Object as any).assign(this, init); }
}

TypeScript SummaryReportRepresentativeKPIsGet DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + 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
		}
	}
}