Release one pick wave

patch

/fscmRestApi/resources/11.13.18.05/pickWaves/{BatchId}

Request

Path Parameters
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Flexfields for Pick Waves
    Title: Flexfields for Pick Waves
    The Flexfields for Pick Waves resource manages the descriptive flexfield context name for pick waves.
  • Contains one of the following values: true or false. If true, then release the pick wave along with the pick wave creation. If false, then do not pick release the pick wave. The default value is false.
  • Value that determines whether to release pick wave immediately or add it to a release schedule. Valid values are ONLINE and CONCURRENT.
Nested Schema : Flexfields for Pick Waves
Type: array
Title: Flexfields for Pick Waves
The Flexfields for Pick Waves resource manages the descriptive flexfield context name for pick waves.
Show Source
Nested Schema : pickWaves-DFF-item-patch-request
Type: object
Show Source
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 : pickWaves-item-response
Type: object
Show Source
Nested Schema : Flexfields for Pick Waves
Type: array
Title: Flexfields for Pick Waves
The Flexfields for Pick Waves resource manages the descriptive flexfield context name for pick waves.
Show Source
Nested Schema : pickWaves-DFF-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to release one pick wave.

Example cURL Command

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

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

Example Request Body 1

The following example includes the contents of the request body in JSON format for pick wave with release mode set to ONLINE. 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 updates.

{
	"PickReleaseFlag": true,
	"ReleaseMode": "ONLINE"
}

Example Response Body 1

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

{
	"SourceSystemName": "PIMDH",
	"BatchPrefix": "RESTL",
	"BatchId": 5392119,
	"PickingBatchName": "RESTL-5392119",
	"ReleaseRuleId": null,
	"ReleaseRule": null,
	"ShipFromOrganizationId": 207,
	"ShipFromOrganizationCode": "M1",
	"ShipFromOrganizationName": "Tall Manufacturing",
	"ReleaseSubinventory": null,
	"ReleaseStatusCode": "E",
	"ReleaseStatus": "Unreleased",
	"OrderTypeCode": "SALES_ORDER",
	"OrderType": "Sales order",
	"OrderId": 408733,
	"OrderNumber": "AAA_SO_42",
	"CustomerId": 1006,
	"Customer": "Computer Service and Rentals",
	"ShipSetName": null,
	"DestinationTypeCode": null,
	"DestinationType": null,
	"GeographyId": null,
	"Geography": null,
	"ShipToLocationId": null,, 
	"ShipToNumber": null,
	"ShipToAddress1": null,
	"ShipToAddress2": null,
	"ShipToAddress3": null,
	"ShipToAddress4": null,
	"ShipToCity": null,
	"ShipToState": null,
	"ShipToCountry": null,
	"ShipToPostalCode": null,
	"ShipToRegion": null,
	"ShipToLocationCode": null,
	"ShipToLocation": null,
	"ZoneId": null,
	"Zone": null,
	"PriorReservationsOnlyFlag": "false",
	"FromScheduledShipDate": null,
	"ToScheduledShipDate": null,
	"FromRequestedDate": null,
	"ToRequestedDate": null,
	"CarrierPartyNumber": null,
	"CarrierPartyName": null,
	"ModeOfTransportCode": null,
	"ModeOfTransport": null,
	"ServiceLevelCode": null,
	"ServiceLevel": null,
	"ShipMethodCode": null,
	"ShipMethod": null,
	"ShipmentPriorityCode": null,
	"ShipmentPriority": null,
	"ShipmentId": null,
	"Shipment": null,
	"ShipmentLine": null,
	"PackingUnitId": null,
	"PackingUnit": null,
	"IncludeAssignedLinesFlag": "false",
	"TransportationShipment": null,
	"InitialDestinationId": null,
	"InitialDestinationAddress1": null,
	"InitialDestinationAddress2": null,
	"InitialDestinationAddress3": null,
	"InitialDestinationAddress4": null,
	"InitialDestinationCountry": null,
	"InitialDestinationCity": null,
	"InitialDestinationPostalCode": null,
	"InitialDestinationState": null,
	"InitialDestinationProvince": null,
	"InitialDestination": null,
	"CatalogId": null,
	"CatalogName": null,
	"CategoryId": null,
	"CategoryName": null,
	"InventoryItemId": null,
	"ItemNumber": null,
	"ItemDescription": null,
	"PickFromSubinventory": null,
	"PickFromLocatorId": null,
	"PickFromLocator": null,
	"StagingSubinventory": "Stores",
	"StagingLocatorId": null,
	"StagingLocator": null,
	"ReleaseSequenceRuleId": 1000,
	"ReleaseSequenceRule": "All Standard Orders",
	"PickSlipGroupingRuleId": 1201,
	"PickSlipGroupingRule": "Departure, Delivery",
	"AutoPickConfirmFlag": "true",
	"TradeComplianceMethod": "NONE",
	"ShipConfirmRuleId": 1,
	"ShipConfirmRule": "Auto Ship",
	"ActualShipDate": null,
	"CreateShipmentsFlag": "true",
	"ShipmentCreationCriteriaCode": "Y",
	"ShipmentCreationCriteria": "Within an order",
	"AutomaticallyPackFlag": "false",
	"AppendShipmentsFlag": "false",
	"CreatedBy": "WHSE_MGR_M1",
	"CreationDate": "2018-11-12T13:23:02.026+00:00",
	"PickReleaseFlag": "true",
	"ReleaseMode": "ONLINE",
	"ReturnStatus": "S",
	"ReturnMessage": "Pick wave RESTL-5392119 was released. Number of pick slips: 1. Number of picks: 1."
}

