PUT api/advices/update

Request Information

URI Parameters

None.

Body Parameters

advice
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProfileId

globally unique identifier

None.

ImageUrl

string

None.

VideoUrl

string

None.

Subject

string

None.

Title

string

None.

Subtitle

string

None.

ContentDescription

string

None.

ContentText

string

None.

IsView

boolean

None.

ViewNumber

integer

None.

Likes

integer

None.

Shared

integer

None.

PublishedDate

date

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

Advices
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

ImageUrl

string

None.

VideoUrl

string

None.

Subject

string

None.

Title

string

None.

Subtitle

string

None.

ContentDescription

string

None.

ContentText

string

None.

IsView

boolean

None.

ViewNumber

integer

None.

Likes

integer

None.

Shared

integer

None.

PublishedDate

date

None.

AuthorName

string

None.

AuthorPictureUrl

string

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileId": "6b33007f-9b89-4db7-be58-78b2890e7304",
  "ImageUrl": "sample string 2",
  "VideoUrl": "sample string 3",
  "Subject": "sample string 4",
  "Title": "sample string 5",
  "Subtitle": "sample string 6",
  "ContentDescription": "sample string 7",
  "ContentText": "sample string 8",
  "IsView": true,
  "ViewNumber": 10,
  "Likes": 11,
  "Shared": 12,
  "PublishedDate": "2025-12-05T20:26:29.5618537-08:00",
  "AuthorName": "sample string 14",
  "AuthorPictureUrl": "sample string 15",
  "Id": "f8103001-c686-4518-ba35-6646f7934472",
  "CreatedDate": "2025-12-05T20:26:29.5618537-08:00",
  "ModifiedDate": "2025-12-05T20:26:29.5618537-08:00",
  "DeletedDate": "2025-12-05T20:26:29.5618537-08:00"
}

application/xml, text/xml

Sample:
<Advices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <CreatedDate>2025-12-05T20:26:29.5618537-08:00</CreatedDate>
  <DeletedDate>2025-12-05T20:26:29.5618537-08:00</DeletedDate>
  <Id>f8103001-c686-4518-ba35-6646f7934472</Id>
  <ModifiedDate>2025-12-05T20:26:29.5618537-08:00</ModifiedDate>
  <AuthorName>sample string 14</AuthorName>
  <AuthorPictureUrl>sample string 15</AuthorPictureUrl>
  <ContentDescription>sample string 7</ContentDescription>
  <ContentText>sample string 8</ContentText>
  <ImageUrl>sample string 2</ImageUrl>
  <IsView>true</IsView>
  <Likes>11</Likes>
  <ProfileId>6b33007f-9b89-4db7-be58-78b2890e7304</ProfileId>
  <PublishedDate>2025-12-05T20:26:29.5618537-08:00</PublishedDate>
  <Shared>12</Shared>
  <Subject>sample string 4</Subject>
  <Subtitle>sample string 6</Subtitle>
  <Title>sample string 5</Title>
  <VideoUrl>sample string 3</VideoUrl>
  <ViewNumber>10</ViewNumber>
</Advices>