v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBContact
Create a new contact
Creates a new contact.<br> For adding addresses and communication ways, you will need to use the ContactAddress and CommunicationWay endpoints.
post/Contact
Request body
Example request
{
"customerNumber": "Customer-1337",
"parent": {
"objectName": "Contact"
},
"surename": "John",
"familyname": "Snow",
"titel": "Commander",
"category": {
"id": 3,
"objectName": "Category"
},
"description": "Rightful king of the seven kingdoms",
"name2": "Targaryen"
}Response
Created - Returns created contact
Example response
{
"id": "0",
"objectName": "Contact",
"name": "string",
"status": "100",
"customerNumber": "Customer-1337",
"parent": {
"id": "0",
"objectName": "Contact"
},
"surename": "John",
"familyname": "Snow",
"titel": "Commander",
"category": {
"id": "3",
"objectName": "Category"
},
"description": "Rightful king of the seven kingdoms",
"sevClient": {
"objectName": "SevClient"
},
"name2": "Targaryen",
"defaultCashbackTime": "string",
"defaultCashbackPercent": "string",
"defaultTimeToPay": "string",
"taxOffice": "string",
"exemptVat": "false",
"defaultDiscountAmount": "string",
"defaultDiscountPercentage": "false",
"buyerReference": "string",
"governmentAgency": "false",
"additionalInformation": "string"
}