Get all replacement headers

get

/fscmRestApi/resources/11.13.18.05/massReplacementHeaders

Request

Query Parameters
  • 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
  • Used as a predefined finder to search the collection.

    Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables

    • PrimaryKey Find replacement header according to the primary key.
      Finder Variables
      • ReplacementId; integer; Value that uniquely identifies the replacement header entity.
    • findByDetailInvStatus Finds replacement headers based on the inventory status of the replacement detail task.
      Finder Variables
    • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
    • 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
    • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
    • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

      Format: ?q=expression1;expression2

      You can use these queryable attributes to filter this collection resource using the q query parameter:
      • DisruptionReason; string; Attribute that stores the user-defined lookup meaning that represents the reason for supply disruption. This attribute is captured while creating the replacement task.
      • DisruptionReasonCode; string; Attribute that stores the user-defined lookup code that represents the reason for supply disruption. This attribute is captured while creating the replacement task.
      • EnableReinstateFlag; boolean; Boolean operator to indicate whether to allow the reinstate action for the replacement task based on the inventory status of the replacement detail tasks. Valid values are True and False.
      • EstimatedEndDate; string; Attribute that stores the expected date on which the supply may be restored for the disrupted item. This attribute is captured while creating the replacement task.
      • LinesCount; integer; Count of replacement detail records for a replacement header.
      • ManufacturerPartId; integer; Value that uniquely identifies the primary manufacturer part number.
      • ManufacturerPartNumber; string; Number that identifies the primary manufacturer part.
      • ObjectVersionNumber; integer; Number of times the replacement header has been updated.
      • PrimaryItemDescription; string; Description of the primary internal item.
      • PrimaryItemId; integer; Value that uniquely identifies the primary internal item.
      • PrimaryItemImageURL; string; URL of the primary item image uploaded in item master.
      • PrimaryItemNumber; string; Number that identifies the primary internal item.
      • PrimaryUnitOfMeasure; string; Attribute indicating the name of the primary unit of measure for the original item.
      • ProcurementBUId; integer; Value that uniquely identifies the procurement business unit.
      • ProcurementBUName; string; Name of the procurement business unit.
      • PurchasingUnitOfMeasure; string; Attribute indicating the name of the purchasing unit of measure for the original item.
      • ReinstateFlag; boolean; Attribute that indicates whether reinstatement is completed for the replacement task for at least one organization.
      • ReplacementDefType; string; Type of item number used to define a replacement indicating whether it's an MPN or an internal item.
      • ReplacementDefTypeCode; string; Lookup code of item number type used to define a replacement indicating whether it's an MPN or an internal item.
      • ReplacementEndDate; string; Date on which reinstate action gets initiated for a replacement definition.
      • ReplacementFlag; boolean; Attribute that indicates whether the replacement phase is completed for the replacement task for at least one organization.
      • ReplacementHeaderStatus; string; Status of the replacement header.
      • ReplacementHeaderStatusCode; string; Lookup value code of replacement header status.
      • ReplacementId; integer; Value that uniquely identifies the replacement header.
      • ReplacementLevelType; string; Indicates whether the level of replacement is specific to an inventory organization or applicable across organizations.
      • ReplacementLevelTypeCode; string; Lookup value code of replacement level indicating whether the replacement is specific to inventory organization or globally across organizations.
      • ReplacementNumber; integer; Number that uniquely identifies the replacement header.
      • ReplacementStartDate; string; Date on which replacement action gets initiated for a replacement definition.
      • ReplacementType; string; Type of replacement indicating whether it's permanent or temporary.
      • ReplacementTypeCode; string; Lookup code of the replacement type indicating whether it's permanent or temporary.
      • SubItemNotAssignedFlag; boolean; Attribute indicating that the substitute item isn't assigned to one or more organizations for a global replacement task.
      • SupplierId; integer; Value that uniquely identifies the primary supplier for which replacement is defined.
      • SupplierName; string; Name of the supplier for which replacement is defined.
      • SupplierPartNumber; string; Attribute indicating the supplier item number for the original item.
      • SupplierSite; string; Name of the supplier site for which replacement is defined.
      • SupplierSiteId; integer; Value that uniquely identifies the primary supplier site for which replacement is defined.
    • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
    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 : massReplacementHeaders
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : massReplacementHeaders-item-response
    Type: object
    Show Source
    Nested Schema : Mass Replacement Grouped Organizations
    Type: array
    Title: Mass Replacement Grouped Organizations
    The massReplacementGroupedOrgs resource gets the organizations that are grouped during the item replacement process.
    Show Source
    Nested Schema : Mass Replacement Lines
    Type: array
    Title: Mass Replacement Lines
    The massReplacementLines resource creates the replacement lines representing the organizations in which replacement is initiated for a replacement header.
    Show Source
    Nested Schema : massReplacementHeaders-massReplacementGroupedOrgs-item-response
    Type: object
    Show Source
    Nested Schema : massReplacementHeaders-massReplacementLines-item-response
    Type: object
    Show Source
    Nested Schema : Mass Replacement Purchase Order Details
    Type: array
    Title: Mass Replacement Purchase Order Details
    The Mass Replacement PO Details resource creates the details of a purchase order that has undergone mass replacement.
    Show Source
    Nested Schema : massReplacementHeaders-massReplacementLines-massReplacementPODetails-item-response
    Type: object
    Show Source
    Back to Top

    Examples

    This example describes how to get all replacement headers.

    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/massReplacementHeaders"

    Example Response Body

    The following shows an example of the response body in JSON format.
    "{
        "items": [
            {
                "ReplacementId": 300100552611876,
                "ReplacementNumber": 1,
                "ReplacementLevelTypeCode": "ORA_SCH_PR_ORG",
                "ReplacementLevelType": "Each organization individually",
                "ReplacementDefTypeCode": "ORA_SCH_PR_INTERNAL_ITEM",
                "ReplacementDefType": "Master item",
                "ReplacementTypeCode": "ORA_SCH_PR_TEMPORARY",
                "ReplacementType": "Temporary",
                "PrimaryItemNumber": "SCH1020",
                "PrimaryItemDescription": "Z-Med 12 Pacemaker",
                "PrimaryItemId": 300100545228228,
                "ManufacturerPartNumber": null,
                "ManufacturerPartId": null,
                "SupplierName": “Supplier01”,
                "SupplierId": 6134,
                "SupplierSite": “SCH Supplier01”,
                "SupplierSiteId": 300100203539381,
                "ProcurementBUName": "Vision Healthcare USA",
                "ProcurementBUId": 300100200125593,
                "ReplacementHeaderStatusCode": "ORA_SCH_PR_OPEN",
                "ReplacementHeaderStatus": "In-Progress",
                "ReplacementStartDate": null,
                "ReplacementEndDate": null,
                "ObjectVersionNumber": 1,
                "ExceptionCount": 0,
                "LinesCount": 0,
                "MakePermanentFlag": "true",
                "MarkCompleteFlag": "false",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100552611876",
                        "name": "massReplacementHeaders",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100552611876",
                        "name": "massReplacementHeaders",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100552611876/child/massReplacementLines",
                        "name": "massReplacementLines",
                        "kind": "collection"
                    }
                ]
            },
            {
                "ReplacementId": 300100553117194,
                "ReplacementNumber": 1005,
                "ReplacementLevelTypeCode": "ORA_SCH_PR_ORG",
                "ReplacementLevelType": "Each organization individually",
                "ReplacementDefTypeCode": "ORA_SCH_PR_INTERNAL_ITEM",
                "ReplacementDefType": "Master item",
                "ReplacementTypeCode": "ORA_SCH_PR_PERMANENT",
                "ReplacementType": "Permanent",
                "PrimaryItemNumber": "SCH2020",
                "PrimaryItemDescription": "Z-Med 12 Pacemaker",
                "PrimaryItemId": 300100545303414,
                "ManufacturerPartNumber": null,
                "ManufacturerPartId": null,
                "SupplierName": “Supplier01”,
                "SupplierId": 6134,
                "SupplierSite": “SCH Supplier01”,
                "SupplierSiteId": 300100203539381,
                "ProcurementBUName": "Vision Healthcare USA",
                "ProcurementBUId": 300100200125593,
                "ReplacementHeaderStatusCode": "ORA_SCH_PR_OPEN",
                "ReplacementHeaderStatus": "In-Progress",
                "ReplacementStartDate": "2022-04-14",
                "ReplacementEndDate": null,
                "ObjectVersionNumber": 2,
                "ExceptionCount": 0,
                "LinesCount": 1,
                "MakePermanentFlag": "false",
                "MarkCompleteFlag": "false",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100553117194",
                        "name": "massReplacementHeaders",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100553117194",
                        "name": "massReplacementHeaders",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100553117194/child/massReplacementLines",
                        "name": "massReplacementLines",
                        "kind": "collection"
                    }
                ]
            },
            {
                "ReplacementId": 300100553117155,
                "ReplacementNumber": 1003,
                "ReplacementLevelTypeCode": "ORA_SCH_PR_ORG",
                "ReplacementLevelType": "Each organization individually",
                "ReplacementDefTypeCode": "ORA_SCH_PR_INTERNAL_ITEM",
                "ReplacementDefType": "Master item",
                "ReplacementTypeCode": "ORA_SCH_PR_PERMANENT",
                "ReplacementType": "Permanent",
                "PrimaryItemNumber": "SCH2060",
                "PrimaryItemDescription": "Scorpio NRG Knee System Tibial Insert",
                "PrimaryItemId": 300100545303628,
                "ManufacturerPartNumber": null,
                "ManufacturerPartId": null,
                "SupplierName": “SCH Supplier01”,
                "SupplierId": 6134,
                "SupplierSite": “SCH Supplier01”,
                "SupplierSiteId": 300100203539381,
                "ProcurementBUName": "Vision Healthcare USA",
                "ProcurementBUId": 300100200125593,
                "ReplacementHeaderStatusCode": "ORA_SCH_PR_OPEN",
                "ReplacementHeaderStatus": "In-Progress",
                "ReplacementStartDate": null,
                "ReplacementEndDate": null,
                "ObjectVersionNumber": 1,
                "ExceptionCount": 0,
                "LinesCount": 0,
                "MakePermanentFlag": "false",
                "MarkCompleteFlag": "false",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100553117155",
                        "name": "massReplacementHeaders",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100553117155",
                        "name": "massReplacementHeaders",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername/fscmRestApi/resources/version/massReplacementHeaders/300100553117155/child/massReplacementLines",
                        "name": "massReplacementLines",
                        "kind": "collection"
                    }
            "
    Back to Top