API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /api/v2/household/{HouseholdGUID}/savings/withdrawals/options
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- WithdrawalAs property Added
-
data property Modified
-
application/json content type Modified
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- WithdrawalAs property Added
-
data property Modified
-
application/json content type Modified
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- WithdrawalAs property Added
-
data property Modified
-
application/json content type Modified
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
- Body
-
application/json content type Modified
- WithdrawalAs property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- WithdrawalAs property Added
-
data property Modified
-
application/json content type Modified
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
- Body
-
application/json content type Modified
- WithdrawalAs property Added
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- WithdrawalAs property Added
-
data property Modified
-
application/json content type Modified