Update/Insert Parts

post

/rest/v16/partSetups/actions/upsertParts

Use this endpoint to update or insert CPQ parts. If an included Part Number already exists, the existing part will be updated based on the request payload. Otherwise, a new Part will be added.

Request

Supported Media Types
Body ()
Root Schema : Part Setups Upsert Parts Request Definition
Type: object
Title: Part Setups Upsert Parts Request Definition
Show Source
Nested Schema : Part Setup Collection Definitions
Type: object
Title: Part Setup Collection Definitions
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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

Response

Supported Media Types

Default Response

Body ()
Root Schema : Part Setups Upsert Parts Response Definition
Type: object
Title: Part Setups Upsert Parts Response Definition
Show Source
Nested Schema : Part Setup Collection Definitions
Type: object
Title: Part Setup Collection Definitions
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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 update or insert CPQ parts by submitting a POST request to the REST resource using cURL. If an included Part Number already exists, the existing part will be updated based on the request payload. Otherwise, a new Part will be added. For more information about cURL, see Use cURL.

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

Request Body

{
  "partSetups": {
    "items": [{
        "_part_custom_field14": null,
        "_part_custom_field15": null,
        "_part_custom_field16": {
          "items": [{
              "displayValue": "Value 1 Label",
              "value": "Value 1"
            }, {
              "displayValue": "Value 2 Label",
              "value": "Value 2"
            }
          ]
        },
        "enableSelfService": "Y",
        "_part_custom_field17": null,
        "_part_custom_field10": "vxvs",
        "_part_custom_field11": {
          "lookupCode": "Required value2"
        },
        "_part_custom_field13": null,
        "_part_custom_field9": {
          "lookupCode": "Part Fields"
        },
        "_part_custom_field3": null,
        "_part_custom_field4": null,
        "_part_custom_field1": null,
        "_part_custom_field2": null,
        "_part_custom_field20": null,
        "_part_custom_field7": 1000,
        "_part_custom_field8": null,
        "_part_custom_field5": 0,
        "salesProductType": null,
        "_part_custom_field6": 11,
        "_part_custom_field25": null,
        "_part_custom_field26": null,
        "_part_custom_field27": null,
        "_part_custom_field21": null,
        "_part_custom_field22": null,
        "_part_custom_field23": null,
        "_part_custom_field24": null,
        "_part_custom_field18": null,
        "_part_custom_field19": null,
        "eligibleForService": "Y",
        "_part_custom_field30": "fdfdx",
        "directBuy": {
          "lookupCode": "2"
        },
        "defaultUOMCode": "SUM",
        "description": "Part with a float part number value",
        "leadTime": -1,
        "units": null,
        "eligibleToSell": "Y",
        "priceType": null,
        "numberOfPricePeriods": 0,
        "partDisplayNumber": "partForResourceTest5558",
        "pricePeriod": null,
        "partNumberLower": "partforresourcetest5558",
        "partNumber": "partForResourceTest5558",
        "externalKey1": null,
        "externalKey2": null,
        "partnerStandardPriceBookEntryId": "asdf",
        "partnerPartId": "fdasd",
        "partnerOrganizationId": "burrrr",
        "prices": {
          "items": [{
              "price": {
                "value": 1.24,
                "currency": "USD"
              }
            }, {
              "price": {
                "value": 1.25,
                "currency": "EUR"
              }
            }
          ]
        },
        "translations": {
          "items": [{
              "description": "asdf5",
              "language": {
                "languageNumber": 0
              },
              "units": null
            }
          ]
        },
        "extendedDescriptions": {
          "items": [{
              "partExtendedDescription1": "Extended description 1 for part5186",
              "partExtendedDescription2": "Extended description 2 for part5186",
              "translations": {
                "items": [{
                    "partExtendedDescription1": "Extended description 1 for part5186",
                    "language": {
                      "languageNumber": -1,
                      "languageCode": "en"
                    },
                    "partExtendedDescription2": "Extended description 2 for part5186"
                  }
                ]
              }
            }
          ]
        }
      }, {
        "description": "updated with that fresh API",
        "partNumber": "testFromResource2",
        "prices": {
          "items": [{
              "price": {
                "value": 1.25,
                "currency": "USD"
              }
            }
          ]
        }
      }, {
        "_part_custom_field14": null,
        "_part_custom_field15": null,
        "_part_custom_field16": {
          "items": [{
              "value": "Value 1"
            }, {
              "value": "Value 2"
            }
          ]
        },
        "enableSelfService": "Y",
        "_part_custom_field17": null,
        "_part_custom_field10": "vxvs",
        "_part_custom_field11": {
          "lookupCode": "Required value2"
        },
        "_part_custom_field13": null,
        "_part_custom_field9": {
          "lookupCode": "Part Fields"
        },
        "_part_custom_field3": null,
        "_part_custom_field4": null,
        "_part_custom_field1": null,
        "_part_custom_field2": null,
        "_part_custom_field20": null,
        "_part_custom_field7": 1000,
        "_part_custom_field8": null,
        "_part_custom_field5": {
          "value": 1.5,
          "unitVarName": "ft/s2"
        },
        "salesProductType": null,
        "_part_custom_field6": 9.999,
        "_part_custom_field25": null,
        "_part_custom_field26": null,
        "_part_custom_field27": null,
        "_part_custom_field21": null,
        "_part_custom_field22": null,
        "_part_custom_field23": null,
        "_part_custom_field24": null,
        "_part_custom_field18": null,
        "_part_custom_field19": null,
        "eligibleForService": "Y",
        "_part_custom_field30": "fdfdx",
        "directBuy": {
          "lookupCode": "2"
        },
        "defaultUOMCode": "SUM",
        "description": "Part with a float part number value",
        "leadTime": -1,
        "units": null,
        "eligibleToSell": "Y",
        "priceType": null,
        "numberOfPricePeriods": 0,
        "partDisplayNumber": "thisWasUpdatedFromRest",
        "pricePeriod": null,
        "partNumber": "upsertedPart",
        "externalKey1": null,
        "externalKey2": null,
        "partnerStandardPriceBookEntryId": "asdf",
        "partnerPartId": "fdasd",
        "partnerOrganizationId": "burrrr"
      }
    ]
  }
}

