Create headers

post

/fscmRestApi/resources/11.13.18.05/recallNotices

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Value that uniquely identifies the blanket purchase order line defined in the recall notice header.
  • Title: Business Unit
    Value that uniquely identifies the business unit in which the recall notice is created.
  • Title: Business Unit
    Maximum Length: 240
    Name of the business unit.
  • Maximum Length: 2000
    Comments on withdrawal of a recall notice.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then duplication validation has happened. If false, then duplication validation has not happened. The default value is false.
  • Value that uniquely identifies the recall notice header.
  • Maximum Length: 30
    Contains one of the following values: true or false. If true, then locate action has been taken on the recall notice. If false, then locate action has not been taken on the recall notice. The default value is false.
  • Title: Manufacturer
    Value that uniquely identifies the trading partner.
  • Title: Manufacturer
    Maximum Length: 255
    Name of the business partner.
  • Title: Registry ID
    Maximum Length: 30
    Number that uniquely identifies the manufacturer.
  • Title: URL
    Maximum Length: 2000
    URL (Uniform Resource Locator) of the manufacturing firm.
  • Number that identifies the object version. This attribute is used for optimistic locking. The number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
  • Value that uniquely identifies the original recall notice header that gets updated for a recall notice marked as duplicate.
  • Title: Potential Risk
    Maximum Length: 2000
    Text that provides details about the risk factors of the recalled product.
  • Business Units
    Title: Business Units
    The Business Units resource manages the business units assigned to the recall notice.
  • Title: Classification
    Maximum Length: 80
    Classification of recall notice based on the severity of impact it has on consumers. A list of accepted values is defined in the lookup type ORA_SCH_CLASSIFICATION. It identifies the meaning for FND_LOOKUP.
  • Title: Classification
    Maximum Length: 30
    Abbreviation that identifies the classification of a recall notice based on the severity of impact it has on consumers. A list of accepted values is defined in the lookup type ORA_SCH_CLASSIFICATION.
  • Title: Expected Closure Date
    Date when the expected recall notice closes.
  • Recall Contacts
    Title: Recall Contacts
    The Recall Contacts resource manages the contact details of person in the recalling organization. The contact information includes name, position, phone, and email.
  • Title: Meaning
    Maximum Length: 80
    Status of recall notice header. It identifies the meaning for FND_LOOKUP. It identifies the meaning for FND_LOOKUP.
  • Maximum Length: 30
    Abbreviation that identifies the status of recall notice header.
  • Title: Initiation Date
    Date when the recall notice is initiated by the source.
  • Title: Recall Instructions
    Maximum Length: 2000
    Text that provides special instructions on taking disposition actions for recalled parts.
  • Recall Lines
    Title: Recall Lines
    The Recall Lines resource manages the information about a recall notice line, which includes details such as manufacturer part number, part description, recall quantity, model, brand, internal master item number, item description, and item category. The line identifier is a unique application-generated primary key and is invisible to the user.
  • Title: Notice Number
    Maximum Length: 60
    Number that identifies the recall notice. This attribute is used for internal tracking within the enterprise that gets generated based on the document sequencing setup.
  • Title: Notice Type
    Maximum Length: 80
    Classification of recall notice. A list of accepted values is defined in the lookup type ORA_SCH_NOTICE_TYPE. It identifies the meaning for FND_LOOKUP.
  • Title: Notice Type
    Maximum Length: 30
    Abbreviation that identifies the classification of a recall notice. A list of accepted values is defined in the lookup type ORA_SCH_NOTICE_TYPE.
  • Title: Recall Reason
    Maximum Length: 2000
    Text that provides details about the recall reasons.
  • Title: Source Document Reference
    Maximum Length: 60
    Number that references the recall. This value is provided by the source that initiated the recall.
  • Title: Source
    Value that uniquely identifies the recall source.
  • Title: Source
    Maximum Length: 255
    Name of the recall source that initiated the recall notice. When the recall source type is supplier, this attribute displays the supplier defined in the supplier master with the Spend Authorized business relationship type, when the recall source type is regulatory authority, this attribute displays the regulatory authority, when the recall source type is internal, this attribute displays the business unit, and when the recall source type is manufacturer, this attribute displays the party name.
  • Title: Source Type
    Maximum Length: 80
    Type of source that initiated the recall. Values include Manufacturer, Regulatory Authority, and so on. It identifies the meaning for FND_LOOKUP.
  • Title: Source Type
    Maximum Length: 30
    Abbreviation that identifies the type of source that initiated the recall. Values include Manufacturer, Regulatory Authority, and so on.
  • Title: Track End Date
    Date when the recall track ends. This attribute is used to locate the part that is not associated with batch or serial.
  • Title: Track Start Date
    Date when the recall track starts. This attribute is used to locate the part that is not associated with batch or serial.
  • Title: Replacement Type
    Maximum Length: 80
    Type of method by which the recalled parts can be disposed off. A list of accepted values is defined in the lookup type ORA_SCH_REPLACEMENT_TYPE. It identifies the meaning for FND_LOOKUP.
  • Title: Replacement Type
    Maximum Length: 30
    Abbreviation that identifies the type of method by which the recalled parts can be disposed off. A list of accepted values is defined in the lookup type ORA_SCH_REPLACEMENT_TYPE.
