get https://api.next-tech.com/v1/customer/contact/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.next-tech.com/v1/customer/contact/customercontact_id \
--header 'accept: application/json'
xxxxxxxxxx
19{
"id": 5,
"changed": "2025-04-12T16:11:30.869Z",
"changeduserid": 7,
"created": "2025-04-12T16:11:30.869Z",
"createduserid": 3,
"active": false,
"customerid": 123456,
"customerref": "Danne Snickare",
"defaultexternalworkorderstatusid": 2,
"email": "john.doo@mail.com",
"invitedistributiontype": "1234.56",
"invoiceemail": "john.doo@mail.com",
"mobile": "0700-123456",
"name": "John Doo",
"organizationno": "SE999999999901",
"phone": "013-123456",
"propertyowner": false
}