cURL
curl --request POST \ --url https://api.propal.io/v1/catalog/items \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "vat_percentage": 50 } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "vat_percentage": 123, "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.propal.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.propal.io/llms.txt
Use this file to discover all available pages before exploring further.
API key in format: pp_live_xxxxxxxxxxxxxxxxxxxxxxxx
1
0 <= x <= 100
Created item
Was this page helpful?