InserisciOfferta - ProjectRC/RC GitHub Wiki
| Proprietà | Valori |
| HTTP method: | POST |
| resource: | /api/inserisciOfferta |
| headers: | Content-Type: application/json |
| Accept: application/json | |
| body: | JSON object |
{
"titolo":"titolo_annuncio"
"testo":"testo_annuncio"
"categoria":"categoria_annuncio"
"nome":"nome_utente"
"cognome":"cognome_utente"
"email": "your_email"
"citta": "città_annuncio"
"provincia": "provincia_annuncio"
}
{
"result":"result"
"key": "chiave messaggio"
"offerta":"offerta inserita"
}