Logo
Functions

createCustomerPortalSessionApiV1BillingCustomerPortalSessionPost

createCustomerPortalSessionApiV1BillingCustomerPortalSessionPost<ThrowOnError>(options): RequestResult<string, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:4215

Create Customer Portal Session Create a new customer portal session.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & CreateCustomerPortalSessionApiV1BillingCustomerPortalSessionPostData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<string, HTTPValidationError, ThrowOnError>

On this page