PUT api/profiles/Update

Request Information

URI Parameters

None.

Body Parameters

UpdateProfileDtoIn
NameDescriptionTypeAdditional information
Id

string

Required

FirstName

string

Required

Data type: Text

String length: inclusive between 0 and 50

Surname

string

Required

Data type: Text

String length: inclusive between 0 and 50

PhoneNumber

string

Data type: PhoneNumber

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "firstName": "sample string 2",
  "surname": "sample string 3",
  "phoneNumber": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.