Add a new partner event to an assigned partner task

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

assignedTaskUuid

uuid

required

UUID of assigned task

taskStatus

string

enum

required

The current WX task status

errorreadyinProgresscompleted

Allowed:

error``ready``inProgress``completed

partnerStatus

object

partnerStatusobject

partnerId

string

Optional partner reference identifier

partnerUrl

url

Optional link to partner platform for viewing more details about this task

sentAt

date-time

Time of last update on partner (prevent out of order handling)

``200

Succesfully received partner task webhhok post

Updatedabout 2 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://services.fountain.com/api/servicetodo/processes/partnerTasks/assignedTaskUuid \

--header 'content-type: application/json' \

--data '

{

"taskStatus": "error"

}

'

Click `Try It!` to start a request and see the response here!

Updatedabout 2 months ago

* * *