Set Bill Selections Batch
set_bill_selections_batchSaves current user selections for all bill items in one request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_id | Yes | Bill ID to update selections for | |
| selections | Yes | Selections by item |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bill ID | |
| info | Yes | Additional bill information | |
| items | Yes | Bill items with selections | |
| title | Yes | Bill title | |
| owner_id | Yes | Bill owner user ID | |
| share_url | Yes | Bill share URL | |
| created_at | Yes | Creation time in RFC3339 UTC | |
| updated_at | Yes | Update time in RFC3339 UTC |