Get one supplier product

get

/fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Supplier Products resource and used to uniquely identify an instance of Supplier Products. The client should not generate the hash key value. Instead, the client should query on the Supplier Products collection resource in order to navigate to a specific instance of Supplier Products to get the hash key.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : supplierProducts-item-response
Type: object
Show Source
Nested Schema : associatedSupplierOrganizations
Type: array
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : categories
Type: array
Show Source
Nested Schema : EFFs
Type: array
Show Source
  • Discriminator: CategoryCode
    Discriminator: { "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemIntf_categories_view_j__ItemInterfaceRootIccPrivateVO-item-response" } }
Nested Schema : packs
Type: array
Show Source
Nested Schema : productRelationships
Type: array
Show Source
Nested Schema : revisions
Type: array
Show Source
Nested Schema : translations
Type: array
Show Source
Nested Schema : supplierProducts-associatedSupplierOrganizations-item-response
Type: object
Show Source
Nested Schema : associatedSupplierOrganizationEFFs
Type: array
Show Source
  • Discriminator: CategoryCode
    Discriminator: { "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemSupplierIntf_categories_view_j__ItemSupplierInterfaceRootIccPrivateVO-item-response" } }
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemSupplierIntf_categories_view_j__ItemSupplierInterfaceRootIccPrivateVO-item-response
Type: object
Show Source
Nested Schema : supplierProducts-attachments-item-response
Type: object
Show Source
Nested Schema : supplierProducts-categories-item-response
Type: object
Show Source
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemIntf_categories_view_j__ItemInterfaceRootIccPrivateVO-item-response
Type: object
Show Source
Nested Schema : supplierProducts-packs-item-response
Type: object
Show Source
Nested Schema : packComponents
Type: array
Show Source
Nested Schema : supplierProducts-packs-packComponents-item-response
Type: object
Show Source
Nested Schema : supplierProducts-productRelationships-item-response
Type: object
Show Source
Nested Schema : supplierProducts-revisions-item-response
Type: object
Show Source
Nested Schema : revisionEFFs
Type: array
Show Source
  • Discriminator: CategoryCode
    Discriminator: { "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemRevisionIntf_categories_view_j__ItemRevisionInterfaceRootIccPrivateVO-item-response" } }
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemRevisionIntf_categories_view_j__ItemRevisionInterfaceRootIccPrivateVO-item-response
Type: object
Show Source
Nested Schema : supplierProducts-translations-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get one supplier product.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/supplierProducts/TransactionId"

For example, the following command gets one supplier product:

curl -u username:password "https://servername/fscmRestApi/resources/version/supplierProducts?q=ProductNumber=Test22012019""

Example Response Body

