Fracttal →

Update the note of a material request.

Input parameters

ParameterTypeRequiredDescription
noteTextYesNote of the material request

Output parameters

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

Example:

Request: (PUT) https://app.fracttal.com/api/material_requests/:id

{
    "note":"Prueba de actualización desde API"
}
{
    "success": true,
    "message": "200",
    "data": null,
    "total": 1
}

Test It

Language