POST api/User/SetContatto

Request Information

URI Parameters

None.

Body Parameters

Contatto
NameDescriptionTypeAdditional information
Id

integer

None.

AnagraficaId

integer

None.

TipoId

integer

None.

Valore

string

None.

TipoContatto

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AnagraficaId": 2,
  "TipoId": 3,
  "Valore": "sample string 4",
  "TipoContatto": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Contatto'.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
IsInError

boolean

None.

Message

string

None.

IdAspNet

string

None.

CustomId

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsInError": true,
  "Message": "sample string 2",
  "IdAspNet": "sample string 3",
  "CustomId": "sample string 4",
  "Data": "sample string 5"
}