PUT api/FavoritesProjects

Request Information

URI Parameters

None.

Body Parameters

FavoritesProjectPostBindingModel
NameDescriptionTypeAdditional information
Name

string

Required

Id

integer

None.

Source

string

None.

Description

string

None.

AlbumCover

string

None.

AlbumCoverType

string

None.

AlbumColors

string

None.

TypeId

integer

None.

TypeDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Id": 1,
  "Source": "sample string 2",
  "Description": "sample string 3",
  "AlbumCover": "sample string 4",
  "AlbumCoverType": "sample string 5",
  "AlbumColors": "sample string 6",
  "TypeId": 7,
  "TypeDescription": "sample string 8"
}

text/html

Sample:
{"Name":"sample string 1","Id":1,"Source":"sample string 2","Description":"sample string 3","AlbumCover":"sample string 4","AlbumCoverType":"sample string 5","AlbumColors":"sample string 6","TypeId":7,"TypeDescription":"sample string 8"}

application/xml, text/xml

Sample:
<FavoritesProjectPostBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BMCBusinessLayer.Models">
  <AlbumColors>sample string 6</AlbumColors>
  <AlbumCover>sample string 4</AlbumCover>
  <AlbumCoverType>sample string 5</AlbumCoverType>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <Name>sample string 1</Name>
  <Source>sample string 2</Source>
  <TypeDescription>sample string 8</TypeDescription>
  <TypeId>7</TypeId>
</FavoritesProjectPostBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.