POST api/IndustryTarget/SaveIndustryTarget

Request Information

URI Parameters

None.

Body Parameters

IndustryTargetCreationModel
NameDescriptionTypeAdditional information
id

integer

None.

distributorId

integer

None.

year

integer

None.

channelId

integer

None.

promoWeightTarget

decimal number

None.

promoDepthTarget

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "distributorId": 2,
  "year": 3,
  "channelId": 4,
  "promoWeightTarget": 5.1,
  "promoDepthTarget": 6.1
}

application/xml, text/xml

Sample:
<IndustryTargetCreationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICE.WebApi.Models">
  <channelId>4</channelId>
  <distributorId>2</distributorId>
  <id>1</id>
  <promoDepthTarget>6.1</promoDepthTarget>
  <promoWeightTarget>5.1</promoWeightTarget>
  <year>3</year>
</IndustryTargetCreationModel>

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.