curl --request PUT \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company_name": "<string>",
"email": "<string>",
"vat_number": "<string>",
"address_line1": "<string>",
"address_city": "<string>",
"address_postal_code": "<string>",
"address_country": "<string>"
}
'{
"success": true
}curl --request PUT \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company_name": "<string>",
"email": "<string>",
"vat_number": "<string>",
"address_line1": "<string>",
"address_city": "<string>",
"address_postal_code": "<string>",
"address_country": "<string>"
}
'{
"success": true
}Updates the billing details for a team.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
null to remove.