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
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using NAV.ServiceModel;
using Nxnw.Adc.Common.ServiceModel;

namespace NAV.ServiceModel
{
    public partial class GetResponse<TEntity>
    {
        public virtual TEntity Item { get; set; }
        public virtual ResponseStatus ResponseStatus { get; set; }
    }

    public partial class RepresentativeSummaryReportKPIsViewModel
    {
        public virtual SummaryReportBaseInfoViewModel Information { get; set; }
        public virtual SummaryValues YourPersonalAwardSales { get; set; }
        public virtual SummaryValues YourNetSales { get; set; }
        public virtual SummaryValues YourPersonalAwardSalesPriorYear { get; set; }
        public virtual SummaryValues YourPercentAwardSalesVsPriorYear { get; set; }
        public virtual SummaryValues YourDirectDeliverySales { get; set; }
        public virtual SummaryValues YourDirectDeliveryNetSales { get; set; }
        public virtual SummaryValues PercentDirectDeliveryNetSalesVsPersonalAwardSales { get; set; }
        public virtual SummaryValues OrderActivityPercent { get; set; }
        public virtual SummaryValues AverageOrderDollars { get; set; }
        public virtual SummaryValues NumberPersonalOrders { get; set; }
        public virtual SummaryValues NumberDirectDeliveryOrders { get; set; }
        public virtual SummaryValues AverageOrderDollarDirectDeliveryOrder { get; set; }
        public virtual SummaryValues NewCustomers { get; set; }
        public virtual SummaryValues ConvertedCustomers { get; set; }
        public virtual SummaryValues DetachedCustomers { get; set; }
        public virtual SummaryValues TotalOnlineCustomers { get; set; }
        public virtual SummaryValues TotalTeamSales { get; set; }
        public virtual SummaryValues Additions { get; set; }
        public virtual SummaryValues Removals { get; set; }
        public virtual SummaryValues TotalRepCount { get; set; }
        public virtual SummaryValues RepCountWithOrders { get; set; }
        public virtual SummaryValues CPR { get; set; }
        public virtual SummaryValues Activity { get; set; }
        public virtual SummaryValues SPCPR { get; set; }
        public virtual SummaryValues Appointments { get; set; }
        public virtual SummaryValues FirstTimeOrders { get; set; }
        public virtual SummaryValues FirstTimeOrdersCorpGenerated { get; set; }
        public virtual SummaryValues FirstTimeOrdersRepGeneration { get; set; }
        public virtual SummaryValues Reinstatements { get; set; }
        public virtual SummaryValues NewRepAwardSalesSPCPR { get; set; }
        public virtual SummaryValues NewRepNetSalesSPCPR { get; set; }
        public virtual SummaryValues NewRepActivity { get; set; }
    }

    public partial class SummaryReportBaseInfoViewModel
    {
        public SummaryReportBaseInfoViewModel()
        {
            CurrentCycle = new List<string>{};
        }

        public virtual BeeNumberDisplaySet BeeNumber { get; set; }
        public virtual int Cycle { get; set; }
        public virtual int CycleDay { get; set; }
        public virtual string CurrentQuarter { get; set; }
        public virtual List<string> CurrentCycle { get; set; }
    }

    ///<summary>
    ///Region A is top section of summary report that shows current quarter cycle break down
    ///</summary>
    public partial class SummaryReportRepresentativeKPIsGet
        : IGet
    {
        public virtual decimal BeeNumber { get; set; }
    }

    public partial class SummaryReportRepresentativeKPIsGetResponse
        : GetResponse<RepresentativeSummaryReportKPIsViewModel>
    {
    }

    public partial class SummaryValues
    {
        public virtual decimal C1 { get; set; }
        public virtual decimal C2 { get; set; }
        public virtual decimal C3 { get; set; }
        public virtual decimal C4 { get; set; }
        public virtual decimal C5 { get; set; }
        public virtual decimal C6 { get; set; }
        public virtual decimal C7 { get; set; }
        public virtual decimal C8 { get; set; }
        public virtual decimal C9 { get; set; }
        public virtual decimal C10 { get; set; }
        public virtual decimal C11 { get; set; }
        public virtual decimal C12 { get; set; }
        public virtual decimal C13 { get; set; }
        public virtual decimal C14 { get; set; }
        public virtual decimal C15 { get; set; }
        public virtual decimal C16 { get; set; }
        public virtual decimal C17 { get; set; }
        public virtual decimal C18 { get; set; }
        public virtual decimal C19 { get; set; }
        public virtual decimal C20 { get; set; }
        public virtual decimal C21 { get; set; }
        public virtual decimal C22 { get; set; }
        public virtual decimal C23 { get; set; }
        public virtual decimal C24 { get; set; }
        public virtual decimal C25 { get; set; }
        public virtual decimal C26 { get; set; }
        public virtual decimal? C27 { get; set; }
        public virtual decimal? C28 { get; set; }
        public virtual decimal YTD { get; set; }
        public virtual decimal Q1 { get; set; }
        public virtual decimal Q2 { get; set; }
        public virtual decimal Q3 { get; set; }
        public virtual decimal Q4 { get; set; }
        public virtual decimal? Q5 { get; set; }
        public virtual decimal QTD { get; set; }
        public virtual decimal CurrentQuarter { get; set; }
        public virtual decimal CurrentVSPCPercent { get; set; }
        public virtual decimal CurrentVSPYPercent { get; set; }
    }

}

namespace Nxnw.Adc.Common.ServiceModel
{
    public partial class BeeNumberDisplaySet
    {
        public BeeNumberDisplaySet()
        {
            ExternalIds = new List<string>{};
        }

        public virtual decimal BeeNumber { get; set; }
        public virtual List<string> ExternalIds { get; set; }
        public virtual string SalesOrganizationId { get; set; }
    }

}

C# 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
		}
	}
}