POST api/SKU/UpsertJointWidths

Request Information

URI Parameters

None.

Body Parameters

StoneFactoryAPI.Models.SKUModel+UpsertJointWidths
NameDescriptionTypeAdditional information
id

integer

None.

joinWdithId

integer

None.

skuId

integer

None.

joinWidth

string

None.

userId

integer

None.

action

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "joinWdithId": 1,
  "skuId": 1,
  "joinWidth": "sample string 1",
  "userId": 1,
  "action": true
}

application/xml, text/xml

Sample:
<SKUModel.UpsertJointWidths xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models">
  <action>true</action>
  <id>1</id>
  <joinWdithId>1</joinWdithId>
  <joinWidth>sample string 1</joinWidth>
  <skuId>1</skuId>
  <userId>1</userId>
</SKUModel.UpsertJointWidths>

multipart/form-data

Sample:
<SKUModel.UpsertJointWidths xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models"><action>true</action><id>1</id><joinWdithId>1</joinWdithId><joinWidth>sample string 1</joinWidth><skuId>1</skuId><userId>1</userId></SKUModel.UpsertJointWidths>

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 'UpsertJointWidths'.

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.