NAV

<back to all web services

CallCenterProfileSalesRecognitionGet

The following routes are available for this service:
GET/call-center/profiles/{BeeNumber}/sales-recognition
CallCenterProfileSalesRecognitionGet Parameters:
NameParameterData TypeRequiredDescription
BeeNumberpathdecimalNo
CallCenterProfileSalesRecognitionGetResponse Parameters:
NameParameterData TypeRequiredDescription
AccountNumberformdecimalNo
PCtagformstringNo
LOAformdecimalNo
AmtNeededForPremierLevelformdecimalNo
AmtNeededForPresidentsClubformdecimalNo
AmtNeededForHonorSocietyformdecimalNo
AmtNeededForRoseCircleformdecimalNo
AmtNeededForMcConnellsformdecimalNo
AmtNeededForPresidentsCouncilformdecimalNo
AmtNeededForInnerCircleformdecimalNo
CurrentCampaignSaleThisYearformdecimalNo
CurrentCampaignSaleLastYearformdecimalNo
PreviousCampaignSaleThisYearformdecimalNo
PreviousCampaignSaleLastYearformdecimalNo
CampaignSaleThisCycleformdecimalNo
CampaignSaleLastCycleformdecimalNo
BonusSaleThisCycleformdecimalNo
BonusSaleLastCycleformdecimalNo
ResponseStatusformResponseStatusNo

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 /call-center/profiles/{BeeNumber}/sales-recognition HTTP/1.1 
Host: extensions.avon.ca 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	accountNumber: 0,
	pCtag: String,
	loa: 0,
	amtNeededForPremierLevel: 0,
	amtNeededForPresidentsClub: 0,
	amtNeededForHonorSociety: 0,
	amtNeededForRoseCircle: 0,
	amtNeededForMcConnells: 0,
	amtNeededForPresidentsCouncil: 0,
	amtNeededForInnerCircle: 0,
	currentCampaignSaleThisYear: 0,
	currentCampaignSaleLastYear: 0,
	previousCampaignSaleThisYear: 0,
	previousCampaignSaleLastYear: 0,
	campaignSaleThisCycle: 0,
	campaignSaleLastCycle: 0,
	bonusSaleThisCycle: 0,
	bonusSaleLastCycle: 0,
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}