PUT api/GoogleUser/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
GoogleUser| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Name | string |
String length: inclusive between 0 and 250 |
|
| Given_Name | string |
String length: inclusive between 0 and 250 |
|
| Family_Name | string |
String length: inclusive between 0 and 250 |
|
| string |
String length: inclusive between 0 and 50 |
||
| Link | string |
String length: inclusive between 0 and 250 |
|
| Picture | string |
None. |
|
| Token_Type | string |
String length: inclusive between 0 and 50 |
|
| Client_User_ID | integer |
None. |
|
| CreateDate | date |
None. |
|
| LastModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Name": "sample string 2",
"Given_Name": "sample string 3",
"Family_Name": "sample string 4",
"Email": "sample string 5",
"Link": "sample string 6",
"Picture": "sample string 7",
"Token_Type": "sample string 10",
"Client_User_ID": 11,
"CreateDate": "17/12/2025 05:37",
"LastModifiedOn": "17/12/2025 05:37"
}
application/xml, text/xml
Sample:
<GoogleUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.Data.Models.Audience"> <Access_Token>sample string 8</Access_Token> <Client_User_ID>11</Client_User_ID> <CreateDate>2025-12-17T05:37:35.0667216+00:00</CreateDate> <Email>sample string 5</Email> <Family_Name>sample string 4</Family_Name> <Given_Name>sample string 3</Given_Name> <ID>sample string 1</ID> <LastModifiedOn>2025-12-17T05:37:35.0667216+00:00</LastModifiedOn> <Link>sample string 6</Link> <Name>sample string 2</Name> <Picture>sample string 7</Picture> <Refresh_Token>sample string 9</Refresh_Token> <Token_Type>sample string 10</Token_Type> </GoogleUser>
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.