PUT api/ignoreSkus/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

IgnoreSkuViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

IgnoreSku

string

Required

CustomerId

integer

Required

CustomerName

string

None.

ParserId

integer

Required

ParserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IgnoreSku": "sample string 2",
  "CustomerId": 3,
  "CustomerName": "sample string 4",
  "ParserId": 5,
  "ParserName": "sample string 6"
}

application/xml, text/xml

Sample:
<IgnoreSkuViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Customers.IgnoreSkus">
  <CustomerId>3</CustomerId>
  <CustomerName>sample string 4</CustomerName>
  <Id>1</Id>
  <IgnoreSku>sample string 2</IgnoreSku>
  <ParserId>5</ParserId>
  <ParserName>sample string 6</ParserName>
</IgnoreSkuViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.