Path Parameters
Response
No Content
curl --request PUT \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/billing \
--header 'Content-Type: application/json' \
--data '{
"billingEmail": "<string>",
"customerID": "<string>",
"subscriptionID": "<string>",
"platformID": "<string>"
}'
This response does not have an example.
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 'Content-Type: application/json' \
--data '{
"billingEmail": "<string>",
"customerID": "<string>",
"subscriptionID": "<string>",
"platformID": "<string>"
}'
This response does not have an example.
No Content