Manufacturers

Manufacturers

Retrieve and manage manufacturer records.

FieldData TypePOSTPATCH
MFRIDStringXX
DescriptionStringXX
PhoneStringXX
FaxStringXX
Address1StringXX
Address2StringXX
StateStringXX
ZipCodeStringXX
CountryStringXX
WebStringXX
NotesStringXX
AccountNoStringXX
CityStringXX
IsActiveBooleanXX
DateCreatedDateTime
CreatedByString
DateEditedDateTime
EditedByString

Key: MFRID

Required property: MFRID

Endpoints

GET

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

Description: Retrieve manufacturer records.

POST

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

Description: Create a manufacturer record.

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

PATCH

URL: https://{site}.mvpplant.com/ODataApi/v1/Manufacturers('mfrID')

Description: Update an existing manufacturer 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/Manufacturers?$select=MFRID,Description,Phone

  • Filter active manufacturers:
    https://{site}.mvpplant.com/ODataApi/v1/Manufacturers?$filter=IsActive eq true

  • Sort by manufacturer ID:
    https://{site}.mvpplant.com/ODataApi/v1/Manufacturers?$orderby=MFRID

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

Notes

  • CreatedBy, DateCreated, EditedBy, and DateEdited are system-generated fields.
  • Use MFRID as the key field for manufacturer records.