curl --request PUT \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/billing \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"billingEmail": "<string>",
"customerID": "<string>",
"subscriptionID": "<string>",
"platformID": "<string>"
}
'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}UpdateBillingDetails updates the billing details for the given Organisation. This endpoint can be used to update the billing email address for the Organisation as well as the customerID, subscriptionID and platformID.
curl --request PUT \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/billing \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"billingEmail": "<string>",
"customerID": "<string>",
"subscriptionID": "<string>",
"platformID": "<string>"
}
'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.