POST api/User/SetUserProfileShort

Request Information

URI Parameters

None.

Body Parameters

UserProfileShort
NameDescriptionTypeAdditional information
UserId

integer

None.

Richiedente

string

None.

Email

string

None.

Cellulare

string

None.

Telefono

string

None.

Nome

string

None.

Cognome

string

None.

RagioneSociale

string

None.

IdAspNet

string

None.

IdContattoCell

integer

None.

Prefisso

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Richiedente": "sample string 2",
  "Email": "sample string 3",
  "Cellulare": "sample string 4",
  "Telefono": "sample string 5",
  "Nome": "sample string 6",
  "Cognome": "sample string 7",
  "RagioneSociale": "sample string 8",
  "IdAspNet": "sample string 9",
  "IdContattoCell": 10,
  "Prefisso": "sample string 11"
}

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 'UserProfileShort'.

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"
}