Skip to main content
PUT
/
v1
/
proposals
/
{id}
/
product
Attach a proposal product
curl --request PUT \
  --url https://api.propal.io/v1/proposals/{id}/product \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "proposal_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.propal.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in format: pp_live_xxxxxxxxxxxxxxxxxxxxxxxx

Path Parameters

id
string<uuid>
required

Proposal UUID

Body

application/json
proposal_product_id
string<uuid>
required

Response

Proposal product attached