GET Movement Request Serial Number
You can retrieve movement_request_serial_nbr entity through GET API. You can also use different API supported functions to filter for desired records and fields.
URLs
- Fetch paginated results using the following
URL
GET .../lgfapi/v10/entity/movement_request_serial_nbr/ - Fetch non-paginated result by specific
'ID'
GET .../lgfapi/v10/entity/movement_request_serial_nbr/{id} - HEAD URL - to validate an object exists for the entity in
WMS.
HEAD .../lgfapi/v10/entity/movement_request_serial_nbr/HEAD .../lgfapi/v10/entity/movement_request_serial_nbr/{id}