v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cards

Update Card Groups

Updates the group details associated with a card, identified by the card's unique identifier.

put/v1/cards/{CardId}/cardGroups

Path parameters

CardIdinteger required

The unique identifier of the card whose groups are to be updated.

Request body

CardGroupEnabledBitboolean nullable

Indicates whether the card group is enabled.

GroupNamestring nullable

The name of the card group.

CardGroupIdinteger nullable

The unique identifier of the card group.

GroupDailyLimitinteger nullable

The daily limit for the card group.

UpdatedByinteger nullable

The identifier of the user who last updated the group.

LastUpdatedstring date-time nullable

The date and time when the group was last updated.

Response

Card groups updated successfully.

CardGroupEnabledBitboolean nullable

Indicates whether the card group is enabled.

GroupNamestring nullable

The name of the card group.

CardGroupIdinteger nullable

The unique identifier of the card group.

GroupDailyLimitinteger nullable

The daily limit for the card group.

UpdatedByinteger nullable

The identifier of the user who last updated the group.

LastUpdatedstring date-time nullable

The date and time when the group was last updated.