PUT api/skills/update

Request Information

URI Parameters

None.

Body Parameters

skill
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProfileId

globally unique identifier

None.

Name

string

None.

Description

string

None.

ProficiencyLevel

decimal number

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

profile

profile

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Skills
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

Name

string

None.

Description

string

None.

ProficiencyLevel

decimal number

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileId": "5c5426f3-e37c-48e1-9052-ad1ef6128bb7",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "ProficiencyLevel": 1.0,
  "Id": "b35f25b2-acdb-4b51-a89a-7764bbae9a02",
  "CreatedDate": "2025-12-05T20:24:04.1939963-08:00",
  "ModifiedDate": "2025-12-05T20:24:04.1939963-08:00",
  "DeletedDate": "2025-12-05T20:24:04.1939963-08:00"
}

application/xml, text/xml

Sample:
<Skills xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <CreatedDate>2025-12-05T20:24:04.1939963-08:00</CreatedDate>
  <DeletedDate>2025-12-05T20:24:04.1939963-08:00</DeletedDate>
  <Id>b35f25b2-acdb-4b51-a89a-7764bbae9a02</Id>
  <ModifiedDate>2025-12-05T20:24:04.1939963-08:00</ModifiedDate>
  <Description>sample string 3</Description>
  <Name>sample string 2</Name>
  <ProficiencyLevel>1</ProficiencyLevel>
  <ProfileId>5c5426f3-e37c-48e1-9052-ad1ef6128bb7</ProfileId>
</Skills>