Nested Schema : Business Units
Type: array
Title: Business Units
The Business Units resource manages the business units assigned to the recall notice.
Show Source
Nested Schema : Recall Contacts
Type: array
Title: Recall Contacts
The Recall Contacts resource manages the contact details of person in the recalling organization. The contact information includes name, position, phone, and email.
Show Source
Nested Schema : Recall Lines
Type: array
Title: Recall Lines
The Recall Lines resource manages the information about a recall notice line, which includes details such as manufacturer part number, part description, recall quantity, model, brand, internal master item number, item description, and item category. The line identifier is a unique application-generated primary key and is invisible to the user.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : recallNotices-recallContacts-item-post-request
Type: object
Show Source
  • Value that uniquely identifies the contact person in the recalling firm.
  • Maximum Length: 60
    Name of the contact person in the recalling firm.
  • Title: Email
    Maximum Length: 60
    Email of the contact person in the recalling firm.
  • Value that uniquely identifies the recall notice header.
  • Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried.
  • Title: Position
    Maximum Length: 60
    Value that indicates the position of the contact person in the recalling firm.
  • Maximum Length: 60
    Phone number of the contact person in the recalling firm.
Nested Schema : schema
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages the attachments for the recall notice line.
Show Source
Nested Schema : Recall Lot Numbers
Type: array
Title: Recall Lot Numbers
The Recall Lot Numbers resource manages the lot details of each recall notice line. The information includes the manufacturer lot number, quantity, manufactured date, expiry date, and shelf life.
Show Source
Nested Schema : Recall Serial Numbers
Type: array
Title: Recall Serial Numbers
The Recall Serial Numbers resource manages the serial details of each recall notice line. This information includes the manufacturer serial numbers, quantity, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : recallNotices-recallLines-attachments-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : Recall Lot Serial Numbers
Type: array
Title: Recall Lot Serial Numbers
The Recall Lot Serial Numbers resource manages the serials within a lot for each recall notice line. This information includes the manufacturer serial numbers, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : schema
Type: object
Show Source
  • Value that uniquely identifies the recall notice header.
  • Value that uniquely identifies the recall notice line.
  • Value that uniquely identifies the recalled lot.
  • Title: From Serial Number
    Maximum Length: 80
    Starting serial number as specified by the manufacturer in the recall notice.
  • Title: To Serial Number
    Maximum Length: 80
    Ending serial number as specified by the manufacturer in the recall notice.
  • Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried.
  • Title: Quantity
    Quantity of the recalled serial number. This is an optional value that is used to calculate ToSerialNumber when the quantity is added to FromSerialNumber.
  • Maximum Length: 60
    Default Value: ByRange
    Mode whether or not to enter an individual serial or a serial in range.
  • Value that uniquely identifies the recalled serial number.
