Skip to content
API referenceConsumerBilling

Update_billing_preferences

PATCH
/consumer/v1/billing/preferences

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/consumer/v1/billing/preferences" \  -H "Content-Type: application/json" \  -d '{}'
{  "preferred_vendor": null}