Update Carrier LPN Label

URL: "xxx.wms.ocs.oraclecloud.com/env_name/wms/api/update_carrier_lpn_label/"

Method: POST

Initial WMS Version: 8.0.2

Overview

API to update the carrier LPN Label image.

Assumptions
  • Label is a required argument for Update Carrier LPN Labe API
  • Label is a base64.pdf type
  • Carrier_webservice label type would support image or pdf.
  • User will be able to send info 1 LPN at a time.

Request Arguments

Arguments Function Required Default Value Data Type
facility_code Corresponds to a valid facility code User default string
company_code Corresponds to a valid company code User default string
oblpn_nbr LPN number being routed X string
label Carrier LPN Label Image X string
carrier_webservice_label_type Webservice label type string

Carrier Webservice Label Type Parameter

The “carrier_webservice_label_type” parameter allows you to specity the web service label type that will be uploaded. This field accepts the following values:

  • ZPL
  • PDF
  • IMAGE

For example: If you are uploading the ZPL code for the Carrier LPN Label, then the label type should be set to ZPL.

Note: If the label is sent without sending the label type, the label type defaults to zpl. You should be sure to match the label and the label type, since these values are not validated against each other. The label is a required field (mandatory).