simpla.fydocs

Create SDR interaction linked to sale

POST
/api/sales/{id}/interactions
x-api-key<token>

In: header

Path Parameters

id*string

Sale UUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/sales/string/interactions" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty