Fracttal →

Update suatus request

Using this API you can update the statuses of a work request created in Fracttal. The statuses for which a request can be changed are:

-Open -In Process -Resolved without WO -Canceled -Declined

And you can only change the status of an application if it is in one of the following statuses:

-Open -In Process -Declined

Input parameters

ParameterTypeRequuredDescription
codeNumberYesApplication number.
user_codeTextYesCode of the user updating the request.
id_statusNumberYesNumber of the status for which you wish to change the request: 1 : Open 2 : In process 4 : Resolved without TO 5 : Cancelled 12 : Rejected
notesTextOptionalNotes on change of state

Example:

Request: (PUT) https://app.fracttal.com/api/work_requests?code=359&user_code=25198772-2&id_status=12¬es=integración

{
  "success": true,
  "message": "200",
  "data": [
    {
      "SUCCESS": "WORK_REQUESTS_UPDATED"
    }
  ],
  "total": 0
}

Test It

Language