{ "opencollection": "1.0.0", "info": { "name": "connect Address Management API", "version": "v1" }, "items": [ { "info": { "name": "Address Management", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the address by address reference", "type": "http" }, "http": { "method": "GET", "url": "https://api.bics.com/connect/v1/addresses/:reference", "params": [ { "name": "reference", "value": "", "type": "path", "description": "reference of the address" } ] }, "docs": "Retrieve a single address identified by its address reference. An address is composed of the address detail (Street Name, Street Number,...) and the reference." }, { "info": { "name": "Edit an address in your address book.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bics.com/connect/v1/addresses/:reference", "params": [ { "name": "reference", "value": "", "type": "path", "description": "reference of the address" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an address in your address book. You must specify in the request all the attributes of the address even those you do not want to change. The end subscriber type cannot change after the creation of an address. If an address is linked to any active numbers, or any order, it can not be updated." }, { "info": { "name": "Delete an address from your address book.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bics.com/connect/v1/addresses/:reference", "params": [ { "name": "reference", "value": "", "type": "path", "description": "Reference of the address" } ] }, "docs": "Delete an address identified by its reference. This service deletes the address from your address book as well as all documents linked to this address. It is not possible to delete an address as long as you have active Cloud Numbers linked to this address." }, { "info": { "name": "Delete Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bics.com/connect/v1/addresses/:reference/documentTypeCode/:code", "params": [ { "name": "reference", "value": "", "type": "path", "description": "address reference" }, { "name": "code", "value": "", "type": "path", "description": "Code of type of uploaded document.\n\nSee API _/reference/documenttypes_ for all possible values." } ] }, "docs": "