Get Product Association
get
/rest/v19/commerceDocumentsOraclecpqoTransaction/{id}/transactionLine/{documentNumber}/_productAssociationSet/{_row_number}
Use this endpoint to retrieve the specified transaction line associated product.
Request
Supported Media Types
- application/json
Path Parameters
-
_row_number(required): integer
Unique row number to be used as row identifier in an array set.
-
documentNumber(required): integer
Unique document number to be used as document identifier in a process.
-
id(required): integer
Current unique user-side ID. This is the internal identifier for a transaction within a CPQ site.
Query Parameters
-
excludeFieldTypes: string
Exclude specified field types.
Response
Supported Media Types
- application/json
Default Response
Root Schema : Product Association Set
Type:
objectTitle:
Show Source
Product Association Set-
_bs_id:
integer
Title:
_bs_id_bs_id -
_document_number:
integer
Title:
_document_number_document_number -
_productAssociationSet_assocAssetKey:
string
Title:
Associated Asset Key -
_productAssociationSet_assocFullfillmentLineId:
string
Title:
Associated Fulfillment Line ID -
_productAssociationSet_assocItemExternalAssetRef:
string
Title:
Associated Item External Asset Reference -
_productAssociationSet_assocItemIsModel:
boolean
Title:
Associated Item Is Model -
_productAssociationSet_assocModelName:
string
Title:
Associated Model Name -
_productAssociationSet_assocPartDisplayName:
string
Title:
Associated Part Display Name -
_productAssociationSet_assocPartNumber:
string
Title:
Associated Part Number -
_productAssociationSet_assocTransactionId:
string
Title:
Associated Transaction ID -
_productAssociationSet_assocTransactionLineNumber:
integer
Title:
Associated Transaction Line Number -
_productAssociationSet_assocTransactionNumber:
string
Title:
Associated Transaction Number -
_productAssociationSet_assocUom:
string
Title:
Associated UOM -
_productAssociationSet_refType:
object Product Association Ref Type
Title:
Product Association Ref Type -
_row_number:
integer
Title:
_row_number_row_number -
_sequence_number:
integer
Title:
_sequence_number_sequence_number -
_state:
object state
Title:
stateCaptures the current state of the resource row. Of available properties, only those that are applicable and whose values are known in the current context are included. -
_transaction_currency_pref:
object _transaction_currency_pref
Title:
_transaction_currency_pref
Nested Schema : Product Association Ref Type
Type:
objectTitle:
Show Source
Product Association Ref Type-
displayValue:
string
Title:
displayValue -
value:
string
Title:
value
Nested Schema : state
Type:
objectTitle:
stateCaptures the current state of the resource row. Of available properties, only those that are applicable and whose values are known in the current context are included.
Show Source
-
actions:
object Actions
Title:
ActionsCaptures the current state of each action whose state was requested. The object contains one property per action, where the property name is the variable name for the action. -
attributes:
object Attributes
Title:
AttributesCaptures the current state of each attribute whose state was requested. The object contains one property per group, where the property name is the resource field name for the attribute. -
deletable:
boolean
Title:
DeletableBoolean value that specifies whether the row can be deleted. -
focus:
object Focused Users
Title:
Focused UsersDetails about users who are focused on this item. The object contains one property per focused user, where the property name is the user's unique identifier. -
hasError:
boolean
Title:
Has ErrorBoolean value that specifies whether any error that occurred has been assigned to the row itself. -
hasWarning:
boolean
Title:
Has WarningBoolean value that specifies whether any warning that was issued has been assigned to the row itself. - hidden: boolean
-
messages:
array Messages
Title:
MessagesArray of messages that have been generated for a specific object. -
updatable:
boolean
Title:
UpdatableBoolean value that specifies whether the row can be updated.
Nested Schema : _transaction_currency_pref
Type:
objectTitle:
Show Source
_transaction_currency_pref-
currencyCode:
string
Title:
Currency CodeUnique currency code for the currency. -
id:
integer
Title:
IdPrimary Key of the currency resource.
Nested Schema : Actions
Type:
objectTitle:
ActionsCaptures the current state of each action whose state was requested. The object contains one property per action, where the property name is the variable name for the action.
Nested Schema : Attributes
Type:
objectTitle:
AttributesCaptures the current state of each attribute whose state was requested. The object contains one property per group, where the property name is the resource field name for the attribute.
Nested Schema : Focused Users
Type:
objectTitle:
Focused UsersDetails about users who are focused on this item. The object contains one property per focused user, where the property name is the user's unique identifier.
Nested Schema : Messages
Type:
arrayTitle:
MessagesArray of messages that have been generated for a specific object.
Show Source
-
Array of:
string
An error, warning, or informational message.