PUT api/GoogleUser/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

googleuser
No documentation available.

Define this parameter in the request body.

Request body 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/10/2024 11:14",
  "LastModifiedOn": "17/10/2024 11:14"
}

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>2024-10-17T11:14:30.4497523+01: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>2024-10-17T11:14:30.4497523+01: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

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.