Nested Schema : recallNotices-recallLines-recallSerialNumbers-item-post-request
Type: object
Show Source
  • Value that uniquely identifies the recall notice header.
  • Value that uniquely identifies the recall notice line.
  • Value that uniquely identifies the recalled lot.
  • Title: From Serial Number
    Maximum Length: 80
    Starting serial number as specified by the manufacturer in the recall notice.
  • Title: To Serial Number
    Maximum Length: 80
    Ending serial number as specified by the manufacturer in the recall notice.
  • Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried.
  • Title: Quantity
    Quantity of the recalled serial number. This is an optional value that is used to calculate ToSerialNumber when the quantity is added to FromSerialNumber.
  • Maximum Length: 60
    Default Value: ByRange
    Mode whether or not to enter an individual serial or a serial in range.
  • Value that uniquely identifies the recalled serial number.
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 : recallNotices-item-response
Type: object
Show Source
  • Value that uniquely identifies the blanket purchase order line defined in the recall notice header.
  • Title: Business Unit
    Value that uniquely identifies the business unit in which the recall notice is created.
  • Title: Business Unit
    Maximum Length: 240
    Name of the business unit.
  • Maximum Length: 2000
    Comments on withdrawal of a recall notice.
  • Read Only: true
    Maximum Length: 64
    User who created the record.
  • Title: Creation Date
    Read Only: true
    Date and time when the user created the record.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then duplication validation has happened. If false, then duplication validation has not happened. The default value is false.
  • Value that uniquely identifies the recall notice header.
  • Read Only: true
    Maximum Length: 255
    Contains one of the following values: true or false. If true, then the recall notice is eligible for withdrawal. If false, then the recall notice is not eligible for withdrawal. The value is derived, so does not have a default value.
  • Read Only: true
    Contains one of the following values: true or false. If true, then locate could not trace the part. If false, then locate traced the part. The default value is true.
  • Read Only: true
    Date and time when the user most recently updated the record.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the record.
  • Read Only: true
    Maximum Length: 32
    Login that the user used when updating the record.
  • Links
  • Read Only: true
    Value that uniquely identifies the locate request. This attribute is application generated when the locate parts job is submitted.
  • Maximum Length: 30
    Contains one of the following values: true or false. If true, then locate action has been taken on the recall notice. If false, then locate action has not been taken on the recall notice. The default value is false.
  • Title: Manufacturer
    Value that uniquely identifies the trading partner.
  • Title: Manufacturer
    Maximum Length: 255
    Name of the business partner.
  • Title: Registry ID
    Maximum Length: 30
    Number that uniquely identifies the manufacturer.
  • Title: URL
    Maximum Length: 2000
    URL (Uniform Resource Locator) of the manufacturing firm.
  • Read Only: true
    Maximum Length: 255
    Number of line items in the closed status for a recall notice.
  • Read Only: true
    Maximum Length: 255
    Number of line items located in a recall notice.
  • Read Only: true
    Maximum Length: 255
    Number of line items in the in-progress status for a recall notice.
  • Number that identifies the object version. This attribute is used for optimistic locking. The number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
  • Value that uniquely identifies the original recall notice header that gets updated for a recall notice marked as duplicate.
  • Title: Potential Risk
    Maximum Length: 2000
    Text that provides details about the risk factors of the recalled product.
  • Business Units
    Title: Business Units
    The Business Units resource manages the business units assigned to the recall notice.
  • Title: Classification
    Maximum Length: 80
    Classification of recall notice based on the severity of impact it has on consumers. A list of accepted values is defined in the lookup type ORA_SCH_CLASSIFICATION. It identifies the meaning for FND_LOOKUP.
  • Title: Classification
    Maximum Length: 30
    Abbreviation that identifies the classification of a recall notice based on the severity of impact it has on consumers. A list of accepted values is defined in the lookup type ORA_SCH_CLASSIFICATION.
  • Title: Expected Closure Date
    Date when the expected recall notice closes.
  • Recall Contacts
    Title: Recall Contacts
    The Recall Contacts resource manages the contact details of person in the recalling organization. The contact information includes name, position, phone, and email.
  • Title: Meaning
    Maximum Length: 80
    Status of recall notice header. It identifies the meaning for FND_LOOKUP. It identifies the meaning for FND_LOOKUP.
  • Maximum Length: 30
    Abbreviation that identifies the status of recall notice header.
  • Title: Initiation Date
    Date when the recall notice is initiated by the source.
  • Title: Recall Instructions
    Maximum Length: 2000
    Text that provides special instructions on taking disposition actions for recalled parts.
  • Recall Lines
    Title: Recall Lines
    The Recall Lines resource manages the information about a recall notice line, which includes details such as manufacturer part number, part description, recall quantity, model, brand, internal master item number, item description, and item category. The line identifier is a unique application-generated primary key and is invisible to the user.
  • Title: Notice Number
    Maximum Length: 60
    Number that identifies the recall notice. This attribute is used for internal tracking within the enterprise that gets generated based on the document sequencing setup.
  • Title: Notice Type
    Maximum Length: 80
    Classification of recall notice. A list of accepted values is defined in the lookup type ORA_SCH_NOTICE_TYPE. It identifies the meaning for FND_LOOKUP.
  • Title: Notice Type
    Maximum Length: 30
    Abbreviation that identifies the classification of a recall notice. A list of accepted values is defined in the lookup type ORA_SCH_NOTICE_TYPE.
  • Title: Recall Reason
    Maximum Length: 2000
    Text that provides details about the recall reasons.
  • Title: Source Document Reference
    Maximum Length: 60
    Number that references the recall. This value is provided by the source that initiated the recall.
  • Title: Source
    Value that uniquely identifies the recall source.
  • Title: Source
    Maximum Length: 255
    Name of the recall source that initiated the recall notice. When the recall source type is supplier, this attribute displays the supplier defined in the supplier master with the Spend Authorized business relationship type, when the recall source type is regulatory authority, this attribute displays the regulatory authority, when the recall source type is internal, this attribute displays the business unit, and when the recall source type is manufacturer, this attribute displays the party name.
  • Title: Source Type
    Maximum Length: 80
    Type of source that initiated the recall. Values include Manufacturer, Regulatory Authority, and so on. It identifies the meaning for FND_LOOKUP.
  • Title: Source Type
    Maximum Length: 30
    Abbreviation that identifies the type of source that initiated the recall. Values include Manufacturer, Regulatory Authority, and so on.
  • Title: Track End Date
    Date when the recall track ends. This attribute is used to locate the part that is not associated with batch or serial.
  • Title: Track Start Date
    Date when the recall track starts. This attribute is used to locate the part that is not associated with batch or serial.
  • Title: Replacement Type
    Maximum Length: 80
    Type of method by which the recalled parts can be disposed off. A list of accepted values is defined in the lookup type ORA_SCH_REPLACEMENT_TYPE. It identifies the meaning for FND_LOOKUP.
  • Title: Replacement Type
    Maximum Length: 30
    Abbreviation that identifies the type of method by which the recalled parts can be disposed off. A list of accepted values is defined in the lookup type ORA_SCH_REPLACEMENT_TYPE.
  • Read Only: true
    Value that identifies the total number of assigned tasks.
  • Read Only: true
    Value that identifies the percentage of the tasks in completed and withdrawn status to the total number of tasks in a recall notice.
  • Read Only: true
    Value that gives number of lines count for the header record.
  • Read Only: true
    Total number of tasks in completed and withdrawn status in a recall notice.
  • Read Only: true
    Total number of distinct traceability statuses that exist.
  • Read Only: true
    Value that identifies the number of distinct traceability statuses found.
  • Read Only: true
    Date when the recall track ends. This attribute is entered by the user when submitting the job for locate parts.
  • Read Only: true
    Date when the recall track starts. This attribute is entered by the user when submitting the job for locate parts.
Nested Schema : Business Units
Type: array
Title: Business Units
The Business Units resource manages the business units assigned to the recall notice.
Show Source
Nested Schema : Recall Contacts
Type: array
Title: Recall Contacts
The Recall Contacts resource manages the contact details of person in the recalling organization. The contact information includes name, position, phone, and email.
Show Source
Nested Schema : Recall Lines
Type: array
Title: Recall Lines
The Recall Lines resource manages the information about a recall notice line, which includes details such as manufacturer part number, part description, recall quantity, model, brand, internal master item number, item description, and item category. The line identifier is a unique application-generated primary key and is invisible to the user.
Show Source
Nested Schema : recallNotices-recallBusinessUnits-item-response
Type: object
Show Source
Nested Schema : recallNotices-recallContacts-item-response
Type: object
Show Source
Nested Schema : recallNotices-recallLines-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages the attachments for the recall notice line.
Show Source
Nested Schema : Recall Lot Numbers
Type: array
Title: Recall Lot Numbers
The Recall Lot Numbers resource manages the lot details of each recall notice line. The information includes the manufacturer lot number, quantity, manufactured date, expiry date, and shelf life.
Show Source
Nested Schema : Recall Serial Numbers
Type: array
Title: Recall Serial Numbers
The Recall Serial Numbers resource manages the serial details of each recall notice line. This information includes the manufacturer serial numbers, quantity, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : recallNotices-recallLines-attachments-item-response
Type: object
Show Source
Nested Schema : recallNotices-recallLines-recallLotNumbers-item-response
Type: object
Show Source
Nested Schema : Recall Lot Serial Numbers
Type: array
Title: Recall Lot Serial Numbers
The Recall Lot Serial Numbers resource manages the serials within a lot for each recall notice line. This information includes the manufacturer serial numbers, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : recallNotices-recallLines-recallLotNumbers-recallLotSerialNumbers-item-response
Type: object
Show Source
Nested Schema : recallNotices-recallLines-recallSerialNumbers-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create headers.

