uiproperties textoverrides (http://api.3plcentral.com/rels/uiproperties/textoverrides)
Resource:
Collection: of textoverride
C# Rel Const:
Rels.UiPropertySvc.TextOverrideList
URI template:
textoverrides{?locale,customerid}
Obtain URI from:
A list of text overrides
Success status: 200; Response is cacheable
Name Data Type Description
locale string To limit by locale
customerid int To limit by customer id
Type Description
ResourceList IList<UIProperty.Models.TextOverride>
Symbol string
Locale string
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Value string
ShowIndicator bool
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/uiproperties/textoverride": [
      {
        "symbol": "str",
        "locale": "str",
        "customerIdentifier": {
          "externalId": "str",
          "name": "str",
          "id": 3
        },
        "value": "str",
        "showIndicator": true
      }
    ]
  }
}
Create a test override
Success status: 201
none
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
}

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.