POST api/information/{id}/edittext

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

TextDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Key

string

None.

Locale

string

None.

Value

string

None.

Product

globally unique identifier

None.

ProductName

globally unique identifier

None.

InformationLabel

globally unique identifier

None.

InformationText

globally unique identifier

None.

ShopId

globally unique identifier

None.

ProductLocalId

globally unique identifier

None.

Updated

date

None.

IsPlainText

boolean

None.

ProductLocalShop

ProductLocalShopDto

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 '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 'productLocalShop.texts'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.