Create a New Recall Notice

Product Recall Management offers a comprehensive solution for efficiently handling recalled products that are deemed unsafe, defective, or unfit for consumption or use.

You can seamlessly identify, initiate, and oversee all aspects of the recall process to ensure compliance with regulatory requirements. It allows you to capture recall notices from various sources, including regulatory authorities, manufacturers, or distributors and content providers. By creating recall notices, you can effectively manage recalls for your business unit, streamlining processes from quarantine to disposal of recalled products.

Here's a typical process flow for this scenario:

  1. Recall manager Julie, as part of her daily duties, receives an alert from the FDA or the manufacturer regarding recall of certain products.
  2. Creating new recall notices in Oracle Fusion Cloud enables her to effectively manage and follow the appropriate process for quarantining and disposing of the recalled products.

Use the POST operation with the payload through the recallNoticesV2 REST resource to create recall notices that encompass recalling firm details, risk profile, action to be taken, and a comprehensive list of product identifiers such as Part Numbers, UDI/DI, GTIN with associated lot and serial numbers. After a successful POST operation, the MPN, SPN or item number is derived automatically based on the item identifiers such as part number, UDI, or GTIN as provided in the request body.

Example URL

Use this resource URL format:

POST

cURL Command
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/recallNoticesV2"

Example Request

The following example includes the contents of the request body in JSON format with multiple BU, multiple contacts, and an SPN with serial numbers and internal item line with lot serial numbers.

You can replace the request payload in the cURL command with the contents of the example request body. The request payload specifies attribute values that the command will use in the record that it creates.

{
    "BusinessUnitName": "Vision Healthcare USA",
    "SourceReferenceNumber": "Test16791",
    "RecallingFirm": "Mfg123",
    "RecallReceivedFrom": "FDA",    
     "PotentialRisk": "These solution sets are commonly used forth delivery of hazardous drugs. A leaking solution set could result in exposure of healthcare personnel, patients and others to potentially hazardous/toxic or irritant substances. Additional hazards that may result include insufficient therapy, breach of the sterile fluid pathway possibly causing infusion of contaminated fluid, delay/interruption of therapy, and air ingress into the solution set. There have been no reports of serious injury related to this issue.", 
     "RecallInstruction": "If no solution set leaks have been experienced, monitor the use of impacted solution sets closely (including during priming of the administration set and during bedside use) for issues as previously stated. If any solution set leaks are experienced, cease use of the affected product and contact Mfg123 Corporate Product Surveillance at 800-437-5176 to report the complaint and to arrange for safe return of the product for further investigation. The product code and lot number can be found on the individual product pouch and carton. Please have your Mfg123 8-digit ship-to account number, product code, lot number, and quantity of product to be returned ready when calling. If you have unused solution sets that you would like to return, contact Mfg123 Healthcare Center for Service to arrange for return and credit. Mfg123 Healthcare Center for Service can be reached at 888-229-0001 between the hours of 7:00 am and 6:00 pm Central Time, Monday through Friday. Please have yourMfg123 8-digit ship- to account number, product code, lot number, and quantity of product to be returned ready when calling",
     "RecallReason": "Increase in customer reports of leaks",
     "RecallClassificationTypeCode": "Class I",
     "RecallNoticeType": "Voluntary",
    "RecallInitiationDate": "2024-03-25",
    "RecallTrackStartDate": "2024-02-26",
    "RecallTrackEndDate": "2024-03-25",
    "recallBusinessUnits": [
        {
            "AssignedBUName": "Vision Health University"
        },
        {
            "AssignedBUName": "Vision Pharma USA"
        }
    ],
    "recallContacts": [
        {
            "ContactName": "John Doe",
            "Email": "jdoe@myemail.com",
            "Position": "Recall Manager",
            "Telephone": "23456"
        },
        {
            "ContactName": "Julie",
            "Email": "julie@myemail.com",
            "Position": "Recall Manager",
            "Telephone": "12345"
        }
    ],
    "recallLines": [
        {
            "ItemNumber": null,
            "SupplierPartNumber": null
            "ManufacturerPartNumber": null,
            "PartNumber": “PN123”,
            "UDI": null,
            "GTIN": null,
            "ModelName": null,
            "BrandName": null,
            "ProductDescription": “Made with durable polyethylene and perforated for breathability”,
            "recallPartSerialNumbers": [
                {
                    "MfgFromSerialNumber": "abc1013",
                    "MfgToSerialNumber": "abc1018"
                }
            ]
        },
        {
            "ItemNumber": "CM4800152",
            "SupplierPartNumber": null,
            "ManufacturerPartNumber": null,
            "PartNumber": null,
            "UDI": null,
            "GTIN": null,
            "ModelName": null,
            "BrandName": null,
            "ProductDescription": “Made with durable polyethylene.”,
            "recallLotNumbers": [
                {
                    "ExpirationDate": "2025-03-25",
                    "MfgLotNumber": "Lot123",
                    "recallLotSerialNumbers": [
                        {
                            "MfgFromSerialNumber": "abc1013",
                            "MfgToSerialNumber": "abc1018"
                        }
                    ]
                }
            ]
        }
    ]
}

