v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
partner

Update an organization price plan

Update the price plan for an existing organization.

When you onboard as a BILL partner, BILL works with you to set up price plans for the organizations you create. Your organizations can have up to 5 price plans. Each price plan is named in the PricePlanN format (PricePlan1 up to PricePlan5).

patch/v3/partner/organizations/{organizationId}/price-plan

Path parameters

organizationIdstring required

BILL-generated ID of the organization. The value begins with 008.

Example:{{partner_organization_id}}

Headers

sessionIdstring nullable

API session ID generated with /v3/partner/login

Example:{{partner_session_id}}
appKeystring nullable

Application key sent to you by BILL when you create a partner account

Example:{{app_key}}

Request body

pricePlanType'PricePlan1' | 'PricePlan2' | 'PricePlan3' | 'PricePlan4' | 'PricePlan5' required

Price plan type

Example request

{
  "pricePlanType": "PricePlan1"
}

Response

Update an organization price plan response

status'SUCCESS' | 'FAILURE'

Request status