Job Item To Make Operation

Pick a specific item for a specific item to make on a job.

post/api/jobs/{jobId}/items-to-make/{itemToMakeId}/operations/{operationId}/pick

Path parameters

jobIdstring required
itemToMakeIdstring required
operationIdstring required

Request body

itemIdstring required

The identifier of the item to be picked. Please reference api/items endpoint

quantitynumber double required

Quantity of the item to pick.

locationIdstring nullable

ID of the location to pick from. If not set or set to an empty string, will pick from inventory not assigned to a location. Cannot be set if FulcrumProduct.PublicApi.Dto.Job.ItemToMake.OperationPickInventoryDto.UseDefaultLocation is set to true.

useDefaultLocationboolean

If set to true, inventory will be picked from the default location for the item. If set to true, FulcrumProduct.PublicApi.Dto.Job.ItemToMake.OperationPickInventoryDto.LocationId cannot be set. If the item does not have a default location set and this is set to true, will pick from inventory not assigned to a location.

lotIdstring nullable

The ID of the lot to pick from.

Response

Inventory transaction processed