NAV

<back to all web services

CallCenterProfileSalesRecognitionGet

The following routes are available for this service:
GET/call-center/profiles/{BeeNumber}/sales-recognition
import java.math.*
import java.util.*
import net.servicestack.client.*


open class CallCenterProfileSalesRecognitionGet : IGet
{
    var beeNumber:BigDecimal? = null
}

open class CallCenterProfileSalesRecognitionGetResponse
{
    var accountNumber:BigDecimal? = null
    var pCtag:String? = null
    var loa:BigDecimal? = null
    var amtNeededForPremierLevel:BigDecimal? = null
    var amtNeededForPresidentsClub:BigDecimal? = null
    var amtNeededForHonorSociety:BigDecimal? = null
    var amtNeededForRoseCircle:BigDecimal? = null
    var amtNeededForMcConnells:BigDecimal? = null
    var amtNeededForPresidentsCouncil:BigDecimal? = null
    var amtNeededForInnerCircle:BigDecimal? = null
    var currentCampaignSaleThisYear:BigDecimal? = null
    var currentCampaignSaleLastYear:BigDecimal? = null
    var previousCampaignSaleThisYear:BigDecimal? = null
    var previousCampaignSaleLastYear:BigDecimal? = null
    var campaignSaleThisCycle:BigDecimal? = null
    var campaignSaleLastCycle:BigDecimal? = null
    var bonusSaleThisCycle:BigDecimal? = null
    var bonusSaleLastCycle:BigDecimal? = null
    var responseStatus:ResponseStatus? = null
}

Kotlin CallCenterProfileSalesRecognitionGet DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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"}}}