PUT api/auth/profile

Request Information

URI Parameters

None.

Body Parameters

ProfileUpdateDto
NameDescriptionTypeAdditional information
FullName

string

String length: inclusive between 0 and 150

Province

string

None.

District

string

None.

Municipality

string

None.

Town

string

None.

Village

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

ProfileImageUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fullName": "sample string 1",
  "province": "sample string 2",
  "district": "sample string 3",
  "municipality": "sample string 4",
  "town": "sample string 5",
  "village": "sample string 6",
  "latitude": 1.1,
  "longitude": 1.1,
  "profileImageUrl": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.