Skip to content

Instantly share code, notes, and snippets.

@pleone
Last active January 4, 2016 02:39
Show Gist options
  • Save pleone/8556570 to your computer and use it in GitHub Desktop.
Save pleone/8556570 to your computer and use it in GitHub Desktop.
Array di creazione utente
{
"name":[username],
"pass":[password],
"mail":[mail],
"field_user_data_di_nascita": { "und": { "0": { "value": { "day":"7", "month" : "1", "year" : "1999" } } } },
"field_user_nome": { "und": { "0": { "value": [string] } } },
"field_user_cognome": { "und": { "0": { "value": [string] } } },
"field_user_indirizzo": { "und": { "0": { "value": [string] } } },
"field_user_citta": { "und": { "0": { "value": [string] } } },
"field_user_cap": { "und": { "0": { "value": [int] } } },
"field_user_provincia": { "und": { "value": [enum] } } ,
"field_user_sesso": { "und": { "value": [char] } },
"field_user_informativa": { "und": { "value": "1" } } ,
"field_user_13_anni": { "und": { "value": "1" } } ,
"field_user_hai_gatti_": { "und": { "value": "0" } } ,
"field_user_hai_cani_": { "und": { "value": "0" } } ,
"field_user_hai_figli_": { "und": { "value": "0" } },
"field_user_creato_da_mobile" : { "und": { "0": { "value" : "1" } } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment