POST api/AdminService/SaveTageLine

Documentation for 'SaveTageLine'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "ConceptId": 2,
  "username": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "DisplayName": "sample string 6",
  "ProfileUrl": "sample string 7",
  "UserImageFolder": "sample string 8",
  "UserImage": "sample string 9",
  "Name": "sample string 10",
  "CustomerName": "sample string 11",
  "ImageVersion_Index1": "sample string 12",
  "ImageVersion_Index2": "sample string 13",
  "ImageVersion_Index3": "sample string 14",
  "IsUrlChoosen": 15,
  "StripeDepositMoneyProcessed": true,
  "TagLine": "sample string 17",
  "hasTagline": true,
  "ProfileDescription": "sample string 19"
}

application/xml, text/xml

Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
  <ConceptId>2</ConceptId>
  <CustomerName>sample string 11</CustomerName>
  <DisplayName>sample string 6</DisplayName>
  <FirstName>sample string 4</FirstName>
  <ImageVersion_Index1>sample string 12</ImageVersion_Index1>
  <ImageVersion_Index2>sample string 13</ImageVersion_Index2>
  <ImageVersion_Index3>sample string 14</ImageVersion_Index3>
  <IsUrlChoosen>15</IsUrlChoosen>
  <LastName>sample string 5</LastName>
  <Name>sample string 10</Name>
  <ProfileDescription>sample string 19</ProfileDescription>
  <ProfileUrl>sample string 7</ProfileUrl>
  <StripeDepositMoneyProcessed>true</StripeDepositMoneyProcessed>
  <TagLine>sample string 17</TagLine>
  <UserImage>sample string 9</UserImage>
  <UserImageFolder>sample string 8</UserImageFolder>
  <hasTagline>true</hasTagline>
  <id>1</id>
  <username>sample string 3</username>
</UserInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'UserInfo'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "Success": true
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfExecutionStatusyiGVY2vN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject">
    <d2p1:Success>true</d2p1:Success>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfExecutionStatusyiGVY2vN>