Movement Request

The Movement Request API allows ERP and manufacturing applications the option to order specific serial numbers against a particular movement request line. This API allows you to load the stage tables for the movement request entity in JSON format with the required serial numbers.

API URL

POST .../wms/lgfapi/v10/stage/movement_request/

Parameters

Section Name Type Required Description
parameters json_data string yes Data to be shared will be passed in the request header as content type
parameters async boolean (yes/no) By default the value will be considered as true or yes.
parameters only_load_flg boolean (yes/no) By default the value will be considered false.
parameters load_all_errors boolean (yes/no) By default the value will be no. If the value is passed as yes, then do not stop the movement request just on first error.
parameters prevent_stage_hdr_record_creation_flg boolean (y/n)
  • Default value is "no" to retain backward compatibility.
  • When the value is no, WMS will create a new header record for the entity key in the corresponding stage tables.
  • If the value is passed as "yes" then the new header record will not be created in stage tables and the detail records will get appended to the stage header record with the same file group number.
parameters file_group_num_without_timestamp_flg boolean (y/n)
  • Default value is "no" to retain backward compatibility.
  • If the value is set to "no", then the filegroup number is generated (message_id appended with timestamp (YYYYMMDDHHMMSS format) as the file group number.
  • If the value is set to "yes", then file group number is the same as the message id passed in the XML payload.

Select the relevant JSON format file from the Input Interface screen to upload and run the interface for movement request. The API will pull data for the following fields:

  • facility_code
  • company_code
  • movement_request_nbr
  • Sequence_number
  • item_code
  • required_serial_number
  • stage record status
  • error_str
  • create_ts
  • create_user
  • mod_ts
  • mod_user