Skip to content
Rate Setups (By FD)

Org Package Ref Detail

Find the package reference configuration of an organization by org_id.

Request parameters

  • Required: org_id (organization id), supplied as a query parameter.

Result

On success, data contains the organization's package reference configuration.

Note: response fields are derived from the booking_org_package_refs dataset entity. The test environment has no configured organization, so the response body has not been live-verified; refer to the actual API response for the authoritative field set.

GEThttps://b-api.longbridge.xyz/billing/org_package_ref

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Parameters

org_idstringRequired

Organization id.

Responses

HTTP 200The request was processed successfully. data contains the organization's package reference configuration.
Standard response envelopecodemessagedata
dataobjectdata structure

Organization package reference configuration (fields derived from the dataset entity, not live-verified).

org_idstring

Organization id.

default_package_idstring

Default package id.

cash_package_idstring

Cash business package id.

bo_package_idstring

BO business package id.

financing_package_idstring

Financing business package id.

personal_allow_item_idsarray<string>

List of charging scene ids for which the organization may configure customized fees.

namesstring

Associated package name display.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs