curl --request PATCH \
--url https://app.plugchoice.com/api/v3/teams/{team}/partner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tax_country": "<string>",
"tax_id": "<string>"
}
'{
"tax_country": "<string>",
"tax_id": "<string>"
}curl --request PATCH \
--url https://app.plugchoice.com/api/v3/teams/{team}/partner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tax_country": "<string>",
"tax_id": "<string>"
}
'{
"tax_country": "<string>",
"tax_id": "<string>"
}NL, DE). Must be a supported country. Set to null to clear.tax_country is provided.