Skip to main content
POST
/
v2
/
partner
/
billing-settings
/
change-request
Create Billing Change Request
curl --request POST \
  --url https://api.trykintsugi.com/v2/partner/billing-settings/change-request \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{}'
{
  "id": "<string>",
  "partnerId": "<string>",
  "status": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "partnerName": "<string>",
  "organizationId": "<string>",
  "organizationName": "<string>",
  "requestedBillingMode": "<string>",
  "requestedBy": "<string>",
  "effectiveFrom": "2023-12-25",
  "resolvedAt": "2023-11-07T05:31:56Z",
  "resolvedBy": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

x-partner-id
string | null
Maximum string length: 100

Body

application/json

POST body for creating a billing mode change request.

requestType
enum<string>
required
Available options:
ADD,
CHANGE,
REMOVE
organizationId
string | null
requestedBillingMode
enum<string> | null
Available options:
PARTNER_MANAGED,
CLIENT_MANAGED
effectiveFrom
string<date> | null

Response

Successful Response

Full change request response.

id
string
required
partnerId
string
required
requestType
enum<string>
required
Available options:
ADD,
CHANGE,
REMOVE
status
string
required
createdAt
string<date-time>
required
partnerName
string | null
organizationId
string | null
organizationName
string | null
requestedBillingMode
string | null
requestedBy
string | null
effectiveFrom
string<date> | null
resolvedAt
string<date-time> | null
resolvedBy
string | null