Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Register a participant in instant win

Endpoint ID:2200
Method:

GET

URL:

loyalty/instantwin/{apiID}/id/{entityID}

loyalty/instantwin/{apiID}/iext-key/{ext-key}/{ext-type}


apiID

A GUID string identifier for the instant win


entityIDdialogportal™ master key that uniquely identifies the entity

ext-keyExternal key that uniquely identifies the entity

ext-typeType of external key
Request body:None

Response body:

JSON data with information about winner status

loyalty/instantwin – participient won
{
    "winner": ture,
     "details": {
			"id": "1",
            "name": "Some gain",
            "description": "This explains these gain",
            "noofparticipients": 34,
            "noofwinners": 3
        }
    ]
}
loyalty/instantwin – participient lost
{
    "winner": false,
     "details": ""
    ]
}


Status codes:200OK

404.1Instant win not found

404.2Instant win gain not found

500.3Server erreor

  • No labels