Skip to main content
Weavr API
Operations

Update spend rules for a managed card in bulk

PATCH/bulks/managed_cards/_id_/spend_rules

Submits between 1 and 10,000 managed card spend rule updates as a bulk process.

The returned bulk process is initially SUBMITTED. Use Execute a bulk process to start it, and the other Manage operations to inspect, pause, resume, or cancel it. Each item is processed using Update spend rules for a card.

Request

Header parameters

Request body

*
application/json
{}
BulkManagedCardSpendRulesOperationBulkManagedCardSpendRulesOperation · object · 2 fields

Responses

201Created

Success

Headers
Body
application/json
{}
SubmitBulkProcessResponseSubmitBulkProcessResponse · object · 3 fields
Response example
{  "bulkId": "string",  "operationCount": 0,  "path": "string"}