API structure has changed
4 structure changes including:
4 Modifications
Modified
4
GET /api/v2/household/{HouseholdGUID}/assets
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- Client1PercentageOwned, Client2PercentageOwned properties Added
-
data property Modified
-
application/json content type Modified
GET /api/v2/household/{HouseholdGUID}/assets/{AssetGUID}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- Client1PercentageOwned, Client2PercentageOwned properties Added
-
data property Modified
-
application/json content type Modified
POST /api/v2/household/{HouseholdGUID}/assets
- Body
-
application/json content type Modified
- Client1PercentageOwned, Client2PercentageOwned properties Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- Client1PercentageOwned, Client2PercentageOwned properties Added
-
data property Modified
-
application/json content type Modified
PUT /api/v2/household/{HouseholdGUID}/assets/{AssetGUID}
- Body
-
application/json content type Modified
- Client1PercentageOwned, Client2PercentageOwned properties Added
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- Client1PercentageOwned, Client2PercentageOwned properties Added
-
data property Modified
-
application/json content type Modified