---
title: "POST /v1/{+name}:adjust"
method: POST
path: "/v1/{+name}:adjust"
tags: ["organizations"]
---

# POST /v1/{+name}:adjust

`POST /v1/{+name}:adjust`

Adjust the prepaid balance for the AppGroup. This API will be used in scenarios where the AppGroup has been under-charged or over-charged.

## Path parameters

- `name` string, required

## Request body

- GoogleCloudApigeeV1AdjustAppGroupBalanceRequest — Request for AdjustAppGroupBalance.
  - `adjustment` GoogleTypeMoney — Represents an amount of money with its currency type.
    - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
    - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
    - `currencyCode` string — The three-letter currency code defined in ISO 4217.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
