Created
November 5, 2014 11:54
-
-
Save sharpred/88ddc4d54ead34dad7e5 to your computer and use it in GitHub Desktop.
getContactByType
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Alloy.CFG.theme === "meinetui") { | |
$.requestFN = "getContactByType"; | |
Alloy.Globals.Api[$.requestFN]({ | |
//can be 'general', 'mein-service', 'mein-service-excursions' | |
type : 'mein-service-excursions', | |
//excursionsId is ignored unless mein-service-excursions is used, in which case it is mandatory | |
excursionId: '1212' | |
}, $.successCallback, $.failedCallback); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment