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
namespace NAV.ServiceModel

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    [<AllowNullLiteral>]
    type BeeNumberDisplaySet() = 
        member val BeeNumber:Decimal = new Decimal() with get,set
        member val ExternalIds:ResizeArray<String> = new ResizeArray<String>() with get,set
        member val SalesOrganizationId:String = null with get,set

    [<AllowNullLiteral>]
    type SummaryReportBaseInfoViewModel() = 
        member val BeeNumber:BeeNumberDisplaySet = null with get,set
        member val Cycle:Int32 = new Int32() with get,set
        member val CycleDay:Int32 = new Int32() with get,set
        member val CurrentQuarter:String = null with get,set
        member val CurrentCycle:ResizeArray<String> = new ResizeArray<String>() with get,set

    [<AllowNullLiteral>]
    type SummaryValues() = 
        member val C1:Decimal = new Decimal() with get,set
        member val C2:Decimal = new Decimal() with get,set
        member val C3:Decimal = new Decimal() with get,set
        member val C4:Decimal = new Decimal() with get,set
        member val C5:Decimal = new Decimal() with get,set
        member val C6:Decimal = new Decimal() with get,set
        member val C7:Decimal = new Decimal() with get,set
        member val C8:Decimal = new Decimal() with get,set
        member val C9:Decimal = new Decimal() with get,set
        member val C10:Decimal = new Decimal() with get,set
        member val C11:Decimal = new Decimal() with get,set
        member val C12:Decimal = new Decimal() with get,set
        member val C13:Decimal = new Decimal() with get,set
        member val C14:Decimal = new Decimal() with get,set
        member val C15:Decimal = new Decimal() with get,set
        member val C16:Decimal = new Decimal() with get,set
        member val C17:Decimal = new Decimal() with get,set
        member val C18:Decimal = new Decimal() with get,set
        member val C19:Decimal = new Decimal() with get,set
        member val C20:Decimal = new Decimal() with get,set
        member val C21:Decimal = new Decimal() with get,set
        member val C22:Decimal = new Decimal() with get,set
        member val C23:Decimal = new Decimal() with get,set
        member val C24:Decimal = new Decimal() with get,set
        member val C25:Decimal = new Decimal() with get,set
        member val C26:Decimal = new Decimal() with get,set
        member val C27:Nullable<Decimal> = new Nullable<Decimal>() with get,set
        member val C28:Nullable<Decimal> = new Nullable<Decimal>() with get,set
        member val YTD:Decimal = new Decimal() with get,set
        member val Q1:Decimal = new Decimal() with get,set
        member val Q2:Decimal = new Decimal() with get,set
        member val Q3:Decimal = new Decimal() with get,set
        member val Q4:Decimal = new Decimal() with get,set
        member val Q5:Nullable<Decimal> = new Nullable<Decimal>() with get,set
        member val QTD:Decimal = new Decimal() with get,set
        member val CurrentQuarter:Decimal = new Decimal() with get,set
        member val CurrentVSPCPercent:Decimal = new Decimal() with get,set
        member val CurrentVSPYPercent:Decimal = new Decimal() with get,set

    [<AllowNullLiteral>]
    type RepresentativeSummaryReportKPIsViewModel() = 
        member val Information:SummaryReportBaseInfoViewModel = null with get,set
        member val YourPersonalAwardSales:SummaryValues = null with get,set
        member val YourNetSales:SummaryValues = null with get,set
        member val YourPersonalAwardSalesPriorYear:SummaryValues = null with get,set
        member val YourPercentAwardSalesVsPriorYear:SummaryValues = null with get,set
        member val YourDirectDeliverySales:SummaryValues = null with get,set
        member val YourDirectDeliveryNetSales:SummaryValues = null with get,set
        member val PercentDirectDeliveryNetSalesVsPersonalAwardSales:SummaryValues = null with get,set
        member val OrderActivityPercent:SummaryValues = null with get,set
        member val AverageOrderDollars:SummaryValues = null with get,set
        member val NumberPersonalOrders:SummaryValues = null with get,set
        member val NumberDirectDeliveryOrders:SummaryValues = null with get,set
        member val AverageOrderDollarDirectDeliveryOrder:SummaryValues = null with get,set
        member val NewCustomers:SummaryValues = null with get,set
        member val ConvertedCustomers:SummaryValues = null with get,set
        member val DetachedCustomers:SummaryValues = null with get,set
        member val TotalOnlineCustomers:SummaryValues = null with get,set
        member val TotalTeamSales:SummaryValues = null with get,set
        member val Additions:SummaryValues = null with get,set
        member val Removals:SummaryValues = null with get,set
        member val TotalRepCount:SummaryValues = null with get,set
        member val RepCountWithOrders:SummaryValues = null with get,set
        member val CPR:SummaryValues = null with get,set
        member val Activity:SummaryValues = null with get,set
        member val SPCPR:SummaryValues = null with get,set
        member val Appointments:SummaryValues = null with get,set
        member val FirstTimeOrders:SummaryValues = null with get,set
        member val FirstTimeOrdersCorpGenerated:SummaryValues = null with get,set
        member val FirstTimeOrdersRepGeneration:SummaryValues = null with get,set
        member val Reinstatements:SummaryValues = null with get,set
        member val NewRepAwardSalesSPCPR:SummaryValues = null with get,set
        member val NewRepNetSalesSPCPR:SummaryValues = null with get,set
        member val NewRepActivity:SummaryValues = null with get,set

    [<AllowNullLiteral>]
    type SummaryReportRepresentativeKPIsGetResponse() = 
        inherit GetResponse<RepresentativeSummaryReportKPIsViewModel>()

    ///<summary>
    ///Region A is top section of summary report that shows current quarter cycle break down
    ///</summary>
    [<AllowNullLiteral>]
    type SummaryReportRepresentativeKPIsGet() = 
        interface IGet
        member val BeeNumber:Decimal = new Decimal() with get,set

    [<AllowNullLiteral>]
    type GetResponse<'TEntity>() = 
        member val Item:'TEntity = null with get,set
        member val ResponseStatus:ResponseStatus = null with get,set

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