{ "opencollection": "1.0.0", "info": { "name": "Affiliate Apartment Extra Costs API", "version": "1.1.0" }, "items": [ { "info": { "name": "Extra Costs", "type": "folder" }, "items": [ { "info": { "name": "Get the extra costs of an apartment", "type": "http" }, "http": { "method": "GET", "url": "https://external-api.holidu.com/v2/apartments/extracosts", "params": [ { "name": "providerApartmentId", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" }, { "name": "holiduApartmentId", "value": "", "type": "query" } ] }, "docs": "Get the extra costs of an apartment" }, { "info": { "name": "Update the extra costs of an apartment", "type": "http" }, "http": { "method": "POST", "url": "https://external-api.holidu.com/v2/apartments/extracosts", "params": [ { "name": "providerApartmentId", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" }, { "name": "holiduApartmentId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the extra costs of an apartment" } ] } ], "bundled": true }