Get a Part

get

/rest/v16/partSetups/{id}

Use this endpoint to retrieve the specified CPQ part.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Part Setup Instance Definitions
Type: object
Title: Part Setup Instance Definitions
Show Source
Nested Schema : Product type
Type: object
Title: Product type
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Part Availability
Type: object
Title: Part Availability
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Price Period
Type: object
Title: Price Period
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Price Type
Type: object
Title: Price Type
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Direct Buy
Type: object
Title: Direct Buy
Determines how the part must be purchased.
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Back to Top

Examples

The following example shows how to retrieve the specified CPQ part by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X GET - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/partSetups/38644116

Response Body

{
  "eligibleForService": "N",
  "partnerPartId": null,
  "directBuy": {
    "lookupCode": "1",
    "displayValue": "Direct Buy",
    "id": 36549639,
    "links": [{
        "rel": "domain",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_PARTS_DIRECT_BUY%22%7D%7D"
      }, {
        "rel": "canonical",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues/36549639"
      }
    ]
  },
  "defaultUOMCode": null,
  "description": "Premium Maintenance covers multi-point inspections, as well as preventive care and replacement of normal “wear and tear” items that require periodic attention.",
  "enableSelfService": "N",
  "leadTime": -1,
  "units": null,
  "_part_custom_field10": {
    "lookupCode": "External",
    "displayValue": "External",
    "id": 38272229,
    "links": [{
        "rel": "domain",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field10%22%7D%7D"
      }, {
        "rel": "canonical",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues/38272229"
      }
    ]
  },
  "eligibleToSell": "N",
  "dateAdded": "2021-09-17T11:45:34.000Z",
  "partnerStandardPriceBookEntryId": null,
  "_part_custom_field9": "subscription",
  "id": 38644116,
  "_part_custom_field3": null,
  "_part_custom_field4": {
    "lookupCode": "Per Month",
    "displayValue": "Per Month",
    "id": 36657628,
    "links": [{
        "rel": "domain",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field4%22%7D%7D"
      }, {
        "rel": "canonical",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues/36657628"
      }
    ]
  },
  "_part_custom_field1": "Service",
  "_part_custom_field2": {
    "lookupCode": "Available",
    "displayValue": "Available",
    "id": 38547619,
    "links": [{
        "rel": "domain",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field2%22%7D%7D"
      }, {
        "rel": "canonical",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues/38547619"
      }
    ]
  },
  "_part_custom_field8": {
    "lookupCode": "Recurring",
    "displayValue": "Recurring",
    "id": 36657634,
    "links": [{
        "rel": "domain",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field8%22%7D%7D"
      }, {
        "rel": "canonical",
        "href": "https://sitename.oracle.com/rest/v16/lookupValues/36657634"
      }
    ]
  },
  "_part_custom_field5": 0.0,
  "salesProductType": null,
  "priceType": null,
  "numberOfPricePeriods": 0,
  "dateModified": "2023-03-02T20:47:12.000Z",
  "partnerOrganizationId": null,
  "partDisplayNumber": "MTN2",
  "pricePeriod": null,
  "partNumberLower": "premium maintenance plan",
  "partNumber": "Premium Maintenance Plan",
  "externalKey1": null,
  "externalKey2": null,
  "links": [{
      "rel": "self",
      "href": "https://sitename.oracle.com/rest/v16/partSetups/38644116"
    }, {
      "kind": "",
      "rel": "child",
      "name": "extendedDescriptions",
      "href": "https://sitename.oracle.com/rest/v16/partSetups/38644116/extendedDescriptions"
    }, {
      "kind": "",
      "rel": "child",
      "name": "prices",
      "href": "https://sitename.oracle.com/rest/v16/partSetups/38644116/prices"
    }, {
      "kind": "",
      "rel": "child",
      "name": "translations",
      "href": "https://sitename.oracle.com/rest/v16/partSetups/38644116/translations"
    }
  ]
}
Back to Top