Create characteristic group associations
/fscmRestApi/resources/11.13.18.05/inspectionCharacteristics/{CharacteristicId}/child/inspectionCharacteristicGroupAssociations
Request
-
CharacteristicId(required): integer(int64)
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=
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
- application/json
object-
CharacteristicId: integer
(int64)
Value that uniquely identifies the associated characteristic.
-
Description: string
Title:
DescriptionMaximum Length:240Translatable description of characteristic group. -
GroupAssociationId: integer
(int64)
Value that uniquely identifies the characteristic group association.
-
GroupId: integer
(int64)
Value that uniquely identifies the characteristic group.
-
Name: string
Title:
NameMaximum Length:80Translatable name of characteristic group.
Response
- application/json
Default Response
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
object-
CharacteristicId: integer
(int64)
Value that uniquely identifies the associated characteristic.
-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the characteristic group association. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the characteristic group association was created. -
Description: string
Title:
DescriptionMaximum Length:240Translatable description of characteristic group. -
GroupAssociationId: integer
(int64)
Value that uniquely identifies the characteristic group association.
-
GroupId: integer
(int64)
Value that uniquely identifies the characteristic group.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the characteristic group association was last updated by the user. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Name of the user who most recently updated the characteristic group association. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:80Translatable name of characteristic group.
arrayLinksobject-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
- CharacteristicGroupRestVA
-
The following properties are defined on the LOV link relation:
- Source Attribute: Name; Target Attribute: Name
- Display Attribute: Name, Description
Examples
These examples describe how to create characteristic group associations.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/inspectionCharacteristics/CharacteristicId/child/inspectionCharacteristicGroupAssociations"
For example:
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/inspectionCharacteristics/300100111990747/child/inspectionCharacteristicGroupAssociations"
| Example Number | Description |
|---|---|
| Example 1 | Associate a characteristic to a group using the group name. |
| Example 2 | Associate a characteristic to a group using the group identifier. |
Example 1 Request Body
The following example includes the contents of the request body in JSON format to associate a characteristic to a group using the group name.
{
"Name":"NonValCharGroup"
}Example 1 Response Body
{
"CharacteristicId": 300100111990747,
"GroupAssociationId": 300100643261953,
"GroupId": 300100122347613,
"CreatedBy": "QUALITY_ENGINEER",
"CreationDate": "2022-06-17T07:18:27+00:00",
"LastUpdatedBy": "QUALITY_ENGINEER",
"LastUpdateDate": "2022-06-17T07:18:28.296+00:00",
"Name": "NonValCharGroup",
"links": [
{
"rel": "self",
"href": "https://server/fscmRestApi/resources/version/inspectionCharacteristics/300100111990747/child/inspectionCharacteristicGroupAssociations/300100643261953",
"name": "inspectionCharacteristicGroupAssociations",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://server/fscmRestApi/resources/version/inspectionCharacteristics/300100111990747/child/inspectionCharacteristicGroupAssociations/300100643261953",
"name": "inspectionCharacteristicGroupAssociations",
"kind": "item"
},
{
"rel": "parent",
"href": "https://server/fscmRestApi/resources/version/inspectionCharacteristics/300100111990747",
"name": "inspectionCharacteristics",
"kind": "item"
}
]
}Example 2 Request Body
The following example includes the contents of the request body in JSON format to associate a characteristic to a group using the group identifier.
{
"GroupId":300100203050573
}Example 2 Response Body
{
"CharacteristicId": 300100642135969,
"GroupAssociationId": 300100643265992,
"GroupId": 300100203050573,
"CreatedBy": "QUALITY_ENGINEER",
"CreationDate": "2022-06-17T07:43:38+00:00",
"LastUpdatedBy": "QUALITY_ENGINEER",
"LastUpdateDate": "2022-06-17T07:43:38.780+00:00",
"Name": "Vish_Group",
"links": [
{
"rel": "self",
"href": "https://server/fscmRestApi/resources/version/inspectionCharacteristics/300100642135969/child/inspectionCharacteristicGroupAssociations/300100643265992",
"name": "inspectionCharacteristicGroupAssociations",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://server/fscmRestApi/resources/version/inspectionCharacteristics/300100642135969/child/inspectionCharacteristicGroupAssociations/300100643265992",
"name": "inspectionCharacteristicGroupAssociations",
"kind": "item"
},
{
"rel": "parent",
"href": "https://server/fscmRestApi/resources/version/inspectionCharacteristics/300100642135969",
"name": "inspectionCharacteristics",
"kind": "item"
}
]
}