Created
December 6, 2014 01:31
-
-
Save nicholasess/b4595bb360f8b4adf170 to your computer and use it in GitHub Desktop.
Enviando data a api
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
//resultado do req.body | |
{ | |
'clients[0][user]': '547e197cf728c42342181858', | |
'clients[0][permission]': 'true' | |
} | |
//array para enviar a api | |
var emails = [{ | |
user: '547e197cf728c42342181858', | |
permission: true | |
}] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment