PUT api/infotext
Request Information
URI Parameters
None.
Body Parameters
InfoTextDomainModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Marker | string |
None. |
|
| InfoText | string |
None. |
|
| GroupName | string |
None. |
|
| CultureName | string |
None. |
|
| ReadOnly | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Marker": "sample string 2",
"InfoText": "sample string 3",
"GroupName": "sample string 4",
"CultureName": "sample string 5",
"ReadOnly": 6.0
}
application/xml, text/xml
Sample:
<InfoTextDomainModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.ProcessesDebitor.Models"> <CultureName>sample string 5</CultureName> <GroupName>sample string 4</GroupName> <Id>sample string 1</Id> <InfoText>sample string 3</InfoText> <Marker>sample string 2</Marker> <ReadOnly>6</ReadOnly> </InfoTextDomainModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.