POST api/SKU/UpsertFOurSizePatterns

Request Information

URI Parameters

None.

Body Parameters

StoneFactoryAPI.Models.SKUModel+UpsertSizesInPatterns
NameDescriptionTypeAdditional information
sizeIds

string

None.

size1Id

integer

None.

size2Id

integer

None.

size3Id

integer

None.

size4Id

integer

None.

size5Id

integer

None.

size6Id

integer

None.

patternId

integer

None.

skuId

integer

None.

memberId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sizeIds": "sample string 1",
  "size1Id": 1,
  "size2Id": 1,
  "size3Id": 1,
  "size4Id": 1,
  "size5Id": 1,
  "size6Id": 1,
  "patternId": 1,
  "skuId": 1,
  "memberId": 1
}

application/xml, text/xml

Sample:
<SKUModel.UpsertSizesInPatterns xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models">
  <memberId>1</memberId>
  <patternId>1</patternId>
  <size1Id>1</size1Id>
  <size2Id>1</size2Id>
  <size3Id>1</size3Id>
  <size4Id>1</size4Id>
  <size5Id>1</size5Id>
  <size6Id>1</size6Id>
  <sizeIds>sample string 1</sizeIds>
  <skuId>1</skuId>
</SKUModel.UpsertSizesInPatterns>

multipart/form-data

Sample:
<SKUModel.UpsertSizesInPatterns xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models"><memberId>1</memberId><patternId>1</patternId><size1Id>1</size1Id><size2Id>1</size2Id><size3Id>1</size3Id><size4Id>1</size4Id><size5Id>1</size5Id><size6Id>1</size6Id><sizeIds>sample string 1</sizeIds><skuId>1</skuId></SKUModel.UpsertSizesInPatterns>

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

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.