Change Benefit Grant
Intent
Applies the supplied changes to the benefit grant.
When to call it
Call this when the benefit grant already exists and its stored values need to change.
Access boundary
Authorize the request with a token that carries customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
PATCH
Change Benefit Grant
Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Path Parameters
Identifier of the benefit grant.
Body
application/json
- CustomerBenefitGrantDiscordUpdate
- CustomerBenefitGrantGitHubRepositoryUpdate
- CustomerBenefitGrantDownloadablesUpdate
- CustomerBenefitGrantLicenseKeysUpdate
- CustomerBenefitGrantCustomUpdate
- CustomerBenefitGrantMeterCreditUpdate
- CustomerBenefitGrantFeatureFlagUpdate
Response
Response: Benefit grant updated.
- CustomerBenefitGrantDiscord
- CustomerBenefitGrantGitHubRepository
- CustomerBenefitGrantDownloadables
- CustomerBenefitGrantLicenseKeys
- CustomerBenefitGrantCustom
- CustomerBenefitGrantMeterCredit
- CustomerBenefitGrantFeatureFlag
The time Ruba created this record.
The time this record last changed.
The stable identifier for this record.
Previous
Create Customer Session### Intent
Creates a customer session from the values supplied in the request.
### When to call it
Call this when your application has collected the required values and is ready to create a customer session.
### Access boundary
Authorize the request with a token that carries `customer_sessions:write`.
### Successful result
A successful request returns `201`. The response schema below defines the body your integration receives.
### Operational notes
For organizations with `member_model_enabled`, this will automatically
create a member session for the owner member of the customer.
Next
Change Benefit Grant