ReprocessExceptions_Request

The ReprocessExceptions_Request inherits from RequestBase with additional elements for Request IDs or Request Item IDs, a reason for the reprocess, a Deadline Date, Wait-Until Date, and an optional notes field. For more information about the RequestBase schema diagram, see RequestBase.

The following illustration shows the ReprocessExceptions_Request schema:

Illustration showing the ReprocessExceptions_Request schema.

The following is a list of ReprocessExceptions_Request elements:

  • DeadlineDate. (Required) Defines the date and time by which IEE must return a response to the requesting system, either successfully with a result set, or with a failure acknowledgment. This is a future date, and it must come after the Wait Until date. Use this element to specify a new deadline date for the reprocessing if the current deadline date has already expired.

  • Notes. Field to provide information about why the exception was reprocessed.

  • RequestIDs. (Required if reprocess applies to entire request) The ID that IEE assigns to the export request. Use this element to reprocess all exceptions for a request.

  • RequestItemIDs. (Required if reprocess applies to RequestItems) Combination of the EntityID of the request item and the RequestID. Use this element to reprocess exceptions for individual request items.

  • ResolutionReason. (Required) A user-defined resolution reason code that IEE assigns to the exception when it is accepted.

  • WaitUntilDate. (Required) Defines a future date for a scheduled export. IEE will not attempt to process the request prior to this date. IEE uses this date when the request is submitted prior to the desired export reprocess date. This parameter specifies "wait until" the given date to reprocess the export.

    ReprocessExceptions_Response message has no additional properties beyond what is in ResponseBase