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

Namespace Global

    Namespace NAV.ServiceModel

        Public Partial Class GetResponse(Of TEntity)
            Public Overridable Property Item As TEntity
            Public Overridable Property ResponseStatus As ResponseStatus
        End Class

        Public Partial Class RepresentativeSummaryReportKPIsViewModel
            Public Overridable Property Information As SummaryReportBaseInfoViewModel
            Public Overridable Property YourPersonalAwardSales As SummaryValues
            Public Overridable Property YourNetSales As SummaryValues
            Public Overridable Property YourPersonalAwardSalesPriorYear As SummaryValues
            Public Overridable Property YourPercentAwardSalesVsPriorYear As SummaryValues
            Public Overridable Property YourDirectDeliverySales As SummaryValues
            Public Overridable Property YourDirectDeliveryNetSales As SummaryValues
            Public Overridable Property PercentDirectDeliveryNetSalesVsPersonalAwardSales As SummaryValues
            Public Overridable Property OrderActivityPercent As SummaryValues
            Public Overridable Property AverageOrderDollars As SummaryValues
            Public Overridable Property NumberPersonalOrders As SummaryValues
            Public Overridable Property NumberDirectDeliveryOrders As SummaryValues
            Public Overridable Property AverageOrderDollarDirectDeliveryOrder As SummaryValues
            Public Overridable Property NewCustomers As SummaryValues
            Public Overridable Property ConvertedCustomers As SummaryValues
            Public Overridable Property DetachedCustomers As SummaryValues
            Public Overridable Property TotalOnlineCustomers As SummaryValues
            Public Overridable Property TotalTeamSales As SummaryValues
            Public Overridable Property Additions As SummaryValues
            Public Overridable Property Removals As SummaryValues
            Public Overridable Property TotalRepCount As SummaryValues
            Public Overridable Property RepCountWithOrders As SummaryValues
            Public Overridable Property CPR As SummaryValues
            Public Overridable Property Activity As SummaryValues
            Public Overridable Property SPCPR As SummaryValues
            Public Overridable Property Appointments As SummaryValues
            Public Overridable Property FirstTimeOrders As SummaryValues
            Public Overridable Property FirstTimeOrdersCorpGenerated As SummaryValues
            Public Overridable Property FirstTimeOrdersRepGeneration As SummaryValues
            Public Overridable Property Reinstatements As SummaryValues
            Public Overridable Property NewRepAwardSalesSPCPR As SummaryValues
            Public Overridable Property NewRepNetSalesSPCPR As SummaryValues
            Public Overridable Property NewRepActivity As SummaryValues
        End Class

        Public Partial Class SummaryReportBaseInfoViewModel
            Public Sub New()
                CurrentCycle = New List(Of String)
            End Sub

            Public Overridable Property BeeNumber As BeeNumberDisplaySet
            Public Overridable Property Cycle As Integer
            Public Overridable Property CycleDay As Integer
            Public Overridable Property CurrentQuarter As String
            Public Overridable Property CurrentCycle As List(Of String)
        End Class

        '''<Summary>
        '''Region A is top section of summary report that shows current quarter cycle break down
        '''</Summary>
        Public Partial Class SummaryReportRepresentativeKPIsGet
            Implements IGet
            Public Overridable Property BeeNumber As Decimal
        End Class

        Public Partial Class SummaryReportRepresentativeKPIsGetResponse
            Inherits GetResponse(Of RepresentativeSummaryReportKPIsViewModel)
        End Class

        Public Partial Class SummaryValues
            Public Overridable Property C1 As Decimal
            Public Overridable Property C2 As Decimal
            Public Overridable Property C3 As Decimal
            Public Overridable Property C4 As Decimal
            Public Overridable Property C5 As Decimal
            Public Overridable Property C6 As Decimal
            Public Overridable Property C7 As Decimal
            Public Overridable Property C8 As Decimal
            Public Overridable Property C9 As Decimal
            Public Overridable Property C10 As Decimal
            Public Overridable Property C11 As Decimal
            Public Overridable Property C12 As Decimal
            Public Overridable Property C13 As Decimal
            Public Overridable Property C14 As Decimal
            Public Overridable Property C15 As Decimal
            Public Overridable Property C16 As Decimal
            Public Overridable Property C17 As Decimal
            Public Overridable Property C18 As Decimal
            Public Overridable Property C19 As Decimal
            Public Overridable Property C20 As Decimal
            Public Overridable Property C21 As Decimal
            Public Overridable Property C22 As Decimal
            Public Overridable Property C23 As Decimal
            Public Overridable Property C24 As Decimal
            Public Overridable Property C25 As Decimal
            Public Overridable Property C26 As Decimal
            Public Overridable Property C27 As Nullable(Of Decimal)
            Public Overridable Property C28 As Nullable(Of Decimal)
            Public Overridable Property YTD As Decimal
            Public Overridable Property Q1 As Decimal
            Public Overridable Property Q2 As Decimal
            Public Overridable Property Q3 As Decimal
            Public Overridable Property Q4 As Decimal
            Public Overridable Property Q5 As Nullable(Of Decimal)
            Public Overridable Property QTD As Decimal
            Public Overridable Property CurrentQuarter As Decimal
            Public Overridable Property CurrentVSPCPercent As Decimal
            Public Overridable Property CurrentVSPYPercent As Decimal
        End Class
    End Namespace

    Namespace Nxnw.Adc.Common.ServiceModel

        Public Partial Class BeeNumberDisplaySet
            Public Sub New()
                ExternalIds = New List(Of String)
            End Sub

            Public Overridable Property BeeNumber As Decimal
            Public Overridable Property ExternalIds As List(Of String)
            Public Overridable Property SalesOrganizationId As String
        End Class
    End Namespace
End Namespace

VB.NET 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
		}
	}
}