Cancel OBLPN

The Cancel OBLPN REST API allows you to cancel an OBLPN. This enhancement work as a mirror to the functionality of RF Cancel OBLPN.

API URL

POST .../entity/oblpn/cancel

Request Parameters

Name Required Type Description
facility_id Not mandatory String Facility context by id
company_id Not mandatory String Company context by id
facility_id__code Not mandatory String Facility context by code
company_id__code Not mandatory String Company context by code
oblpn_nbr Mandatory String can be same as IBLPNs
iblpn_nbr Mandatory String can be same as OBLPNs
reason_code Not mandatory String Used for inventory history tracking.
reuse_oblpn_nbr Not mandatory Boolean When the parameter option is set to true, the system creates one IBLPN per canceled OBLPN reusing the respective OBLPN numbers.
iblpn_location Not mandatory String Provide IBLPN location.

Request Body Example

{
    "parameters": {
        "facility_id__code": "Fac1",
        "company_id__code": "Comp1",
		"oblpn_nbr": "OBLPN01"
    },
    "options": {
        "reuse_oblpn_nbr": "true",
		"reason_code": "C",
		"iblpn_nbr": "IBLPN1",
        "iblpn_location": "KHLOC01"
	
    }
}