Example cURL Command

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

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

Example 1 Request Body

The following example includes the contents of the request body in JSON format for the Header, Line, and Contact. You 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",
	"ManufacturerURL": "www.example.com",
	"PotentialRisk": "Implanting these devices may result in serious and life threatening infections",
	"RecallSourceTypeCode": "ORA_MANUFACTURER",
	"ManufacturerNumber": "100000017351024",
	"ManufacturerId": 100000017351025,
	"ManufacturerName": "TCP Manufacturer",
	"RecallNoticeTypeCode": "ORA_SAFETY",
	"RecallHeaderStatusCode": null,
	"ReplacementTypeCode": "ORA_RETURN_WITH_CREDIT",
	"RecallClassificationTypeCode": "Class 1",
	"RecallReferenceNumber": "22220011",
	"RecallClosingDate": "2022-03-10T17:00:00-07:00",
	"RecallInitiationDate": "2018-12-10T16:00:00-08:00",
	"RecallInstruction": "Scrap all the Drug in ground.",
	"RecallReason": "The H2O used for production for this drug are impure. So Recall is need as soon as possible.",
	"RecallTrackStartDate": "2020-03-05T16:00:00-08:00",
	"RecallTrackEndDate": "2025-12-31T16:00:00-08:00",
	"recallLines": [{
		"LineNumber":1,
		"BrandName": "Green Corp.",
		"ManufacturerPartNumber": "ACD_01",
		"ManufacturerPartId": 300100089887866,
		"ItemNumber": "Sample_Save_01",
		"InventoryItemId": 300100089887868,
		"ItemDescription": "Sample_Save_01"
	}],
	"recallContacts": [{
		"ContactName": "John Smith",
		"Position": "PLant Supervisor",
		"Telephone": "+1 400 345 4567",
		"Email": "john.smith@example.com"
	}]
}

Example 1 Response Body

The following example includes the contents of the response body in JSON format:

