POST api/product/content/update/text?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

Токен авторизации

string

Required

Body Parameters

UpdateTextContentByIdRequest
NameDescriptionTypeAdditional information
value

string

None.

serial

string

None.

update_old

boolean

None.

content_id

integer

None.

product_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "value": "sample string 1",
  "serial": "sample string 2",
  "update_old": true,
  "content_id": 1,
  "product_id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<request>
  <value>sample string 1</value>
  <serial>sample string 2</serial>
  <update_old>true</update_old>
  <content_id>1</content_id>
  <product_id>1</product_id>
</request>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.