v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
EGift

Update eGift Balance

Update the balance of a specific eGift for the given account and program.

put/programs/{programCode}/account/{accountIdentifier}/egifts/{egiftId}/balance

Path parameters

programCodestring required

The program code associated with the account.

accountIdentifierstring required

The unique identifier for the account whose eGift balance is being updated.

egiftIdstring required

The unique identifier of the eGift to update the balance for.

Headers

X-GD-RequestIdstring required

The unique request ID for tracking and logging.

Request body

balancenumber double

Gets or sets the new balance value to be set for the eGift. Serialized as "balance" in the request payload.

Response

OK