PUT api/JointWidth/EditJointColorData

Request Information

URI Parameters

None.

Body Parameters

StoneFactoryAPI.Models.JointModels+JointWidth
NameDescriptionTypeAdditional information
id

integer

None.

width_name

string

None.

width_int

integer

None.

changed

string

None.

icon_link

string

None.

status

string

None.

isdefault

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "width_name": "sample string 2",
  "width_int": 3,
  "changed": "sample string 4",
  "icon_link": "sample string 5",
  "status": "sample string 6",
  "isdefault": "sample string 7"
}

application/xml, text/xml

Sample:
<JointModels.JointWidth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models">
  <changed>sample string 4</changed>
  <icon_link>sample string 5</icon_link>
  <id>1</id>
  <isdefault>sample string 7</isdefault>
  <status>sample string 6</status>
  <width_int>3</width_int>
  <width_name>sample string 2</width_name>
</JointModels.JointWidth>

multipart/form-data

Sample:
<JointModels.JointWidth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models"><changed>sample string 4</changed><icon_link>sample string 5</icon_link><id>1</id><isdefault>sample string 7</isdefault><status>sample string 6</status><width_int>3</width_int><width_name>sample string 2</width_name></JointModels.JointWidth>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.