Enterprise Part Vendors

Enterprise Part Vendors

Retrieve and manage enterprise vendor records linked to enterprise parts.

FieldData TypePOSTPATCH
PartIDStringXX
VendorIDStringXX
MFRIDStringXX
PrimaryBooleanXX
UnitCostDecimalXX
VendorPartIDStringXX
MFRPartIDStringXX
OEMBooleanXX
LeadTimeDecimalXX
UOPStringXX
QtyPerUOPDecimalXX
MinOrderQtyDecimalXX
MinimumOrderCostDecimalXX

Key: PartID, VendorID, MFRID

Endpoints

GET

URL: https://{site}.mvpplant.com/ODataApi/v1/EnterprisePartVendors

Description: Retrieve enterprise vendor records linked to enterprise parts.

POST

URL: https://{site}.mvpplant.com/ODataApi/v1/EnterprisePartVendors

Description: Create an enterprise part vendor record.

Body: Send the property values marked in the POST column.

PATCH

URL: https://{site}.mvpplant.com/ODataApi/v1/EnterprisePartVendors(PartID='partID',VendorID='vendorID',MFRID='mfrID')

Description: Update an existing enterprise part vendor record.

Body: Send only the property values you want to update from the PATCH column.

OData Query Examples

  • Select specific fields:
    https://{site}.mvpplant.com/ODataApi/v1/EnterprisePartVendors?$select=PartID,VendorID,MFRID,UnitCost

  • Filter primary records:
    https://{site}.mvpplant.com/ODataApi/v1/EnterprisePartVendors?$filter=Primary eq true

  • Return the first 10 records:
    https://{site}.mvpplant.com/ODataApi/v1/EnterprisePartVendors?$top=10

Notes

  • Use the composite key PartID, VendorID, and MFRID to identify an enterprise part vendor record.