POST /wallets/snapshot
Generate wallet balance snapshot
Wallet Service `bearerAuth` application/json
Request Body
Schema: dto.SnapshotRequest
| Field | Type | Required | Example | Constraints | Description |
snapshot_date |
string |
Yes |
2026-04-14 |
|
Snapshot date |
Referenced Schemas
dto.SnapshotCreateDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.SnapshotCreateResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.SnapshotCreateResult
| Field | Type | Required | Example | Constraints | Description |
snapshot_count |
integer |
No |
100 |
|
Snapshot record count |
snapshot_date |
string |
No |
2026-04-14 |
|
Snapshot date |
tenant_id |
string |
No |
tnt_xyz789 |
|
Tenant ID |
wallets_total |
integer |
No |
100 |
|
Total wallets |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|