Update Part Extended Descriptions
put
/rest/v19/partSetups/{id}/extendedDescriptions/{descriptionsId}
Use this endpoint to update extended descriptions for a CPQ part.
Request
Supported Media Types
- application/json
Path Parameters
-
descriptionsId(required): integer
Identifier for the resource
-
id(required): integer
The unique identifier for the part.
Root Schema : Part Extended Descriptions
Type:
objectTitle:
Show Source
Part Extended Descriptions-
dateAdded:
string
Title:
Date AddedSystem field indicating the date on which the Resource was created. -
dateModified:
string
Title:
Date ModifiedSystem field indicating the date on which the Resource was last modified. -
id:
integer
Title:
IdIdentifier for the resource -
partExtendedDescription1:
string
Title:
Extended Description 1Part extended description 1 -
partExtendedDescription2:
string
Title:
Extended Description 2Part extended description 2 -
translations:
object Part Extended Description Translations
Title:
Part Extended Description Translations
Nested Schema : Part Extended Description Translations
Type:
objectTitle:
Show Source
Part Extended Description TranslationsNested Schema : items
Type:
Show Source
array-
Array of:
object Part Extended Description Translations
Title:
Part Extended Description Translations
Nested Schema : Part Extended Description Translations
Type:
objectTitle:
Show Source
Part Extended Description Translations-
dateAdded:
string
Title:
Date AddedSystem field indicating the date on which the Resource was created. -
dateModified:
string
Title:
Date ModifiedSystem field indicating the date on which the Resource was last modified. -
id:
integer
Title:
IdIdentifier for the resource -
language:
object Language
Title:
LanguageThe defined language of the rows translated columns. -
partExtendedDescription1:
string
Title:
Extended Description 1Part extended description 1 -
partExtendedDescription2:
string
Title:
Extended Description 2Part extended description 2
Nested Schema : Language
Type:
objectTitle:
LanguageThe defined language of the rows translated columns.
Show Source
-
id:
integer
Title:
IdPrimary Key of the language resource. -
languageCode:
string
Title:
Language CodeUnique language code -
languageNumber:
integer
Title:
Language NumberUnique language number.
Response
Supported Media Types
- application/json
Default Response
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 -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/partSetups/38851705/extendedDescriptions/38851711
Request Body
{
"partExtendedDescription1": "Sample content for extended part description 1",
"partExtendedDescription2": "Sample content for extended part description 2"
}