Fracttal →

Update quantity delivered

This Endpoint can be used to update the delivered quantity of resources used in work orders coming from an integrated warehouse.

Input parameters

ParameterTypeRequiredDescription
code_warehouseTextYesWarehouse code.
code_itemTextYesSpare part or product code.
output_orderTextYesNumber of Fracttal material requisitions.
qty_deliveredNumberYesQuantity delivered.

Output parameters

ParameterTypeDescription
successBooleanTrue if the insert was successful or false otherwise.
messageText200 if successful
dataTextnull

Example:

Petition:(PUT) https://app.fracttal.com/api/wo_resources_qty_delivered/?code_warehouse=AL1&code_item=0002210000102767&output_order=16&qty_delivered=0

{
  "success": true,
  "message": "200",
  "data": null,
  "total": 1
}

Test It

Language