Update one translation

patch

/fscmRestApi/resources/11.13.18.05/unitsOfMeasure/{UOMCode}/child/translatedData/{translatedDataUniqID}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • This is the hash key of the attributes which make up the composite key for the Translated Data for Units of Measure resource and used to uniquely identify an instance of Translated Data for Units of Measure. The client should not generate the hash key value. Instead, the client should query on the Translated Data for Units of Measure collection resource in order to navigate to a specific instance of Translated Data for Units of Measure to get the hash key.
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Description
    Maximum Length: 50
    Description of the unit of measure.
  • Maximum Length: 4
    Indicates the code of the language into which the contents of the translatable columns are translated.
  • Maximum Length: 4
    Indicates the code of the language in which the contents of the translatable columns were originally created.
  • Title: UOM Name
    Maximum Length: 25
    Name of the unit of measure.
  • Title: Plural Description
    Maximum Length: 50
    Description of the plural value of the unit of measure. For example: Feet is the plural value for the Foot unit of measure.
  • Title: Reciprocal Description
    Maximum Length: 50
    Description of how to process the unit of measure so that the quantity that results from dividing it equals one. For example: Per Month is the reciprocal display for a service that uses the Month unit of measure.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : unitsOfMeasure-translatedData-item-response
Type: object
Show Source
  • Title: Description
    Maximum Length: 50
    Description of the unit of measure.
  • Maximum Length: 4
    Indicates the code of the language into which the contents of the translatable columns are translated.
  • Links
  • Maximum Length: 4
    Indicates the code of the language in which the contents of the translatable columns were originally created.
  • Title: UOM Name
    Maximum Length: 25
    Name of the unit of measure.
  • Title: Plural Description
    Maximum Length: 50
    Description of the plural value of the unit of measure. For example: Feet is the plural value for the Foot unit of measure.
  • Title: Reciprocal Description
    Maximum Length: 50
    Description of how to process the unit of measure so that the quantity that results from dividing it equals one. For example: Per Month is the reciprocal display for a service that uses the Month unit of measure.
Back to Top