Skip to main content
Update Card Groups

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Path Parameters

CardId
integer<int64>
required

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

Body

application/json

The card group details to be updated.

CardGroupEnabledBit
boolean | null

Indicates whether the card group is enabled.

GroupName
string | null

The name of the card group.

CardGroupId
integer<int64> | null

The unique identifier of the card group.

GroupDailyLimit
integer<int32> | null

The daily limit for the card group.

UpdatedBy
integer<int64> | null

The identifier of the user who last updated the group.

LastUpdated
string<date-time> | null

The date and time when the group was last updated.

Response

200 - application/json

Card groups updated successfully.

CardGroupEnabledBit
boolean | null

Indicates whether the card group is enabled.

GroupName
string | null

The name of the card group.

CardGroupId
integer<int64> | null

The unique identifier of the card group.

GroupDailyLimit
integer<int32> | null

The daily limit for the card group.

UpdatedBy
integer<int64> | null

The identifier of the user who last updated the group.

LastUpdated
string<date-time> | null

The date and time when the group was last updated.