PUT api/BePishty/{PUserLRId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PUserLRId | string |
Required |
Body Parameters
NextToMeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Username | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Zodiac | string |
None. |
|
| Slogan | string |
None. |
|
| UserLRId | string |
None. |
|
| BirthDate | date |
None. |
|
| IsCompanyProfile | boolean |
None. |
|
| Gender | string |
None. |
|
| Country | string |
None. |
|
| City | string |
None. |
|
| Biography | string |
None. |
|
| Age | integer |
None. |
|
| ProfileImageURL | string |
None. |
|
| Image1URL | string |
None. |
|
| Image2URL | string |
None. |
|
| Image3URL | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| string |
None. |
||
| Telegram | string |
None. |
|
| string |
None. |
||
| Tiktok | string |
None. |
|
| Youtube | string |
None. |
|
| Twitch | string |
None. |
|
| string |
None. |
||
| KariyetNet | string |
None. |
|
| WebSite | string |
None. |
|
| OtherLink | string |
None. |
|
| LocationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Username": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Zodiac": "sample string 5",
"Slogan": "sample string 6",
"UserLRId": "sample string 7",
"BirthDate": "2026-06-26T00:33:02.1731562+03:00",
"IsCompanyProfile": true,
"Gender": "sample string 8",
"Country": "sample string 9",
"City": "sample string 10",
"Biography": "sample string 11",
"Age": 1,
"ProfileImageURL": "sample string 12",
"Image1URL": "sample string 13",
"Image2URL": "sample string 14",
"Image3URL": "sample string 15",
"Latitude": 1.0,
"Longitude": 1.0,
"Facebook": "sample string 16",
"Telegram": "sample string 17",
"Twitter": "sample string 18",
"Tiktok": "sample string 19",
"Youtube": "sample string 20",
"Twitch": "sample string 21",
"Linkedin": "sample string 22",
"KariyetNet": "sample string 23",
"WebSite": "sample string 24",
"OtherLink": "sample string 25",
"LocationName": "sample string 26"
}
application/xml, text/xml
Sample:
<NextToMeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PishtyAPI20.Models"> <Age>1</Age> <Biography>sample string 11</Biography> <BirthDate>2026-06-26T00:33:02.1731562+03:00</BirthDate> <City>sample string 10</City> <Country>sample string 9</Country> <Facebook>sample string 16</Facebook> <FirstName>sample string 3</FirstName> <Gender>sample string 8</Gender> <Id>1</Id> <Image1URL>sample string 13</Image1URL> <Image2URL>sample string 14</Image2URL> <Image3URL>sample string 15</Image3URL> <IsCompanyProfile>true</IsCompanyProfile> <KariyetNet>sample string 23</KariyetNet> <LastName>sample string 4</LastName> <Latitude>1</Latitude> <Linkedin>sample string 22</Linkedin> <LocationName>sample string 26</LocationName> <Longitude>1</Longitude> <OtherLink>sample string 25</OtherLink> <ProfileImageURL>sample string 12</ProfileImageURL> <Slogan>sample string 6</Slogan> <Telegram>sample string 17</Telegram> <Tiktok>sample string 19</Tiktok> <Twitch>sample string 21</Twitch> <Twitter>sample string 18</Twitter> <UserLRId>sample string 7</UserLRId> <Username>sample string 2</Username> <WebSite>sample string 24</WebSite> <Youtube>sample string 20</Youtube> <Zodiac>sample string 5</Zodiac> </NextToMeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.