We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
確か入出金記録を作成した時点で返済済みになる仕様だったはず requestDetailページのtarget一覧で返済済みの人は入出金記録の詳細ページへのリンクを表示したいため
The text was updated successfully, but these errors were encountered:
GET /api/requests/:requestIDのレスポンスが↓のような形式ですね
GET /api/requests/:requestID
{ id: UUID, // ... created_by: UUID, targets: [{ id: UUID, target: UUID, // ... }], }
で、入出金記録のIDということはtransactionsがほしいということですか? @mehm8128
transactions
Sorry, something went wrong.
これなんか支払い対象者の仕様変えるみたいな話あって変わるかもなのでちょっと待ってほしいです:loading:
H1rono
No branches or pull requests
確か入出金記録を作成した時点で返済済みになる仕様だったはず
requestDetailページのtarget一覧で返済済みの人は入出金記録の詳細ページへのリンクを表示したいため
The text was updated successfully, but these errors were encountered: