PUT api/socialnetworks/update
Request Information
URI Parameters
None.
Body Parameters
socialNetwork| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProfileId | globally unique identifier |
None. |
|
| string |
None. |
||
| string |
None. |
||
| string |
None. |
||
| Printerest | string |
None. |
|
| string |
None. |
||
| 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
SocialNetworks| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| string |
None. |
||
| string |
None. |
||
| string |
None. |
||
| Printerest | string |
None. |
|
| string |
None. |
||
| string |
None. |
||
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileId": "33f0823d-0f95-4b3b-bc44-ee3d2d99c764",
"Facebook": "sample string 2",
"Twitter": "sample string 3",
"Instagram": "sample string 4",
"Printerest": "sample string 5",
"LinkedIn": "sample string 6",
"Whatsapp": "sample string 7",
"Id": "d6c4d49c-cf23-4a50-863e-53c853ddad5f",
"CreatedDate": "2025-12-05T20:26:02.6807014-08:00",
"ModifiedDate": "2025-12-05T20:26:02.6807014-08:00",
"DeletedDate": "2025-12-05T20:26:02.6807014-08:00"
}
application/xml, text/xml
Sample:
<SocialNetworks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data"> <CreatedDate>2025-12-05T20:26:02.6807014-08:00</CreatedDate> <DeletedDate>2025-12-05T20:26:02.6807014-08:00</DeletedDate> <Id>d6c4d49c-cf23-4a50-863e-53c853ddad5f</Id> <ModifiedDate>2025-12-05T20:26:02.6807014-08:00</ModifiedDate> <Facebook>sample string 2</Facebook> <Instagram>sample string 4</Instagram> <LinkedIn>sample string 6</LinkedIn> <Printerest>sample string 5</Printerest> <ProfileId>33f0823d-0f95-4b3b-bc44-ee3d2d99c764</ProfileId> <Twitter>sample string 3</Twitter> <Whatsapp>sample string 7</Whatsapp> </SocialNetworks>