Update Part Extended Descriptions

put

/rest/v16/partSetups/{id}/extendedDescriptions/{descriptionsId}

Use this endpoint to update extended descriptions for a CPQ part.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Part Extended Descriptions
Type: object
Title: Part Extended Descriptions
Show Source
Nested Schema : Part Extended Description Translations
Type: object
Title: Part Extended Description Translations
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Part Extended Description Translations
Type: object
Title: Part Extended Description Translations
Show Source
Nested Schema : Language
Type: object
Title: Language
The defined language of the rows translated columns.
Show Source
Back to Top

Response

Supported Media Types

Default Response

Back to Top

Examples

The following example shows how to update an extended descriptions for a CPQ part by submitting a PUT request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X PUT - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/partSetups/38851705/extendedDescriptions/38851711

Request Body

{
  "partExtendedDescription1": "Sample content for extended part description 1",
  "partExtendedDescription2": "Sample content for extended part description 2"
}
Back to Top