PUT api/NormalLabelTexts/{id}?dx={dx}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

dx

string

Required

Body Parameters

NormalLabelTexts
NameDescriptionTypeAdditional information
usKey

integer

None.

usFontSize

string

None.

strTxFormat

string

None.

strText

string

None.

Request Formats

application/xml, text/xml

Sample:
<NormalLabelTexts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPUAPI">
  <strText>sample string 4</strText>
  <strTxFormat>sample string 3</strTxFormat>
  <usFontSize>sample string 2</usFontSize>
  <usKey>1</usKey>
</NormalLabelTexts>

application/json, text/json

Sample:
{
  "usKey": 1,
  "usFontSize": "sample string 2",
  "strTxFormat": "sample string 3",
  "strText": "sample string 4"
}

Response Information

Resource Description

None.