PUT api/websites/update
Request Information
URI Parameters
None.
Body Parameters
webSite| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProfileId | globally unique identifier |
None. |
|
| Logo | string |
None. |
|
| Name | string |
None. |
|
| Url | string |
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
Websites| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| Logo | string |
None. |
|
| Name | string |
None. |
|
| Url | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileId": "321deb7d-be20-4f4b-b041-fdb2cfbd6bd6",
"Logo": "sample string 2",
"Name": "sample string 3",
"Url": "sample string 4",
"Id": "6b3275d1-0662-474c-b64a-2cb94d123d6c",
"CreatedDate": "2025-12-05T20:26:28.9254826-08:00",
"ModifiedDate": "2025-12-05T20:26:28.9254826-08:00",
"DeletedDate": "2025-12-05T20:26:28.9254826-08:00"
}
application/xml, text/xml
Sample:
<Websites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data"> <CreatedDate>2025-12-05T20:26:28.9254826-08:00</CreatedDate> <DeletedDate>2025-12-05T20:26:28.9254826-08:00</DeletedDate> <Id>6b3275d1-0662-474c-b64a-2cb94d123d6c</Id> <ModifiedDate>2025-12-05T20:26:28.9254826-08:00</ModifiedDate> <Logo>sample string 2</Logo> <Name>sample string 3</Name> <ProfileId>321deb7d-be20-4f4b-b041-fdb2cfbd6bd6</ProfileId> <Url>sample string 4</Url> </Websites>