POST api/products/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

ProductOverviewDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

LocalName

string

None.

IsActive

boolean

None.

ImageId

string

None.

IsOutOfStock

boolean

None.

ShortUnique

string

None.

Price

PriceDto

None.

RefPrice

PriceDto

None.

MovieId

string

None.

Color

string

None.

Created

date

None.

Updated

date

None.

HumanReadableIdentity

string

None.

CampaignPrice

PriceDto

None.

HasCampaignPrice

boolean

None.

Description

string

None.

Texts

Collection of TextDto

None.

ShortDescription

string

None.

QrImageId

string

None.

FulfillmentCompany

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'paradise.dto.Dto.TextDto'. Path 'texts[0].productLocalShop.texts'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'paradise.dto.Dto.TextDto'. Path 'texts[0].productLocalShop.texts'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.