POST api/User/GetUserShort?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

string

Required

Body Parameters

None.

Response Information

Resource Description

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.

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