Example Request Body 2

The following example includes the contents of the request body in JSON format for pick wave with release mode set to CONCURRENT. 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 updates.

{
    "PickReleaseFlag": true,
    "ReleaseMode": "CONCURRENT"
    }

Example Response Body 2

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

{
    "SourceSystemName": "PIMDH",
    "BatchPrefix": "RESTL",
    "BatchId": 5392123
    "PickingBatchName": "RESTL-5392123
    "ReleaseRuleId": null,
    "ReleaseRule": null,
    "ShipFromOrganizationId": 207,
    "ShipFromOrganizationCode": "M1",
    "ShipFromOrganizationName": "Tall Manufacturing",
    "ReleaseSubinventory": null,
    "ReleaseStatusCode": "E",
    "ReleaseStatus": "Unreleased",
    "OrderTypeCode": "SALES_ORDER",
    "OrderType": "Sales order",
    "OrderId": 408733,
    "OrderNumber": "AAA_SO_42",
    "CustomerId": 1006,
    "Customer": "Computer Service and Rentals",
    "ShipSetName": null,
    "DestinationTypeCode": null,
    "DestinationType": null,
    "GeographyId": null,
    "Geography": null,
    "ShipToLocationId": null,, 
    "ShipToNumber": null,
    "ShipToAddress1": null,
    "ShipToAddress2": null,
    "ShipToAddress3": null,
    "ShipToAddress4": null,
    "ShipToCity": null,
    "ShipToState": null,
    "ShipToCountry": null,
    "ShipToPostalCode": null,
    "ShipToRegion": null,
    "ShipToLocationCode": null,
    "ShipToLocation": null,
    "ZoneId": null,
    "Zone": null,
    "PriorReservationsOnlyFlag": "false",
    "FromScheduledShipDate": null,
    "ToScheduledShipDate": null,
    "FromRequestedDate": null,
    "ToRequestedDate": null,
    "CarrierPartyNumber": null,
    "CarrierPartyName": null,
    "ModeOfTransportCode": null,
    "ModeOfTransport": null,
    "ServiceLevelCode": null,
    "ServiceLevel": null,
    "ShipMethodCode": null,
    "ShipMethod": null,
    "ShipmentPriorityCode": null,
    "ShipmentPriority": null,
    "ShipmentId": null,
    "Shipment": null,
    "ShipmentLine": null,
    "PackingUnitId": null,
    "PackingUnit": null,
    "IncludeAssignedLinesFlag": "false",
    "TransportationShipment": null,
    "InitialDestinationId": null,
    "InitialDestinationAddress1": null,
    "InitialDestinationAddress2": null,
    "InitialDestinationAddress3": null,
    "InitialDestinationAddress4": null,
    "InitialDestinationCountry": null,
    "InitialDestinationCity": null,
    "InitialDestinationPostalCode": null,
    "InitialDestinationState": null,
    "InitialDestinationProvince": null,
    "InitialDestination": null,
    "CatalogId": null,
    "CatalogName": null,
    "CategoryId": null,
    "CategoryName": null,
    "InventoryItemId": null,
    "ItemNumber": null,
    "ItemDescription": null,
    "PickFromSubinventory": null,
    "PickFromLocatorId": null,
    "PickFromLocator": null,
    "StagingSubinventory": "Stores",
    "StagingLocatorId": null,
    "StagingLocator": null,
    "ReleaseSequenceRuleId": 1000,
    "ReleaseSequenceRule": "All Standard Orders",
    "PickSlipGroupingRuleId": 1201,
    "PickSlipGroupingRule": "Departure, Delivery",
    "AutoPickConfirmFlag": "true",
    "TradeComplianceMethod": "NONE",
    "ShipConfirmRuleId": 1,
    "ShipConfirmRule": "Auto Ship",
    "ActualShipDate": null,
    "CreateShipmentsFlag": "true",
    "ShipmentCreationCriteriaCode": "Y",
    "ShipmentCreationCriteria": "Within an order",
    "AutomaticallyPackFlag": "false",
    "AppendShipmentsFlag": "false",
    "CreatedBy": "WHSE_MGR_M1",
    "CreationDate": "2018-11-12T13:23:02.026+00:00",
    "PickReleaseFlag": "true",
    "ReleaseMode": "CONCURRENT",
    "ReturnStatus": "S",
    "ReturnMessage": "Pick wave RESTL-5392123 was scheduled with request ID 63456789."
 }
Back to Top