Repairable Spares

Repairable Spares

Retrieve and manage repairable spare asset records.

FieldData Type
RSIDString
DescriptionString
TypeString
PriorityInt32
StatusString
InServiceBoolean
DepartmentIDString
CostCenterIDString
AvailabilityString
NotesString
AssetNoString
OwnerIDString
OwnerFullNameString
VendorIDString
MFRIDString
SerialNoString
ModelNoString
LatitudeString
LongitudeString
RSGroupIDString
WorkOrderNotesString
PurchaseDateDateTime
StartupDateDateTime
PurchasePriceDecimal
POIDString
ServiceContractIDString
LifeDecimal
ReplacementCostDecimal
SalvageValueDecimal
RentalIDString
RentalEndDateDateTime
RentalPOIDString
WarrantyIDString
WarrantyPOIDString
WarrantyEndDateDateTime
ParentIDString
ParentClassString
ParentWarehouseString
IsActiveBoolean
DateCreatedDateTime
DateEditedDateTime
CreatedByString
EditedByString

Key: RSID

Required property: RSID

Endpoints

GET

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

Description: Retrieve repairable spare asset records.

OData Query Examples

  • Select specific fields:
    https://{site}.mvpplant.com/ODataApi/v1/RepairableSpares?$select=RSID,Description,Status

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

  • Sort by repairable spare ID:
    https://{site}.mvpplant.com/ODataApi/v1/RepairableSpares?$orderby=RSID

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

Notes

  • DateCreated, DateEdited, CreatedBy, and EditedBy are system-generated fields.
  • Include only the fields you want to send in the request body.
  • Use RSID as the key field for repairable spare records.