The following shows an example of the response body in JSON format.
{
  "ItemId" : 300100568583525,
  "OrganizationId" : 204,
  "OrganizationCode" : "V1",
  "ItemClass" : "Root Item Class",
  "Template" : "Finished Goods",
  "ItemNumber" : "DR_REST_14Jun_1",
  "ItemDescription" : "Item Service V2 Create Test",
  "ApprovalStatusValue" : null,
  "ItemStatusValue" : "Active",
  "LifecyclePhaseValue" : "Design",
  "StyleItemFlag" : null,
  "StyleItemNumberValue" : null,
  "Keyword" : null,
  "IgnoreDuplicateItemFlag" : "false",
  "UserItemTypeValue" : "Finished Good",
  "PackTypeValue" : null,
  "LongDescription" : null,
  "FormattedDescription" : null,
  "PrimaryUOMValue" : "Each",
  "TransactionConversionValue" : null,
  "DefaultingControlValue" : null,
  "PositiveDeviationFactor" : 0,
  "NegativeDeviationFactor" : 0,
  "CopyItemAndApplyTemplatesFlag" : null,
  "CopyAssociationsFlag" : false,
  "CopyAttachmentsFlag" : false,
  "CopyCategoriesFlag" : false,
  "CopyFromItemValue" : null,
  "CopyFromRevisionValue" : null,
  "CopyFromVersionValue" : null,
  "CopyOrganizationAssignmentsFlag" : false,
  "LastSubmittedNewItemRequest" : null,
  "ChangeNotice" : null,
  "ChangeOrderLineSequenceNumber" : null,
  "StructureItemTypeValue" : null,
  "CreateConfiguredItem" : null,
  "ConfigModelTypeValue" : null,
  "EffectivityControlValue" : null,
  "BaseItemValue" : null,
  "AutoCreatedConfigurationFlag" : false,
  "PickComponentsFlag" : false,
  "AssembleToOrderFlag" : false,
  "CostingEnabledFlag" : true,
  "IncludeInRollUpFlag" : true,
  "StandardLotSize" : null,
  "InventoryAssetFlag" : true,
  "BuildInWIPFlag" : true,
  "WIPSupplyTypeValue" : null,
  "WIPSupplyLocatorValue" : null,
  "WIPSupplySubinventoryValue" : null,
  "OvercompletionToleranceTypeValue" : null,
  "OvercompletionToleranceValue" : null,
  "InventoryCarryPenalty" : null,
  "OperationSlackPenalty" : null,
  "RecipeEnabledFlag" : true,
  "ProcessQualityEnabledFlag" : false,
  "ProcessCostingEnabledFlag" : false,
  "ProcessExecutionEnabledFlag" : true,
  "ProcessSupplySubinventoryValue" : null,
  "ProcessSupplyLocatorValue" : null,
  "ProcessYieldSubinventoryValue" : null,
  "ProcessYieldLocatorValue" : null,
  "HazardousMaterialFlag" : true,
  "CASNumber" : null,
  "AssetTrackedFlag" : false,
  "AssetClassValue" : null,
  "ServiceRequestEnabledValue" : null,
  "DefectTrackingOnFlag" : null,
  "ServiceDurationTypeValue" : null,
  "ServiceDuration" : null,
  "ServiceDurationPeriodValue" : null,
  "ServiceStartTypeValue" : null,
  "ServiceStartDelay" : 0,
  "AllowSuspendFlag" : false,
  "AllowTerminateFlag" : false,
  "RequiresItemAssociationFlag" : false,
  "CreateFixedAssetFlag" : null,
  "InstanceClassValue" : null,
  "BillingTypeValue" : null,
  "ServiceBillingEnabledFlag" : false,
  "RecoveredPartDispositionValue" : null,
  "InventoryItemFlag" : true,
  "StockEnabledFlag" : true,
  "MaterialTransactionEnabledFlag" : true,
  "ReservableFlag" : true,
  "CheckMaterialShortageFlag" : false,
  "RevisionQuantityControlFlag" : false,
  "BulkPickedFlag" : false,
  "LotControlValue" : null,
  "StartingLotPrefix" : null,
  "StartingLotNumber" : null,
  "MaturityDays" : null,
  "HoldDays" : null,
  "LotExpirationControlValue" : null,
  "ShelfLifeDays" : 0,
  "RetestInterval" : null,
  "ExpirationActionValue" : null,
  "ExpirationActionInterval" : null,
  "ChildLotEnabledFlag" : false,
  "ChildLotFormatValidationFlag" : false,
  "CopyLotAttributeFlag" : false,
  "ChildLotPrefix" : null,
  "ChildLotStartingNumber" : null,
  "ChildLotParent" : null,
  "LotTranslateEnabledFlag" : false,
  "LotSplitEnabledFlag" : false,
  "LotDivisibleFlag" : false,
  "LotSubstitutionEnabledFlag" : null,
  "LotMergeEnabledFlag" : false,
  "GradeControlFlag" : false,
  "DefaultGradeValue" : null,
  "SerialGenerationValue" : null,
  "SerialStartingPrefix" : null,
  "SerialStartingNumber" : null,
  "NegativeMeasurementError" : null,
  "PositiveMeasurementError" : null,
  "CycleCountEnabledFlag" : false,
  "LotStatusEnabledFlag" : false,
  "SerialStatusEnabledFlag" : false,
  "DefaultLotStatusValue" : null,
  "DefaultSerialStatusValue" : null,
  "RestrictSubinventoriesFlag" : false,
  "RestrictLocatorsFlag" : false,
  "StockLocatorControlValue" : null,
  "DimensionUOMValue" : null,
  "UnitWidthQuantity" : null,
  "UnitLengthQuantity" : null,
  "UnitHeightQuantity" : null,
  "WeightUOMValue" : null,
  "UnitWeightQuantity" : null,
  "VolumeUOMValue" : null,
  "UnitVolumeQuantity" : null,
  "ContainerItemFlag" : null,
  "ContainerTypeValue" : null,
  "MaximumLoadWeight" : null,
  "VehicleItemFlag" : null,
  "InternalVolume" : null,
  "MinimumFillPercent" : null,
  "WarehouseEquipmentFlag" : false,
  "EventFlag" : null,
  "CollateralFlag" : null,
  "CustomerOrderFlag" : true,
  "CustomerOrderEnabledFlag" : true,
  "ATPComponentsValue" : null,
  "PickingRuleValue" : null,
  "RMAInspectionRequiredFlag" : false,
  "EligibilityRuleFlag" : null,
  "ReturnableFlag" : false,
  "ATPValue" : null,
  "FinancingAllowedFlag" : null,
  "SalesProductTypeValue" : null,
  "TransactionEnabledFlag" : true,
  "OrderManagementIndivisibleFlag" : null,
  "DefaultSalesOrderSourceTypeValue" : null,
  "ElectronicFormatFlag" : null,
  "ShippableFlag" : true,
  "DefaultShippingOrganizationValue" : null,
  "ShipModelCompleteFlag" : false,
  "DownloadableFlag" : null,
  "OverShipmentTolerance" : null,
  "UnderShipmentTolerance" : null,
  "OverReturnTolerance" : null,
  "UnderReturnTolerance" : null,
  "InvoiceEnabledFlag" : true,
  "AccountingRuleValue" : null,
  "PaymentTermsValue" : null,
  "OutputTaxClassificationCodeValue" : null,
  "InvoicedFlag" : true,
  "InvoicingRuleValue" : null,
  "SalesAccountValue" : null,
  "WebStatusValue" : null,
  "BackOrderableFlag" : null,
  "OrderableOnWebFlag" : true,
  "MinimumLicenseQuantity" : null,
  "InventoryPlanningMethodValue" : null,
  "PlanningMakeBuyValue" : null,
  "Planner" : null,
  "SubcontractingComponentValue" : null,
  "MinimumMinmaxQuantity" : null,
  "MaximumMinmaxQuantity" : null,
  "MinimumOrderQuantity" : null,
  "MaximumOrderQuantity" : null,
  "OrderCost" : null,
  "SourceOrganizationValue" : null,
  "SourceSubinventoryOrganizationValue" : null,
  "SourceSubinventoryValue" : null,
  "FixedOrderQuantity" : null,
  "FixedDaysSupply" : null,
  "FixedLotSizeMultiplier" : null,
  "ReleaseAuthorizationRequiredValue" : null,
  "AutomaticallyExpireASNFlag" : false,
  "ConsignedFlag" : false,
  "ReplenishmentMinimumOrder" : null,
  "ReplenishmentMaximumOrder" : null,
  "VMIFixedOrderQuantity" : null,
  "ForecastTypelValue" : null,
  "ForecastHorizon" : null,
  "PlanningMethodValue" : null,
  "RoundingControlTypeFlag" : true,
  "CreateSupplyFlag" : true,
  "PlanningTimeFence" : null,
  "DemandTimeFence" : null,
  "ReleaseTimeFence" : null,
  "ShrinkageRate" : null,
  "ForecastControlValue" : null,
  "AcceptableEarlyDays" : null,
  "PlanningTimeDays" : 1,
  "DemandTimeDays" : null,
  "ReleaseTimeDays" : null,
  "MRPCalculateATPFlag" : null,
  "RepairLeadtime" : null,
  "RepairYield" : null,
  "PreprocessingDays" : null,
  "PostprocessingDays" : 0,
  "ProcessingDays" : null,
  "VariableLeadTime" : null,
  "CumulativeTotalLeadTime" : null,
  "FixedLeadTime" : null,
  "CumulativeManufacturingLeadTime" : null,
  "LeadTimeLotSize" : 1,
  "PurchasingFlag" : true,
  "UseApprovedSupplierFlag" : false,
  "NegotiationRequiredFlag" : null,
  "PurchasingInputTaxClassificationValue" : null,
  "InvoiceCloseTolerancePercentage" : null,
  "HazardClassValue" : null,
  "AssetCategoryValue" : null,
  "PurchasableFlag" : true,
  "TaxableFlag" : true,
  "BuyerOrganizationValue" : null,
  "DefaultBuyerValue" : null,
  "ReceiptCloseTolerancePercentage" : null,
  "UNNumberValue" : null,
  "ListPrice" : null,
  "PriceTolerancePercentage" : null,
  "MarketPrice" : null,
  "RoundingFactor" : null,
  "MatchApprovalLevelValue" : null,
  "MatchConfigurationOptionValue" : null,
  "ReceiptDateActionValue" : null,
  "DaysEarlyReceiptAllowed" : null,
  "DaysLateReceiptAllowed" : null,
  "AllowSubstituteReceiptsFlag" : null,
  "AllowUnorderedReceiptsFlag" : null,
  "QuantityReceivedToleranceAction" : null,
  "QuantityReceivedTolerancePercentage" : null,
  "ItemExtensibleFlexfieldCategoryCode" : "ROOT_ICC",
  "CreationDate" : "2022-06-14T11:28:42.002+00:00",
  "LastUpdateDate" : "2022-06-14T11:32:33.802+00:00",
  "BackToBackEnabledFlag" : false,
  "ContractManufacturingFlag" : false,
  "DaysOfCover" : null,
  "DemandPeriod" : null,
  "SafetyStockPlanningMethodValue" : null,
  "OutsideProcessServiceFlag" : false,
  "AllowMaintenanceAssetFlag" : false,
  "EnableGenealogyTrackingFlag" : false,
  "EngineeredItemFlag" : false,
  "ProcurementBusinessUnitName" : null,
  "ForcePurchaseLeadTimeFlag" : true,
  "ReplacementTypeValue" : null,
  "BuyerEmailAddress" : null,
  "AssetTrackedValue" : null,
  "RequestId" : null,
  "CreatedBy" : "PIMQA",
  "CreationDateTime" : "2022-06-14T11:28:42.002+00:00",
  "LastUpdateDateTime" : "2022-06-14T11:32:33.802+00:00",
  "LastUpdateLogin" : "E14A2FC14075200AE0537AA8F00A7BFC",
  "LastUpdatedBy" : "PIMQA",
  "InternallyTransferableFlag" : false,
  "TransferOrdersEnabledFlag" : false,
  "ReplenishmentMaximumDaysOfSupply" : null,
  "CustomerSelfServiceEnabledFlag" : false,
  "AllowPurchasingDocumentDescriptionUpdateFlag" : true,
  "EnableContractCoverage" : true,
  "CarryingCostPercentage" : null,
  "ReplenishmentMinimumDaysOfSupply" : null,
  "AllowExpressTransactionsFlag" : null,
  "ReceiptRoutingValue" : null,
  "InvoiceMatchOptionValue" : null,
  "CommsActivationRequiredFlag" : null,
  "RequiresFulfillmentLocationFlag" : false,
  "IssueUOMValue" : null,
  "EnforceShipToLocationValue" : null,
  "StandardCoverageValue" : null,
  "ReplenishmentSourceTypeValue" : null,
  "TrackingUOMValue" : null,
  "SecondaryUOMValue" : null,
  "PricingUOMValue" : null,
  "HardPeggingLevelValue" : null,
  "CommonSupplyProjectDemandFlag" : null,
  "EnableIotFlag" : false,
  "ExpenditureTypeValue" : null,
  "PackagingStringValue" : null,
  "CreateSupplyAfterDate" : null,
  "CreateFixedAssetValue" : null,
  "UnderCompletionToleranceTypeValue" : null,
  "UnderCompletionToleranceValue" : null,
  "links" : [ {
    "rel" : "self",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC",
    "name" : "itemsV2",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC",
    "name" : "itemsV2",
    "kind" : "item"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPaymentTermsValue",
    "name" : "LovPaymentTermsValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSourceTypeValue",
    "name" : "LovSourceTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovConfigModelTypeValue",
    "name" : "LovConfigModelTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/ExpenditureTypeValueVA",
    "name" : "ExpenditureTypeValueVA",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSecondaryUomValue",
    "name" : "LovSecondaryUomValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovCopyFromRevisionValue",
    "name" : "LovCopyFromRevisionValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovIbItemInstanceClassValue",
    "name" : "LovIbItemInstanceClassValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDefaultGradeValue",
    "name" : "LovDefaultGradeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovWebStatusValue",
    "name" : "LovWebStatusValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/ContractCoveragePVO1",
    "name" : "ContractCoveragePVO1",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovBaseItemValue",
    "name" : "LovBaseItemValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPickingRuleValue",
    "name" : "LovPickingRuleValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovMatchApprovalLevelValue",
    "name" : "LovMatchApprovalLevelValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/PackagingStringsPVO1",
    "name" : "PackagingStringsPVO1",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovCreateFixedAssetValue",
    "name" : "LovCreateFixedAssetValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSubcontractingComponentValue",
    "name" : "LovSubcontractingComponentValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryOrganizationValue",
    "name" : "LovSourceSubinventoryOrganizationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovReceiptDaysExceptionValue",
    "name" : "LovReceiptDaysExceptionValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovAssetClassValue",
    "name" : "LovAssetClassValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovCurrentPhaseValue",
    "name" : "LovCurrentPhaseValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPrimaryUOMValue",
    "name" : "LovPrimaryUOMValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDefaultSoSourceTypeValue",
    "name" : "LovDefaultSoSourceTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovLotControlValue",
    "name" : "LovLotControlValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovTradeItemDescriptorValue",
    "name" : "LovTradeItemDescriptorValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovUnitOfIssueValue",
    "name" : "LovUnitOfIssueValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovMaterialBillableValue",
    "name" : "LovMaterialBillableValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovServiceDurationPeriodValue",
    "name" : "LovServiceDurationPeriodValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovReleaseTimeFenceValue",
    "name" : "LovReleaseTimeFenceValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovInvoicingRuleValue",
    "name" : "LovInvoicingRuleValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovVmiForecastTypeValue",
    "name" : "LovVmiForecastTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovRecoveredPartDispValue",
    "name" : "LovRecoveredPartDispValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovATPValue",
    "name" : "LovATPValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovUnderCompletionToleranceTypeValue",
    "name" : "LovUnderCompletionToleranceTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovTrackingQuantityIndValue",
    "name" : "LovTrackingQuantityIndValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSecondaryDefaultIndValue",
    "name" : "LovSecondaryDefaultIndValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSalesProductTypeValue",
    "name" : "LovSalesProductTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovBuyerValue",
    "name" : "LovBuyerValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSourceOrganizationValue",
    "name" : "LovSourceOrganizationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/ReplacementTypeValueVA",
    "name" : "ReplacementTypeValueVA",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovInventoryPlanningValue",
    "name" : "LovInventoryPlanningValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovOvercompletionToleranceTypeValue",
    "name" : "LovOvercompletionToleranceTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPlannerValue",
    "name" : "LovPlannerValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovWeightUOMValue",
    "name" : "LovWeightUOMValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovCopyFromItemValue",
    "name" : "LovCopyFromItemValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPlanningMakeBuyValue",
    "name" : "LovPlanningMakeBuyValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDefaultLotStatusValue",
    "name" : "LovDefaultLotStatusValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDefaultSerialStatusValue",
    "name" : "LovDefaultSerialStatusValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovEffectivityControlValue",
    "name" : "LovEffectivityControlValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovWIPSupplySubinventoryValue",
    "name" : "LovWIPSupplySubinventoryValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovBOMItemTypeValue",
    "name" : "LovBOMItemTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovServRequestEnabledValue",
    "name" : "LovServRequestEnabledValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovEnforceShipToLocationValue",
    "name" : "LovEnforceShipToLocationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovVolumeUOMValue",
    "name" : "LovVolumeUOMValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovQuantityRcvExceptionValue",
    "name" : "LovQuantityRcvExceptionValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovApprovalStatusValue",
    "name" : "LovApprovalStatusValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovAccountingRuleValue",
    "name" : "LovAccountingRuleValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovAllowedUnitsLookupValue",
    "name" : "LovAllowedUnitsLookupValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovServiceDurationTypeValue",
    "name" : "LovServiceDurationTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovContainerTypeValue",
    "name" : "LovContainerTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDefaultShippingOrgValue",
    "name" : "LovDefaultShippingOrgValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/SafetyStockPlanningMethodVA",
    "name" : "SafetyStockPlanningMethodVA",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDemandTimeFenceValue",
    "name" : "LovDemandTimeFenceValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovConfigOrgsValue",
    "name" : "LovConfigOrgsValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovWIPSupplyTypeValue",
    "name" : "LovWIPSupplyTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovTemplateValue",
    "name" : "LovTemplateValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovShelfLifeValue",
    "name" : "LovShelfLifeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovMRPPlanningValue",
    "name" : "LovMRPPlanningValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovOrganizationValue",
    "name" : "LovOrganizationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovConfigMatchValue",
    "name" : "LovConfigMatchValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovReceivingRoutingValue",
    "name" : "LovReceivingRoutingValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPlanningTimeFenceValue",
    "name" : "LovPlanningTimeFenceValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovATOForecastControlValue",
    "name" : "LovATOForecastControlValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovAssetTrackedValue",
    "name" : "LovAssetTrackedValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovATPComponentsValue",
    "name" : "LovATPComponentsValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSoAuthorizationValue",
    "name" : "LovSoAuthorizationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovProcessSupplySubinventoryValue",
    "name" : "LovProcessSupplySubinventoryValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryValue",
    "name" : "LovSourceSubinventoryValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovLocationControlValue",
    "name" : "LovLocationControlValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovItemCatalogGroupValue",
    "name" : "LovItemCatalogGroupValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovProcessYieldSubinventoryValue",
    "name" : "LovProcessYieldSubinventoryValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovSerialNumberControlValue",
    "name" : "LovSerialNumberControlValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovHazardClassValue",
    "name" : "LovHazardClassValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovTaxValue",
    "name" : "LovTaxValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovServiceStartTypeValue",
    "name" : "LovServiceStartTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovPurchasingTaxValue",
    "name" : "LovPurchasingTaxValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovUNNumberValue",
    "name" : "LovUNNumberValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/HardPeggingLevelValueVA",
    "name" : "HardPeggingLevelValueVA",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovDimensionUOMValue",
    "name" : "LovDimensionUOMValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/StyleItemMasterOrgVA",
    "name" : "StyleItemMasterOrgVA",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovParentChildGenerationValue",
    "name" : "LovParentChildGenerationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovCopyFromVersionValue",
    "name" : "LovCopyFromVersionValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovOntPricingQuantitySourceValue",
    "name" : "LovOntPricingQuantitySourceValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovInventoryItemStatusValue",
    "name" : "LovInventoryItemStatusValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovBuyerOrganizationValue",
    "name" : "LovBuyerOrganizationValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovExpirationActionValue",
    "name" : "LovExpirationActionValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovItemTypeValue",
    "name" : "LovItemTypeValue",
    "kind" : "collection"
  }, {
    "rel" : "lov",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/lov/LovInvoiceMatchOption",
    "name" : "LovInvoiceMatchOption",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemAttachment",
    "name" : "ItemAttachment",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemCategory",
    "name" : "ItemCategory",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemDFF",
    "name" : "ItemDFF",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemEffCategory",
    "name" : "ItemEffCategory",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemGlobalDFF",
    "name" : "ItemGlobalDFF",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemRevision",
    "name" : "ItemRevision",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemSupplierAssociation",
    "name" : "ItemSupplierAssociation",
    "kind" : "collection"
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC0000000EACED00057708000110F09BC98D650000000EACED0005770800000000000000CC/child/ItemTranslation",
    "name" : "ItemTranslation",
    "kind" : "collection"
  } ]
}
Back to Top