POST api/annunci

Request Information

URI Parameters

None.

Body Parameters

AnnuncioDTO
NameDescriptionTypeAdditional information
ID

string

None.

Body

string

None.

Informazioni

string

None.

PosizioneRicercata

string

None.

CodicePosizione

string

None.

StrutturaRichiedente

string

None.

Visible

boolean

None.

Deleted

boolean

None.

RecipientsMails

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "Body": "sample string 2",
  "Informazioni": "sample string 3",
  "PosizioneRicercata": "sample string 4",
  "CodicePosizione": "sample string 5",
  "StrutturaRichiedente": "sample string 6",
  "Visible": true,
  "Deleted": true,
  "RecipientsMails": "sample string 9"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.