Receive Reservation Orchestration Task Response Service (Deprecated)

Deprecated. This service is used to receive responses from the external reservation fulfillment systems. Typically used to send the status of the task. This service was replaced with the Receive Fulfillment Task Response Service.

Life Cycle Status: Deprecated

Operations

CreateReservationResponse

This operation is used to receive responses from reservation fulfillment applications. Typically used to send the status of a task in response to a create reservation request.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload has the Reservation document with reservationId (identifier of the reservation record), the success or failure indicator and any error messages. It also contains the attributes passed to the fulfillment system when the request for the reservation creation was made. These attributes are inventoryItemId (ID of the item reserved), unitOfMeasure, reservedQuantity (the quantity of the item reserved), OrderIdentifiers (Order Number, Fulfillment Line Number, Order ID, Fulfillment Line ID), organizationId (ID of the inventory organization).

  • Type: {http://xmlns.oracle.com/apps/scm/doo/taskLayer/reserve/DooTaskReserveExternalResponseComposite/ReserveExternalResponseProcess}CreateReserveExternalResponseMessage

UpdateReservationResponse

This operation is used to receive responses from reservation fulfillment applications. Typically used to send the status of a task in response to an update reservation request.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload has the Reservation document with reservationId (identifier of the reservation record), the success or failure indicator and any error messages. It also contains all attributes passed to the fulfillment system when the request for the reservation update was made. These attributes are inventoryItemId (ID of the item reserved), unitOfMeasure, reservedQuantity (the quantity of the item reserved), OrderIdentifiers (Order Number, Fulfillment Line Number, Order ID, Fulfillment Line ID), and organizationId (ID of the inventory organization).

  • Type: {http://xmlns.oracle.com/apps/scm/doo/taskLayer/reserve/DooTaskReserveExternalResponseComposite/ReserveExternalResponseProcess}UpdateReserveExternalResponseMessage

DeleteReservationResponse

This operation is used to receive responses from reservation fulfillment applications. Typically used to send the status of a task in response to a delete reservation request.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload has the Reservation document with reservationId (identifier of the reservation record), the success or failure indicator and any error messages. It also contains the attributes passed to the fulfillment system when the request for the reservation deletion was made.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/taskLayer/reserve/DooTaskReserveExternalResponseComposite/ReserveExternalResponseProcess}DeleteReserveExternalResponseMessage