POST api/Piazzale/Photo

Upload user photo. Always POST the data to the server as enctype="multipart/form-data".Posted data must provide the SessionToken field.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UploadFileResponseModel
NameDescriptionTypeAdditional information
FileURL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FileURL": "sample string 1"
}