threadliner

Create a task for a deal

POST
/deals/{dealId}/tasks

Path Parameters

dealId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/deals/string/tasks" \  -H "Content-Type: application/json" \  -d '{    "title": "string"  }'
Empty
Was this page helpful?

Last updated on