PUT api/products/local/{productlocalid}/shop/{shopid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productlocalid

string

Required

shopid

string

Required

Body Parameters

ProductLocalShopDto
NameDescriptionTypeAdditional information
Shop

EntityDto

None.

ProductLocal

EntityDto

None.

IsActive

boolean

None.

IsHidden

boolean

None.

IsOutOfStock

boolean

None.

Price

PriceDto

None.

RefPrice

PriceDto

None.

CampaignPrice

PriceDto

None.

HasCampaignPrice

boolean

None.

Description

string

None.

ImageId

string

None.

Texts

Collection of TextDto

None.

QrImageId

string

None.

ShortDescription

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 for property 'productLocalShop' with type 'paradise.dto.Dto.ProductLocalShopDto'. Path 'texts[0]'.

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 for property 'productLocalShop' with type 'paradise.dto.Dto.ProductLocalShopDto'. Path 'texts[0]'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.