Response Body

{
  "processedPartSetups": {
    "items": [{
        "_part_custom_field14": null,
        "_part_custom_field15": null,
        "_part_custom_field16": {
          "items": [{
              "displayValue": "Value 1 Label",
              "value": "Value 1"
            }, {
              "displayValue": "Value 2 Label",
              "value": "Value 2"
            }
          ]
        },
        "enableSelfService": "Y",
        "_part_custom_field17": null,
        "_part_custom_field10": "vxvs",
        "_part_custom_field11": {
          "lookupCode": "Required value2",
          "displayValue": "Required value2",
          "id": 20963068,
          "links": [{
              "rel": "domain",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field11%22%7D%7D"
            }, {
              "rel": "canonical",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues/20963068"
            }
          ]
        },
        "dateAdded": "2023-01-27T19:35:47.000Z",
        "_part_custom_field13": null,
        "_part_custom_field9": {
          "lookupCode": "Part Fields",
          "displayValue": "Part Fields",
          "id": 20963084,
          "links": [{
              "rel": "domain",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field9%22%7D%7D"
            }, {
              "rel": "canonical",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues/20963084"
            }
          ]
        },
        "id": 3022900770,
        "_part_custom_field3": null,
        "_part_custom_field4": null,
        "_part_custom_field1": null,
        "_part_custom_field2": null,
        "_part_custom_field20": null,
        "_part_custom_field7": 1000,
        "_part_custom_field8": null,
        "_part_custom_field5": 0.0,
        "salesProductType": null,
        "_part_custom_field6": 11.0,
        "_part_custom_field25": null,
        "_part_custom_field26": null,
        "_part_custom_field27": null,
        "_part_custom_field21": null,
        "_part_custom_field22": null,
        "_part_custom_field23": null,
        "_part_custom_field24": null,
        "_part_custom_field18": null,
        "_part_custom_field19": null,
        "eligibleForService": "Y",
        "partnerPartId": null,
        "_part_custom_field30": "fdfdx",
        "directBuy": {
          "lookupCode": "2",
          "displayValue": "Buy Parent Part",
          "id": 19880907,
          "links": [{
              "rel": "domain",
              "href": "http://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": "http://sitename.oracle.com/rest/v16/lookupValues/19880907"
            }
          ]
        },
        "_part_custom_field31": null,
        "defaultUOMCode": "SUM",
        "description": "Part with a float part number value",
        "leadTime": -1,
        "units": null,
        "eligibleToSell": "Y",
        "partnerStandardPriceBookEntryId": null,
        "priceType": null,
        "numberOfPricePeriods": 0,
        "dateModified": "2023-01-27T19:35:47.000Z",
        "partnerOrganizationId": null,
        "partDisplayNumber": "party1",
        "pricePeriod": null,
        "partNumberLower": "party1",
        "partNumber": "party1",
        "externalKey1": null,
        "externalKey2": null,
        "translations": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/translations"
            }
          ],
          "items": [{
              "description": "asdf4",
              "dateModified": "2023-01-27T19:35:48.000Z",
              "language": {
                "languageNumber": 0,
                "languageCode": "de",
                "id": 18325670,
                "links": [{
                    "rel": "domain",
                    "href": "http://sitename.oracle.com/rest/v16/languages"
                  }, {
                    "rel": "canonical",
                    "href": "http://sitename.oracle.com/rest/v16/languages/18325670"
                  }
                ]
              },
              "id": 3022900772,
              "units": "asdf1",
              "dateAdded": "2023-01-27T19:35:48.000Z",
              "links": [{
                  "rel": "self",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/translations/3022900772"
                }, {
                  "rel": "parent",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
                }
              ]
            }
          ]
        },
        "prices": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/prices"
            }
          ],
          "items": [{
              "price": {
                "value": 1.24,
                "currency": "USD"
              },
              "dateModified": "2023-01-27T19:35:48.000Z",
              "id": 3022900771,
              "dateAdded": "2023-01-27T19:35:48.000Z",
              "links": [{
                  "rel": "self",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/prices/3022900771"
                }, {
                  "rel": "parent",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
                }
              ]
            }
          ]
        },
        "extendedDescriptions": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/extendedDescriptions"
            }
          ],
          "items": [{
              "partExtendedDescription1": "Extended description 1 for part5186",
              "partExtendedDescription2": "Extended description 2 for part5186",
              "dateModified": "2023-01-27T19:35:48.000Z",
              "id": 3022900771,
              "dateAdded": "2023-01-27T19:35:48.000Z",
              "translations": {
                "hasMore": false,
                "links": [{
                    "rel": "self",
                    "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/extendedDescriptions/3022900771/translations"
                  }
                ],
                "items": [{
                    "partExtendedDescription1": "Extended description 1 for part5186",
                    "language": {
                      "languageNumber": -1,
                      "languageCode": "en",
                      "id": 18325669,
                      "links": [{
                          "rel": "domain",
                          "href": "http://sitename.oracle.com/rest/v16/languages"
                        }, {
                          "rel": "canonical",
                          "href": "http://sitename.oracle.com/rest/v16/languages/18325669"
                        }
                      ]
                    },
                    "partExtendedDescription2": "Extended description 2 for part5186",
                    "dateModified": "2023-01-27T19:35:48.000Z",
                    "id": 3022900771,
                    "dateAdded": "2023-01-27T19:35:48.000Z",
                    "links": [{
                        "rel": "self",
                        "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/extendedDescriptions/3022900771/translations/3022900771"
                      }
                    ]
                  }
                ]
              },
              "links": [{
                  "rel": "self",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/extendedDescriptions/3022900771"
                }, {
                  "rel": "parent",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
                }
              ]
            }
          ]
        },
        "links": [{
            "rel": "self",
            "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
          }
        ]
      }, {
        "_part_custom_field14": null,
        "_part_custom_field15": null,
        "_part_custom_field16": {
          "items": [{
              "displayValue": "Value 1 Label",
              "value": "Value 1"
            }, {
              "displayValue": "Value 2 Label",
              "value": "Value 2"
            }
          ]
        },
        "enableSelfService": "Y",
        "_part_custom_field17": null,
        "_part_custom_field10": "vxvs",
        "_part_custom_field11": {
          "lookupCode": "Required value2",
          "displayValue": "Required value2",
          "id": 20963068,
          "links": [{
              "rel": "domain",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field11%22%7D%7D"
            }, {
              "rel": "canonical",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues/20963068"
            }
          ]
        },
        "dateAdded": "2023-01-27T19:35:47.000Z",
        "_part_custom_field13": null,
        "_part_custom_field9": {
          "lookupCode": "Part Fields",
          "displayValue": "Part Fields",
          "id": 20963084,
          "links": [{
              "rel": "domain",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field9%22%7D%7D"
            }, {
              "rel": "canonical",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues/20963084"
            }
          ]
        },
        "id": 3022900770,
        "_part_custom_field3": null,
        "_part_custom_field4": null,
        "_part_custom_field1": null,
        "_part_custom_field2": null,
        "_part_custom_field20": null,
        "_part_custom_field7": 1000,
        "_part_custom_field8": null,
        "_part_custom_field5": 0.0,
        "salesProductType": null,
        "_part_custom_field6": 11.0,
        "_part_custom_field25": null,
        "_part_custom_field26": null,
        "_part_custom_field27": null,
        "_part_custom_field21": null,
        "_part_custom_field22": null,
        "_part_custom_field23": null,
        "_part_custom_field24": null,
        "_part_custom_field18": null,
        "_part_custom_field19": null,
        "eligibleForService": "Y",
        "partnerPartId": null,
        "_part_custom_field30": "fdfdx",
        "directBuy": {
          "lookupCode": "2",
          "displayValue": "Buy Parent Part",
          "id": 19880907,
          "links": [{
              "rel": "domain",
              "href": "http://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": "http://sitename.oracle.com/rest/v16/lookupValues/19880907"
            }
          ]
        },
        "_part_custom_field31": null,
        "defaultUOMCode": "SUM",
        "description": "updated with that fresh API",
        "leadTime": -1,
        "units": null,
        "eligibleToSell": "Y",
        "partnerStandardPriceBookEntryId": null,
        "priceType": null,
        "numberOfPricePeriods": 0,
        "dateModified": "2023-01-27T19:35:47.000Z",
        "partnerOrganizationId": null,
        "partDisplayNumber": "testFromResource2",
        "pricePeriod": null,
        "partNumberLower": "testFromresource2",
        "partNumber": "testFromResource2",
        "externalKey1": null,
        "externalKey2": null,
        "translations": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/translations"
            }
          ],
          "items": [{
              "description": "asdf4",
              "dateModified": "2023-01-27T19:35:48.000Z",
              "language": {
                "languageNumber": 0,
                "languageCode": "de",
                "id": 18325670,
                "links": [{
                    "rel": "domain",
                    "href": "http://sitename.oracle.com/rest/v16/languages"
                  }, {
                    "rel": "canonical",
                    "href": "http://sitename.oracle.com/rest/v16/languages/18325670"
                  }
                ]
              },
              "id": 3022900772,
              "units": "asdf1",
              "dateAdded": "2023-01-27T19:35:48.000Z",
              "links": [{
                  "rel": "self",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/translations/3022900772"
                }, {
                  "rel": "parent",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
                }
              ]
            }
          ]
        },
        "prices": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/prices"
            }
          ],
          "items": [{
              "price": {
                "value": 1.25,
                "currency": "USD"
              },
              "dateModified": "2023-01-27T19:35:48.000Z",
              "id": 3022900771,
              "dateAdded": "2023-01-27T19:35:48.000Z",
              "links": [{
                  "rel": "self",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/prices/3022900771"
                }, {
                  "rel": "parent",
                  "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
                }
              ]
            }
          ]
        },
        "links": [{
            "rel": "self",
            "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
          }, {
            "kind": "",
            "rel": "child",
            "name": "extendedDescriptions",
            "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/extendedDescriptions"
          }
        ]
      }, {
        "_part_custom_field14": null,
        "_part_custom_field15": null,
        "_part_custom_field16": {
          "items": [{
              "displayValue": "Value 1 Label",
              "value": "Value 1"
            }, {
              "displayValue": "Value 2 Label",
              "value": "Value 2"
            }
          ]
        },
        "enableSelfService": "Y",
        "_part_custom_field17": null,
        "_part_custom_field10": "vxvs",
        "_part_custom_field11": {
          "lookupCode": "Required value2",
          "displayValue": "Required value2",
          "id": 20963068,
          "links": [{
              "rel": "domain",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field11%22%7D%7D"
            }, {
              "rel": "canonical",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues/20963068"
            }
          ]
        },
        "dateAdded": "2023-01-27T19:35:47.000Z",
        "_part_custom_field13": null,
        "_part_custom_field9": {
          "lookupCode": "Part Fields",
          "displayValue": "Part Fields",
          "id": 20963084,
          "links": [{
              "rel": "domain",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field9%22%7D%7D"
            }, {
              "rel": "canonical",
              "href": "http://sitename.oracle.com/rest/v16/lookupValues/20963084"
            }
          ]
        },
        "id": 3022900770,
        "_part_custom_field3": null,
        "_part_custom_field4": null,
        "_part_custom_field1": null,
        "_part_custom_field2": null,
        "_part_custom_field20": null,
        "_part_custom_field7": 1000,
        "_part_custom_field8": null,
        "_part_custom_field5": 0.0,
        "salesProductType": null,
        "_part_custom_field6": 11.0,
        "_part_custom_field25": null,
        "_part_custom_field26": null,
        "_part_custom_field27": null,
        "_part_custom_field21": null,
        "_part_custom_field22": null,
        "_part_custom_field23": null,
        "_part_custom_field24": null,
        "_part_custom_field18": null,
        "_part_custom_field19": null,
        "eligibleForService": "Y",
        "partnerPartId": null,
        "_part_custom_field30": "fdfdx",
        "directBuy": {
          "lookupCode": "2",
          "displayValue": "Buy Parent Part",
          "id": 19880907,
          "links": [{
              "rel": "domain",
              "href": "http://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": "http://sitename.oracle.com/rest/v16/lookupValues/19880907"
            }
          ]
        },
        "_part_custom_field31": null,
        "defaultUOMCode": "SUM",
        "description": "updated with that fresh API",
        "leadTime": -1,
        "units": null,
        "eligibleToSell": "Y",
        "partnerStandardPriceBookEntryId": null,
        "priceType": null,
        "numberOfPricePeriods": 0,
        "dateModified": "2023-01-27T19:35:47.000Z",
        "partnerOrganizationId": null,
        "partDisplayNumber": "thisWasUpdatedFromRest",
        "pricePeriod": null,
        "partNumberLower": "upsertedpart",
        "partNumber": "upsertedPart",
        "externalKey1": null,
        "externalKey2": null,
        "translations": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/translations"
            }
          ],
          "items": []
        },
        "prices": {
          "hasMore": false,
          "links": [{
              "rel": "self",
              "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/prices"
            }
          ],
          "items": []
        },
        "links": [{
            "rel": "self",
            "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770"
          }, {
            "kind": "",
            "rel": "child",
            "name": "extendedDescriptions",
            "href": "http://sitename.oracle.com/rest/v16/partSetups/3022900770/extendedDescriptions"
          }
        ]
      }
    ]
  }
}
Back to Top