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.

Request Body Example

{
    "parameters": {
        "facility_id__code": "123RF",
        "facility_id": "123",
        "company_id__code": "456AR",
        "company_id": "456",
        "oblpn_nbr": "OBLPN1"
    },
    "options": {
        "reason_code": "54",
        "iblpn_nbr": "IBLPN1"
    }
}