VismaBouwsoftAPICalls.v1_POST_ProjectContacts Method
v1_POST_ProjectContacts() as String

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

General Description

HTTP method API version
POST v1

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

API Path: /ProjectContacts
or

Fields

The following fields are available:

/ProjectContacts

API Path: /ProjectContacts/

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/ProjectContacts

with the following parameters :

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

Query Parameters :
ParameterName: columns, ParameterValue: contact_address=’Gruuthof 24’,project_id=3149,contact_id=208287

Success gives statuscode 400 And the following result

{“RecordChanges”: [
  {
    "Code": 400,
    "Description": "Could not create a new record",
    "Message": "Bad Request",
    "RequestId": "115–1d64fa85–2d7e–4f9d-a397–10ed1dc09df7–250212–142620"
  }
]
}