{
	"HeaderId": 300100211470359,
	"RecallNoticeNumber": "RND1211",
	"BusinessUnitId": 300100200125593,
	"BusinessUnitName": "Vision Healthcare USA",
	"DupValidationFlag": false,
	"LocateStatus": "NOTSTARTED",
	"ManufacturerId": 100000017351025,
	"BpaManufacturerLineId": null,
	"ManufacturerName": "PennyPack Systems",
	"ManufacturerNumber": "100000017351024",
	"ManufacturerURL": "www.example.com",
	"ObjectVersionNumber": 1,
	"OriginalHeaderId": null,
	"PotentialRisk": "Implanting these devices may result in serious and life threatening infections",
	"RecallClassificationTypeCode": "Class 1",
	"RecallClassificationType": "High Risk",
	"RecallNoticeTypeCode": "ORA_SAFETY",
	"RecallNoticeType": "Safety",
	"RecallSourceTypeCode": "ORA_MANUFACTURER",
	"RecallSourceType": "Manufacturer",
	"ReplacementTypeCode": "ORA_RETURN_WITH_CREDIT",
	"ReplacementType": "Request a product return with credit",
	"RecallHeaderStatusCode": "ORA_NEW",
	"RecallHeaderStatus": "New",
	"RecallClosingDate": "2022-03-11T00:00:00+00:00",
	"RecallInitiationDate": "2018-12-11T00:00:00+00:00",
	"RecallInstruction": "Scrap all the Drug in ground.",
	"RecallReason": "The H2O used for production for this drug are impure. So Recall is need as soon as possible.",
	"RecallReferenceNumber": "22220011",
	"RecallSourceId": null,
	"RecallSourceName": null,
	"CreatedBy": "User1",
	"CreationDate": "2020-08-20T05:05:55+00:00",
	"LastUpdateDate": "2020-08-20T05:05:55.990+00:00",
	"LastUpdatedBy": "User1",
	"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
	"TotalNoOfLines": "1",
	"RecallTrackStartDate": "2020-03-05",
	"RecallTrackEndDate": "2025-12-31",
	"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,
	"recallContacts": {
		"items": [
		{
			"ContactId": 300100211470361,
			"ContactName": "John Smith",
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:05:55.769+00:00",
			"Email": "john.smith@example.com",
			"HeaderId": 300100211470359,
			"LastUpdateDate": "2020-08-20T05:05:55.990+00:00",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"LastUpdatedBy": "User1",
			"ObjectVersionNumber": 1,
			"Position": "PLant Supervisor",
			"Telephone": "+1 400 345 4567",
			"@context": {
				"key": "300100211470361",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallContacts/300100211470361",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallContacts/300100211470361",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359",
					"name": "recallNotices",
					"kind": "item"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		}
		]
	},
	"recallLines": {
		"items": [
		{
			"LineId": 300100211470360,
			"HeaderId": 300100211470359,
			"LineNumber": 1,
			"BrandName": "Green Corp.",
			"ManufacturerPartId": 300100089887866,
			"BpaManufacturerPartLineId": null,
			"ManufacturerPartNumber": "ACD_01",
			"ItemValidationOrgId": 204,
			"InventoryItemId": 300100089887868,
			"ItemNumber": "Sample_Save_01",
			"ItemDescription": "Sample_Save_01",
			"PrimaryUnitOfMeasure": null,
			"ItemCategoryId": null,
			"CategoryName": null,
			"ModelName": null,
			"NdcCode": null,
			"ObjectVersionNumber": 1,
			"OriginalLineId": null,
			"RecallLineStatusCode": "ORA_NEW",
			"RecallLineStatus": "New",
			"RecallClosingDate": null,
			"ProductType": null,
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:05:55.640+00:00",
			"LastUpdateDate": "2020-08-20T05:05:55.990+00:00",
			"LastUpdatedBy": "User1",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"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,
			"@context": {
				"key": "300100211470360",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines/300100211470360",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines/300100211470360",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359",
					"name": "recallNotices",
					"kind": "item"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines/300100211470360/child/attachments",
					"name": "attachments",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines/300100211470360/child/recallLotNumbers",
					"name": "recallLotNumbers",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines/300100211470360/child/recallSerialNumbers",
					"name": "recallSerialNumbers",
					"kind": "collection"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	},
	"@context": {
		"key": "300100211470359",
		"headers": {
			"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		},
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470359/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	}
}

Example 2 Request Body

The following example includes the contents of the request body in JSON format for Header, Line, Contact, Lot, and Lot Serial. You 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",
	"ManufacturerId": 100000017351025,
	"RecallReferenceNumber": "1272213821",
	"recallContacts": [{
		"ContactName": "John Smith",
		"Position": "PLant Supervisor",
		"Telephone": "+1 400 345 4567",
		"Email": "john.smith@example.com"
	}],
	"recallLines": [
	{
		"ManufacturerPartId": 300100151188197,
		"InventoryItemId": 300100151600345,
		"recallLotNumbers": [
		{
			"ShelfLifeDays": 90,
			"MfgDate": "2020-02-08T16:00:00-08:00",
			"MfgLotNumber": "S3812904",
			"recallLotSerialNumbers": [
			{
				"MfgFromSerialNumber": "abc2879",
				"Quantity": 1,
				"SerialEntryMode": "BySingle"
			}
			]
		}
		]
	}
	]
}

Example 2 Response Body

The following example includes the contents of the response body in JSON format:

{
	"HeaderId": 300100211470395,
	"RecallNoticeNumber": "RND1213",
	"BusinessUnitId": 300100200125593,
	"BusinessUnitName": "Vision Healthcare USA",
	"DupValidationFlag": false,
	"LocateStatus": "NOTSTARTED",
	"ManufacturerId": 100000017351025,
	"BpaManufacturerLineId": null,
	"ManufacturerName": null,
	"ManufacturerNumber": "100000017351024",
	"ManufacturerURL": null,
	"ObjectVersionNumber": 1,
	"OriginalHeaderId": null,
	"PotentialRisk": null,
	"RecallClassificationTypeCode": null,
	"RecallClassificationType": null,
	"RecallNoticeTypeCode": null,
	"RecallNoticeType": null,
	"RecallSourceTypeCode": null,
	"RecallSourceType": null,
	"ReplacementTypeCode": null,
	"ReplacementType": null,
	"RecallHeaderStatusCode": "ORA_NEW",
	"RecallHeaderStatus": "New",
	"RecallClosingDate": null,
	"RecallInitiationDate": null,
	"RecallInstruction": null,
	"RecallReason": null,
	"RecallReferenceNumber": "1272213821",
	"RecallSourceId": null,
	"RecallSourceName": null,
	"CreatedBy": "User1",
	"CreationDate": "2020-08-20T05:12:53+00:00",
	"LastUpdateDate": "2020-08-20T05:12:53.255+00:00",
	"LastUpdatedBy": "User1",
	"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
	"TotalNoOfLines": "1",
	"RecallTrackStartDate": null,
	"RecallTrackEndDate": 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,
	"recallContacts": {
		"items": [
		{
			"ContactId": 300100211470396,
			"ContactName": "John Smith",
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:12:53.099+00:00",
			"Email": "john.smith@example.com",
			"HeaderId": 300100211470395,
			"LastUpdateDate": "2020-08-20T05:12:53.255+00:00",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"LastUpdatedBy": "User1",
			"ObjectVersionNumber": 1,
			"Position": "PLant Supervisor",
			"Telephone": "+1 400 345 4567",
			"@context": {
				"key": "300100211470396",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallContacts/300100211470396",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallContacts/300100211470396",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395",
					"name": "recallNotices",
					"kind": "item"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		}
		]
	},
	"recallLines": {
		"items": [
		{
			"LineId": 300100211470397,
			"HeaderId": 300100211470395,
			"LineNumber": 1,
			"BrandName": null,
			"ManufacturerPartId": 300100151188197,
			"BpaManufacturerPartLineId": null,
			"ManufacturerPartNumber": "ICTech1",
			"ItemValidationOrgId": 204,
			"InventoryItemId": 300100151600345,
			"ItemNumber": "LT_Perf_PD_Item_20APR18_0326",
			"ItemDescription": null,
			"PrimaryUnitOfMeasure": null,
			"ItemCategoryId": null,
			"CategoryName": null,
			"ModelName": null,
			"NdcCode": null,
			"ObjectVersionNumber": 1,
			"OriginalLineId": null,
			"RecallLineStatusCode": "ORA_NEW",
			"RecallLineStatus": "New",
			"RecallClosingDate": null,
			"ProductType": null,
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:12:53.116+00:00",
			"LastUpdateDate": "2020-08-20T05:12:53.255+00:00",
			"LastUpdatedBy": "User1",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"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,
			"recallLotNumbers": {
				"items": [
				{
					"LotId": 300100211470398,
					"LineId": 300100211470397,
					"HeaderId": 300100211470395,
					"ExpirationDate": null,
					"MfgDate": "2020-02-09T00:00:00+00:00",
					"MfgLotNumber": "S3812904",
					"ObjectVersionNumber": 1,
					"ShelfLifeDays": 90,
					"CreatedBy": "User1",
					"CreationDate": "2020-08-20T05:12:53.210+00:00",
					"LastUpdateDate": "2020-08-20T05:12:53.256+00:00",
					"LastUpdatedBy": "User1",
					"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
					"LineNumber": 1,
					"SerialEntryMode": null,
					"recallLotSerialNumbers": {
						"items": [
						{
							"SerialId": 300100211470399,
							"LineId": 300100211470397,
							"LotId": 300100211470398,
							"HeaderId": 300100211470395,
							"MfgFromSerialNumber": "abc2879",
							"MfgToSerialNumber": "abc2879",
							"ObjectVersionNumber": 1,
							"Quantity": 1,
							"SerialEntryMode": "BySingle",
							"CreatedBy": "User1",
							"CreationDate": "2020-08-20T05:12:53.218+00:00",
							"LastUpdateDate": "2020-08-20T05:12:53.256+00:00",
							"LastUpdatedBy": "User1",
							"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
							"LineNumber": 1,
							"@context": {
								"key": "300100211470399",
								"headers": {
									"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
								},
								"links": [
								{
									"rel": "self",
									"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398/child/recallLotSerialNumbers/300100211470399",
									"name": "recallLotSerialNumbers",
									"kind": "item"
								},
								{
									"rel": "canonical",
									"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398/child/recallLotSerialNumbers/300100211470399",
									"name": "recallLotSerialNumbers",
									"kind": "item"
								},
								{
									"rel": "parent",
									"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398",
									"name": "recallLotNumbers",
									"kind": "item"
								}
								]
							}
						}
						],
						"count": 1,
						"hasMore": false,
						"limit": 25,
						"offset": 0,
						"links": [
						{
							"rel": "self",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398/child/recallLotSerialNumbers",
							"name": "recallLotSerialNumbers",
							"kind": "collection"
						}
						]
					},
					"@context": {
						"key": "300100211470398",
						"headers": {
							"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
						},
						"links": [
						{
							"rel": "self",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398",
							"name": "recallLotNumbers",
							"kind": "item"
						},
						{
							"rel": "canonical",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398",
							"name": "recallLotNumbers",
							"kind": "item"
						},
						{
							"rel": "parent",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397",
							"name": "recallLines",
							"kind": "item"
						},
						{
							"rel": "child",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers/300100211470398/child/recallLotSerialNumbers",
							"name": "recallLotSerialNumbers",
							"kind": "collection"
						}
						]
					}
				}
				],
				"count": 1,
				"hasMore": false,
				"limit": 25,
				"offset": 0,
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers",
					"name": "recallLotNumbers",
					"kind": "collection"
				}
				]
			},
			"@context": {
				"key": "300100211470397",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395",
					"name": "recallNotices",
					"kind": "item"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/attachments",
					"name": "attachments",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallLotNumbers",
					"name": "recallLotNumbers",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines/300100211470397/child/recallSerialNumbers",
					"name": "recallSerialNumbers",
					"kind": "collection"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	},
	"@context": {
		"key": "300100211470395",
		"headers": {
			"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		},
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470395/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	}
}

Example 3 Request Body

The following example includes the contents of the request body in JSON format for Header, Line, Contact, and Serial. You 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",
	"ManufacturerId": 100000017351025,
	"RecallReferenceNumber": "12710022",
	"recallContacts": [
	{
		"ContactName": "John Smith",
		"Position": "PLant Supervisor",
		"Telephone": "+1 400 345 4567",
		"Email": "john.smith@example.com"
	}
	],
	"recallLines": [
	{
		"ManufacturerPartId": 300100151188197,
		"InventoryItemId": 300100151600345,
		"recallSerialNumbers": [
		{
			"MfgFromSerialNumber": "abc15110129",
			"Quantity": 2,
			"SerialEntryMode": "ByRange"
		}
		]
	}
	]
}

Example 3 Response Body

The following example includes the contents of the response body in JSON format:

{
	"HeaderId": 300100211470864,
	"RecallNoticeNumber": "RND1215",
	"BusinessUnitId": 300100200125593,
	"BusinessUnitName": "Vision Healthcare USA",
	"DupValidationFlag": false,
	"LocateStatus": "NOTSTARTED",
	"ManufacturerId": 100000017351025,
	"BpaManufacturerLineId": null,
	"ManufacturerName": null,
	"ManufacturerNumber": "100000017351024",
	"ManufacturerURL": null,
	"ObjectVersionNumber": 1,
	"OriginalHeaderId": null,
	"PotentialRisk": null,
	"RecallClassificationTypeCode": null,
	"RecallClassificationType": null,
	"RecallNoticeTypeCode": null,
	"RecallNoticeType": null,
	"RecallSourceTypeCode": null,
	"RecallSourceType": null,
	"ReplacementTypeCode": null,
	"ReplacementType": null,
	"RecallHeaderStatusCode": "ORA_NEW",
	"RecallHeaderStatus": "New",
	"RecallClosingDate": null,
	"RecallInitiationDate": null,
	"RecallInstruction": null,
	"RecallReason": null,
	"RecallReferenceNumber": "12710022",
	"RecallSourceId": null,
	"RecallSourceName": null,
	"CreatedBy": "User1",
	"CreationDate": "2020-08-20T05:18:32+00:00",
	"LastUpdateDate": "2020-08-20T05:18:32.261+00:00",
	"LastUpdatedBy": "User1",
	"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
	"TotalNoOfLines": "1",
	"RecallTrackStartDate": null,
	"RecallTrackEndDate": 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,
	"recallContacts": {
		"items": [
		{
			"ContactId": 300100211470865,
			"ContactName": "John Smith",
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:18:32.092+00:00",
			"Email": "john.smith@example.com",
			"HeaderId": 300100211470864,
			"LastUpdateDate": "2020-08-20T05:18:32.262+00:00",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"LastUpdatedBy": "User1",
			"ObjectVersionNumber": 1,
			"Position": "PLant Supervisor",
			"Telephone": "+1 400 345 4567",
			"@context": {
				"key": "300100211470865",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallContacts/300100211470865",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallContacts/300100211470865",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864",
					"name": "recallNotices",
					"kind": "item"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		}
		]
	},
	"recallLines": {
		"items": [
		{
			"LineId": 300100211470866,
			"HeaderId": 300100211470864,
			"LineNumber": 1,
			"BrandName": null,
			"ManufacturerPartId": 300100151188197,
			"BpaManufacturerPartLineId": null,
			"ManufacturerPartNumber": "ICTech1",
			"ItemValidationOrgId": 204,
			"InventoryItemId": 300100151600345,
			"ItemNumber": "LT_Perf_PD_Item_20APR18_0326",
			"ItemDescription": null,
			"PrimaryUnitOfMeasure": null,
			"ItemCategoryId": null,
			"CategoryName": null,
			"ModelName": null,
			"NdcCode": null,
			"ObjectVersionNumber": 1,
			"OriginalLineId": null,
			"RecallLineStatusCode": "ORA_NEW",
			"RecallLineStatus": "New",
			"RecallClosingDate": null,
			"ProductType": null,
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:18:32.115+00:00",
			"LastUpdateDate": "2020-08-20T05:18:32.262+00:00",
			"LastUpdatedBy": "User1",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"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,
			"recallSerialNumbers": {
				"items": [
				{
					"SerialId": 300100211470867,
					"LineId": 300100211470866,
					"LotId": null,
					"HeaderId": 300100211470864,
					"MfgFromSerialNumber": "abc15110129",
					"MfgToSerialNumber": "abc15110130",
					"ObjectVersionNumber": 1,
					"Quantity": 2,
					"SerialEntryMode": "ByRange",
					"CreatedBy": "User1",
					"CreationDate": "2020-08-20T05:18:32.215+00:00",
					"LastUpdateDate": "2020-08-20T05:18:32.262+00:00",
					"LastUpdatedBy": "User1",
					"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
					"LineNumber": 1,
					"@context": {
						"key": "300100211470867",
						"headers": {
							"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
						},
						"links": [
						{
							"rel": "self",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866/child/recallSerialNumbers/300100211470867",
							"name": "recallSerialNumbers",
							"kind": "item"
						},
						{
							"rel": "canonical",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866/child/recallSerialNumbers/300100211470867",
							"name": "recallSerialNumbers",
							"kind": "item"
						},
						{
							"rel": "parent",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866",
							"name": "recallLines",
							"kind": "item"
						}
						]
					}
				}
				],
				"count": 1,
				"hasMore": false,
				"limit": 25,
				"offset": 0,
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866/child/recallSerialNumbers",
					"name": "recallSerialNumbers",
					"kind": "collection"
				}
				]
			},
			"@context": {
				"key": "300100211470866",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864",
					"name": "recallNotices",
					"kind": "item"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866/child/attachments",
					"name": "attachments",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866/child/recallLotNumbers",
					"name": "recallLotNumbers",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines/300100211470866/child/recallSerialNumbers",
					"name": "recallSerialNumbers",
					"kind": "collection"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	},
	"@context": {
		"key": "300100211470864",
		"headers": {
			"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		},
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470864/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	}
}

Example 4 Request Body

The following example includes the contents of the request body in JSON format for Header, Line, Contact, and Lot. You 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",
	"ManufacturerId": 100000017351025,
	"RecallReferenceNumber": "1216271",
	"recallContacts": [
	{
		"ContactName": "John Smith",
		"Position": "PLant Supervisor",
		"Telephone": "+1 400 345 4567",
		"Email": "john.smith@example.com"
	}
	],
	"recallLines": [
	{
		"ManufacturerPartId": 300100151188197,
		"InventoryItemId": 300100151600345,
		"recallLotNumbers": [
		{
			"ShelfLifeDays": 90,
			"MfgDate": "2019-02-08T16:00:00-08:00",
			"MfgLotNumber": "S380018927"
		}
		]
	}
	]
}

Example 4 Response Body

The following example includes the contents of the response body in JSON format:

{
	"HeaderId": 300100211470896,
	"RecallNoticeNumber": "RND1217",
	"BusinessUnitId": 300100200125593,
	"BusinessUnitName": "Vision Healthcare USA",
	"DupValidationFlag": false,
	"LocateStatus": "NOTSTARTED",
	"ManufacturerId": 100000017351025,
	"BpaManufacturerLineId": null,
	"ManufacturerName": null,
	"ManufacturerNumber": "100000017351024",
	"ManufacturerURL": null,
	"ObjectVersionNumber": 1,
	"OriginalHeaderId": null,
	"PotentialRisk": null,
	"RecallClassificationTypeCode": null,
	"RecallClassificationType": null,
	"RecallNoticeTypeCode": null,
	"RecallNoticeType": null,
	"RecallSourceTypeCode": null,
	"RecallSourceType": null,
	"ReplacementTypeCode": null,
	"ReplacementType": null,
	"RecallHeaderStatusCode": "ORA_NEW",
	"RecallHeaderStatus": "New",
	"RecallClosingDate": null,
	"RecallInitiationDate": null,
	"RecallInstruction": null,
	"RecallReason": null,
	"RecallReferenceNumber": "1216271",
	"RecallSourceId": null,
	"RecallSourceName": null,
	"CreatedBy": "User1",
	"CreationDate": "2020-08-20T05:22:30+00:00",
	"LastUpdateDate": "2020-08-20T05:22:30.260+00:00",
	"LastUpdatedBy": "User1",
	"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
	"TotalNoOfLines": "1",
	"RecallTrackStartDate": null,
	"RecallTrackEndDate": 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,
	"recallContacts": {
		"items": [
		{
			"ContactId": 300100211470897,
			"ContactName": "John Smith",
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:22:30.100+00:00",
			"Email": "john.smith@example.com",
			"HeaderId": 300100211470896,
			"LastUpdateDate": "2020-08-20T05:22:30.260+00:00",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"LastUpdatedBy": "User1",
			"ObjectVersionNumber": 1,
			"Position": "PLant Supervisor",
			"Telephone": "+1 400 345 4567",
			"@context": {
				"key": "300100211470897",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallContacts/300100211470897",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallContacts/300100211470897",
					"name": "recallContacts",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896",
					"name": "recallNotices",
					"kind": "item"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		}
		]
	},
	"recallLines": {
		"items": [
		{
			"LineId": 300100211470898,
			"HeaderId": 300100211470896,
			"LineNumber": 1,
			"BrandName": null,
			"ManufacturerPartId": 300100151188197,
			"BpaManufacturerPartLineId": null,
			"ManufacturerPartNumber": "ICTech1",
			"ItemValidationOrgId": 204,
			"InventoryItemId": 300100151600345,
			"ItemNumber": "LT_Perf_PD_Item_20APR18_0326",
			"ItemDescription": null,
			"PrimaryUnitOfMeasure": null,
			"ItemCategoryId": null,
			"CategoryName": null,
			"ModelName": null,
			"NdcCode": null,
			"ObjectVersionNumber": 1,
			"OriginalLineId": null,
			"RecallLineStatusCode": "ORA_NEW",
			"RecallLineStatus": "New",
			"RecallClosingDate": null,
			"ProductType": null,
			"CreatedBy": "User1",
			"CreationDate": "2020-08-20T05:22:30.119+00:00",
			"LastUpdateDate": "2020-08-20T05:22:30.260+00:00",
			"LastUpdatedBy": "User1",
			"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
			"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,
			"recallLotNumbers": {
				"items": [
				{
					"LotId": 300100211470899,
					"LineId": 300100211470898,
					"HeaderId": 300100211470896,
					"ExpirationDate": null,
					"MfgDate": "2019-02-09T00:00:00+00:00",
					"MfgLotNumber": "S380018927",
					"ObjectVersionNumber": 1,
					"ShelfLifeDays": 90,
					"CreatedBy": "User1",
					"CreationDate": "2020-08-20T05:22:30.224+00:00",
					"LastUpdateDate": "2020-08-20T05:22:30.261+00:00",
					"LastUpdatedBy": "User1",
					"LastUpdateLogin": "ACDD42AC6CCA38C0E053CC5AF00AA1CA",
					"LineNumber": 1,
					"SerialEntryMode": null,
					"@context": {
						"key": "300100211470899",
						"headers": {
							"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
						},
						"links": [
						{
							"rel": "self",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/recallLotNumbers/300100211470899",
							"name": "recallLotNumbers",
							"kind": "item"
						},
						{
							"rel": "canonical",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/recallLotNumbers/300100211470899",
							"name": "recallLotNumbers",
							"kind": "item"
						},
						{
							"rel": "parent",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898",
							"name": "recallLines",
							"kind": "item"
						},
						{
							"rel": "child",
							"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/recallLotNumbers/300100211470899/child/recallLotSerialNumbers",
							"name": "recallLotSerialNumbers",
							"kind": "collection"
						}
						]
					}
				}
				],
				"count": 1,
				"hasMore": false,
				"limit": 25,
				"offset": 0,
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/recallLotNumbers",
					"name": "recallLotNumbers",
					"kind": "collection"
				}
				]
			},
			"@context": {
				"key": "300100211470898",
				"headers": {
					"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				},
				"links": [
				{
					"rel": "self",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "canonical",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898",
					"name": "recallLines",
					"kind": "item"
				},
				{
					"rel": "parent",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896",
					"name": "recallNotices",
					"kind": "item"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/attachments",
					"name": "attachments",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/recallLotNumbers",
					"name": "recallLotNumbers",
					"kind": "collection"
				},
				{
					"rel": "child",
					"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines/300100211470898/child/recallSerialNumbers",
					"name": "recallSerialNumbers",
					"kind": "collection"
				}
				]
			}
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	},
	"@context": {
		"key": "300100211470896",
		"headers": {
			"ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		},
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896",
			"name": "recallNotices",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallContacts",
			"name": "recallContacts",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/recallNotices/300100211470896/child/recallLines",
			"name": "recallLines",
			"kind": "collection"
		}
		]
	}
}
Back to Top