VismaBouwsoftAPICalls.v1_POST_AddressContacts Method
v1_POST_AddressContacts() as String

This API call is used to add a(n) AddressContact

General Description

HTTP method API version
POST v1

Don’t forget to put the Authorization field in the header

API Path: /AddressContacts
or

Fields

The following fields are available:

Field Name Type
id Number
address_id Number
address_name String
contact_salutation String
contact_name String
contact_function String
contact_department String
contact_note String
contact_address String
contact_addressline2 String
contact_countrycode String
contact_zipcode String
contact_city String
contact_state String
contact_email String
contact_telephone String
contact_fax String
contact_gsm String
address_active Boolean
contact_default Boolean
ts_lastupdate String

/AddressContacts

API Path: /AddressContacts/

If everything succeeds the HTTP response status is 201
(201 CREATED)

If you forget to send the Authorization, the response status and code is 401
(401 Unauthorized)

For an explanation of all possible errors, please consult our section on possible answers to API calls here

Examples:

https://ra.bouwsoft.be/api/v1/AddressContacts

with the following parameters :

Header Parameters :
ParameterName: Clientnr, ParameterValue: 115
ParameterName: AccessToken, ParameterValue: jPOfWxfmblzSfIObjfzRqtGAfbOlGfkbfOAbzOmAktDfDbUVbr

Query Parameters :
ParameterName: columns, ParameterValue: contact_name =’Boris‘,address_id=328891,contact_note=’API note’

Success gives statuscode 201 And the following result

{“RecordChanges”: [
  {
    "id": 208287,
    "address_id": 328891,
    "address_name": "DirkAPICust",
    "contact_salutation": "",
    "contact_name": "Boris",
    "contact_function": "",
    "contact_department": "",
    "contact_note": "API note",
    "contact_address": "",
    "contact_addressline2": "",
    "contact_countrycode": "",
    "contact_zipcode": "",
    "contact_city": "",
    "contact_state": "",
    "contact_email": "",
    "contact_telephone": "",
    "contact_fax": "",
    "contact_gsm": "",
    "address_active": true,
    "contact_default": false,
    "ts_lastupdate": "2025–02–12 14:25:45"
  }
]
}