Perform Split Inbound LPN using a REST API
Providing improved management and inventory tracking, a new Split LPN API is now available. This API allows you to split allocated Inbound LPNs into multiple LPNs. This will assist you in identifying allocations during packing, and increase efficiency.
URL:
POST /entity/iblpn/{id}/split_lpn/
REQUEST OPTIONS
Name | Required | Type | Default | Description |
---|---|---|---|---|
company_id |
Y |
String |
Company ID |
|
facility_id |
Y |
String |
||
auto_generate_lpn |
N |
Boolean |
N |
If set to yes then do not provide to_lpn |
to_lpn_list |
Y |
Array |
List of LPN the inventory is going to be split to. Refer to to_lpn_list section for details |
to_lpn_list
Name | Required | Type | Default | Description |
---|---|---|---|---|
to_lpn |
C |
|||
item_code |
N |
String |
||
expiry_date |
C |
|||
invn_attr_a - inv_attr_o |
C |
String |
Target attribute value. |
|
uom |
R |
String |
"units", "packs", "cases" |
|
batch_nbr |
C |
String |
||
qty |
Y |
number |
|
|
alloc_info_list |
Y |
Array |
List of fields for identifying allocation for the inventory |
NOTE: if inventory has allocations, the alloc_info_list is required.
alloc_info_list
Name | Required | Type | Default | Description |
---|---|---|---|---|
facility_code |
C |
String |
Store number required for allocation type distribution |
|
wave_nbr |
N |
String |
default to empty. Will be used for strict matching. |
|
order_nbr |
C |
String |
If not store provided order number is required |
|
order_seq_nbr |
C |
If order number is sent this is required |
IBLPN LOOKUP BY FILTER
POST /entity/iblpn/split_lpn/
OPTIONS
Name | Required | Type | Default | Description |
---|---|---|---|---|
company_id |
Y |
String |
Company ID |
|
facility_id |
Y |
String |
||
mhe_system_code |
N |
String |
Code for MHE system integration. |
|
auto_generate_lpn |
N |
Boolean |
N |
If set to yes then do not provide to_lpn |
to_lpn_list |
Y |
Array |
List of LPN the inventory is going to be split to. Refer to to_lpn_list section for details |
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.