uiproperties textoverride (http://api.3plcentral.com/rels/uiproperties/textoverride)
Resource:
C# Rel Const:
Rels.UiPropertySvc.TextOverride
URI template:
textoverrides/{id}
Obtain URI from:
A text override
Success status: 200; Response is cacheable
Name (* = required) Data Type Description
id * int text override id
Type Description
Symbol string
Locale string
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Value string
ShowIndicator bool
Sample accept: application/hal+json
{
  "symbol": "str",
  "locale": "str",
  "customerIdentifier": {
    "externalId": "str",
    "name": "str",
    "id": 3
  },
  "value": "str",
  "showIndicator": true
}
Update a text override
Success status: 200
Name (* = required) Data Type Description
id * int text override id
Type Description
Symbol string
Locale string
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Value string
ShowIndicator bool
Sample content-type: application/hal+json
{
  "symbol": "str",
  "locale": "str",
  "customerIdentifier": {
    "externalId": "str",
    "name": "str",
    "id": 3
  },
  "value": "str",
  "showIndicator": true
}
Type Description
Symbol string
Locale string
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Value string
ShowIndicator bool
Sample accept: application/hal+json
{
  "symbol": "str",
  "locale": "str",
  "customerIdentifier": {
    "externalId": "str",
    "name": "str",
    "id": 3
  },
  "value": "str",
  "showIndicator": true
}
Remove a text override
Success status: 204
Name (* = required) Data Type Description
id * int text override id

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.