Example Response

Here's an example of the response body in JSON format:
{
    "HeaderId": 300100600502683,
    "RecallNoticeNumber": "RND1171",
    "BusinessUnitId": 300100200125593,
    "BusinessUnitName": "Vision Healthcare USA",
    "DupValidationFlag": false,
    "LocateStatus": "NOTSTARTED",
    "ManufacturerId": null,
    "BpaManufacturerLineId": null,
    "RecallingFirm": "Mfg123",
    "ManufacturerNumber": null,
    "ModeOfCaptureCode": null,
    "ModeOfCapture": null,
    "RecallReceivedFrom": "FDA ",
    "AdditionalInformation": null,
    "VendorId": 6133,
    "RecallClosedDate": null,
    "RelatedLinks": null,
    "ObjectVersionNumber": 1,
    "OriginalHeaderId": null,   
    "PotentialRisk": "These solution sets are commonly used forth delivery of hazardous drugs. A leaking solution set could result in exposure of healthcare personnel, patients and others to potentially hazardous/toxic or irritant substances. Additional hazards that may result include insufficient therapy, breach of the sterile fluid pathway possibly causing infusion of contaminated fluid, delay/interruption of therapy, and air ingress into the solution set. There have been no reports of serious injury related to this issue.", 
     "RecallInstruction": "If no solution set leaks have been experienced, monitor the use of impacted solution sets closely (including during priming of the     administration set and during bedside use) for issues as previously stated. If any solution set leaks are experienced, cease use of the affected product and contact Mfg123 Corporate Product Surveillance at 800-437-5176 to report the complaint and to arrange for safe return of the product for further investigation. The product code and lot number can be found on the individual product pouch and carton. Please have your Mfg123 8-digit ship-to account number, product code, lot number, and quantity of product to be returned ready when calling. If you have unused solution sets that you would like to return, contact Mfg123 Healthcare Center for Service to arrange for return and credit. Mfg123 Healthcare Center for Service can be reached at 888-229-0001 between the hours of 7:00 am and 6:00 pm Central Time, Monday through Friday. Please have your Mfg123 8-digit ship- to account number, product code, lot number, and quantity of product to be returned ready when calling",
     "RecallReason": "Expired",
     "RecallClassificationTypeCode": "Class I",
     "RecallClassificationType": "High Risk",
     "RecallNoticeTypeCode": "ORA_SAFETY",
     "RecallNoticeType": "Safety",
    "RecallSourceTypeCode": "ORA_SUPPLIER",
    "RecallSourceType": "Supplier",
    "RecallHeaderStatusCode": "ORA_NEW",
    "RecallHeaderStatus": "Draft",
    "ReplacementTypeCode": null,
    "ReplacementType": null,
    "RecallClosingDate": "2024-04-10",
    "RecallInitiationDate": "2024-03-25",
    "RecallReason": null,
    "SourceReferenceNumber": "Test16791",
    "CreatedBy": "user1",
    "CreationDate": "2024-03-26",
    "LastUpdateDate": "2024-03-26",
    "LastUpdatedBy": "user1",
    "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
    "RecallTrackStartDate": "2024-02-26",
    "RecallTrackEndDate": "2024-03-25",
    "Comments": null,
    "NumberOfLinesFound": null,
    "NumberOfLinesInProgress": null,
    "NumberOfLinesClosed": null,
    "TasksAssigned": null,
    "TraceabilityStatusFound": null,
    "TasksCompleted": null,
    "ItemsNotFoundFlag": "false",
    "IsWithdrawEligibleFlag": "false",
    "TotalTraceabilityStatus": null,
    "TotalTasksCompleted": null,
    "LocateRequestId": null,
    "TrackStartDate": null,
    "TrackEndDate": null,
    "recallLines": [
        {
            "LineId": 300100600502689,
            "HeaderId": 300100600502683,
            "LineNumber": 1,
            "BrandName": null,
            "ManufacturerPartId": null,
            "BpaManufacturerPartLineId": null,
            "ManufacturerPartNumber": null,
            "ItemValidationOrgId": 204,
            "InventoryItemId": null,
            "ItemNumber": null,
            "ItemDescription": null,
            "PrimaryUnitOfMeasure": null,
            "ItemCategoryId": null,
            "CategoryName": null,
            "ModelName": null,
            "NdcCode": null,
            "ObjectVersionNumber": 1,
            "OriginalLineId": null,
            "RecallLineStatusCode": "ORA_NEW",
            "RecallLineStatus": "New",
            "RecallClosingDate": null,
            "Comments": null,
            "CreatedBy": "user1",
            "CreationDate": "2024-03-26",
            "LastUpdateDate": "2024-03-26",
            "LastUpdatedBy": "user1",
            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
            "SupplierPartNumber": "MFGXRD",
            "ProductDescription": “Made with durable polyethylene and perforated for breathability”,
            "GTIN": null,
            "UDI": null,
            "PartNumber": “PN123”,
            "AdditionalInformation": null,
            "ProductTypeCode": null,
            "ProductType": null,
            "ExpectedQuantity": null,
            "InboundQuantity": null,
            "CountQuantity": null,
            "TotalNumberOfLots": null,
            "TasksCompleted": null,
            "ParExpectedQuantity": null,
            "ExpenseExpectedQuantity": null,
            "InStockEstimatedQuantity": null,
            "InBoundEstimatedQuantity": null,
            "InStockCountedQuantity": null,
            "ParCountedQuanity": null,
            "ExpenseCountedQuantity": null,
            "DisposedQuantity": null,
            "ControlType": null,
            "SerialEntryMode": null,
            "AttachmentEntityName": "RECALL_NOTICE_LINE",
            "TotalNumberOfAttachments": null,
            "TotalSerialsQuantity": null,
            "recallPartSerialNumbers": [
                {
                    "SerialId": 300100600502690,
                    "LineId": 300100600502689,
                    "LotId": null,
                    "HeaderId": 300100600502683,
                    "MfgFromSerialNumber": "abc1013",
                    "MfgToSerialNumber": "abc1018",
                    "ObjectVersionNumber": 1,
                    "Quantity": 6,
                    "SerialEntryMode": "ByRange",
                    "CreatedBy": "user1",
                    "CreationDate": "2024-03-26",
                    "LastUpdateDate": "2024-03-26",
                    "LastUpdatedBy": "user1",
                    "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
                    "LineNumber": 1,
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689/child/recallPartSerialNumbers/300100600502690",
                            "name": "recallPartSerialNumbers",
                            "kind": "item",
                            "properties": {
                                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                            }
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689/child/recallPartSerialNumbers/300100600502690",
                            "name": "recallPartSerialNumbers",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689",
                            "name": "recallLines",
                            "kind": "item"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689",
                    "name": "recallLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689",
                    "name": "recallLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
                    "name": "recallNoticesV2",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689/child/recallLotNumbers",
                    "name": "recallLotNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502689/child/recallPartSerialNumbers",
                    "name": "recallPartSerialNumbers",
                    "kind": "collection"
                }
            ]
        },
        {
            "LineId": 300100600502691,
            "HeaderId": 300100600502683,
            "LineNumber": 2,
            "BrandName": null,
            "ManufacturerPartId": null,
            "BpaManufacturerPartLineId": null,
            "ManufacturerPartNumber": null,
            "ItemValidationOrgId": 204,
            "InventoryItemId": 100100054944585,
            "ItemNumber": "CM4800152",
            "ItemDescription": null,
            "PrimaryUnitOfMeasure": null,
            "ItemCategoryId": null,
            "CategoryName": null,
            "ModelName": null,
            "NdcCode": null,
            "ObjectVersionNumber": 1,
            "OriginalLineId": null,
            "RecallLineStatusCode": "ORA_NEW",
            "RecallLineStatus": "New",
            "RecallClosingDate": null,
            "Comments": null,
            "CreatedBy": "user1",
            "CreationDate": "2024-03-26",
            "LastUpdateDate": "2024-03-26",
            "LastUpdatedBy": "user1",
            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
            "SupplierPartNumber": null,
            "ProductDescription": null,
            "GTIN": null,
            "UDI": null,
            "PartNumber": null,
            "AdditionalInformation": null,
            "ProductTypeCode": null,
            "ProductType": null,
            "ExpectedQuantity": null,
            "InboundQuantity": null,
            "CountQuantity": null,
            "TotalNumberOfLots": null,
            "TasksCompleted": null,
            "ParExpectedQuantity": null,
            "ExpenseExpectedQuantity": null,
            "InStockEstimatedQuantity": null,
            "InBoundEstimatedQuantity": null,
            "InStockCountedQuantity": null,
            "ParCountedQuanity": null,
            "ExpenseCountedQuantity": null,
            "DisposedQuantity": null,
            "ControlType": null,
            "SerialEntryMode": null,
            "AttachmentEntityName": "RECALL_NOTICE_LINE",
            "TotalNumberOfAttachments": null,
            "TotalSerialsQuantity": null,
            "recallLotNumbers": [
                {
                    "LotId": 300100600502692,
                    "LineId": 300100600502691,
                    "HeaderId": 300100600502683,
                    "ExpirationDate": null,
                    "MfgDate": "2024-03-25",
                    "MfgLotNumber": "Lot123",
                    "ObjectVersionNumber": 1,
                    "ShelfLifeDays": null,
                    "CreatedBy": "user1",
                    "CreationDate": "2024-03-26",
                    "LastUpdateDate": "2024-03-26",
                    "LastUpdatedBy": "user1",
                    "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
                    "LineNumber": 2,
                    "SerialEntryMode": null,
                    "recallLotSerialNumbers": [
                        {
                            "SerialId": 300100600502693,
                            "LineId": 300100600502691,
                            "LotId": 300100600502692,
                            "HeaderId": 300100600502683,
                            "MfgFromSerialNumber": "abc1013",
                            "MfgToSerialNumber": "abc1018",
                            "ObjectVersionNumber": 1,
                            "Quantity": 6,
                            "SerialEntryMode": "ByRange",
                            "CreatedBy": "user1",
                            "CreationDate": "2024-03-26",
                            "LastUpdateDate": "2024-03-26",
                            "LastUpdatedBy": "user1",
                            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
                            "LineNumber": 2,
                            "links": [
                                {
                                    "rel": "self",
                                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers/300100600502692/child/recallLotSerialNumbers/300100600502693",
                                    "name": "recallLotSerialNumbers",
                                    "kind": "item",
                                    "properties": {
                                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                                    }
                                },
                                {
                                    "rel": "canonical",
                                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers/300100600502692/child/recallLotSerialNumbers/300100600502693",
                                    "name": "recallLotSerialNumbers",
                                    "kind": "item"
                                },
                                {
                                    "rel": "parent",
                                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers/300100600502692",
                                    "name": "recallLotNumbers",
                                    "kind": "item"
                                }
                            ]
                        }
                    ],
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers/300100600502692",
                            "name": "recallLotNumbers",
                            "kind": "item",
                            "properties": {
                                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                            }
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers/300100600502692",
                            "name": "recallLotNumbers",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691",
                            "name": "recallLines",
                            "kind": "item"
                        },
                        {
                            "rel": "child",
                            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers/300100600502692/child/recallLotSerialNumbers",
                            "name": "recallLotSerialNumbers",
                            "kind": "collection"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691",
                    "name": "recallLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691",
                    "name": "recallLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
                    "name": "recallNoticesV2",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallLotNumbers",
                    "name": "recallLotNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines/300100600502691/child/recallPartSerialNumbers",
                    "name": "recallPartSerialNumbers",
                    "kind": "collection"
                }
            ]
        }
    ],
    "recallBusinessUnits": [
        {
            "AssignedBUId": 300100544474958,
            "AssignedBUName": "Vision Health University",
            "HeaderId": 300100600502683,
            "RecBUAssignmentId": 300100600502685,
            "CreatedBy": "user1",
            "CreationDate": "2024-03-26T11:54:31.086+00:00",
            "LastUpdateDate": "2024-03-26T11:54:31.238+00:00",
            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
            "LastUpdatedBy": "user1",
            "ObjectVersionNumber": 1,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallBusinessUnits/300100600502685",
                    "name": "recallBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallBusinessUnits/300100600502685",
                    "name": "recallBusinessUnits",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
                    "name": "recallNoticesV2",
                    "kind": "item"
                }
            ]
        },
        {
            "AssignedBUId": 300100558621490,
            "AssignedBUName": "Vision Pharma USA",
            "HeaderId": 300100600502683,
            "RecBUAssignmentId": 300100600502686,
            "CreatedBy": "user1",
            "CreationDate": "2024-03-26",
            "LastUpdateDate": "2024-03-26",
            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
            "LastUpdatedBy": "user1",
            "ObjectVersionNumber": 1,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallBusinessUnits/300100600502686",
                    "name": "recallBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallBusinessUnits/300100600502686",
                    "name": "recallBusinessUnits",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
                    "name": "recallNoticesV2",
                    "kind": "item"
                }
            ]
        }
    ],
    "recallContacts": [
        {
            "ContactId": 300100600502687,
            "ContactName": "ram",
            "CreatedBy": "user1",
            "CreationDate": "2024-03-26",
            "Email": "ram@oracle.com",
            "HeaderId": 300100600502683,
            "LastUpdateDate": "2024-03-26",
            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
            "LastUpdatedBy": "user1",
            "ObjectVersionNumber": 1,
            "Position": "sr app engineer",
            "Telephone": "23456",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallContacts/300100600502687",
                    "name": "recallContacts",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallContacts/300100600502687",
                    "name": "recallContacts",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
                    "name": "recallNoticesV2",
                    "kind": "item"
                }
            ]
        },
        {
            "ContactId": 300100600502688,
            "ContactName": "John",
            "CreatedBy": "user1",
            "CreationDate": "2024-03-26",
            "Email": "john@oracle.com",
            "HeaderId": 300100600502683,
            "LastUpdateDate": "2024-03-26",
            "LastUpdateLogin": "142368B81BEA3BFEE063CD6415AC9855",
            "LastUpdatedBy": "user1",
            "ObjectVersionNumber": 1,
            "Position": "app engineer",
            "Telephone": "12345",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallContacts/300100600502688",
                    "name": "recallContacts",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallContacts/300100600502688",
                    "name": "recallContacts",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
                    "name": "recallNoticesV2",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
            "name": "recallNoticesV2",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683",
            "name": "recallNoticesV2",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/attachments",
            "name": "attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallBusinessUnits",
            "name": "recallBusinessUnits",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallContacts",
            "name": "recallContacts",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/recallNoticesV2/300100600502683/child/recallLines",
            "name": "recallLines",
            "kind": "collection"
        }
    ]
}