curl --location -g --request GET 'https://api.veniocrm.com/dev/v1/Customers/{code}' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <Your Access Token>'
{
"customerId": 0,
"companyId": 0,
"referenceId": 0,
"customerCode": "string",
"customerName": "string",
"customerNameEN": "string",
"type": 0,
"customerType": 0,
"taxId": "string",
"branch": "string",
"addressPart1": "string",
"addressPart2": "string",
"province": "string",
"zipCode": "string",
"phone": "string",
"mobile": "string",
"fax": "string",
"notes": "string",
"isActive": true,
"dateChangeToCustomer": "2021-09-16T11:09:50.245Z",
"createdByUserId": "string",
"dateCreated": "2021-09-16T11:09:50.245Z",
"modifiedByUserId": "string",
"dateModified": "2021-09-16T11:09:50.245Z",
"latitude": 0,
"longitude": 0,
"location": "string",
"locationName": "string",
"placeId": "string",
"customerGroupId": 0,
"leadStatus": 0,
"hasPicture": true,
"email": "string",
"companyName": "string",
"socialAccount": "string",
"sourceOfLead": 0,
"dateMerged": "2021-09-16T11:09:50.245Z",
"mergeDetails": "string",
"creditTerm": 0,
"classificationId": 0,
"customerStateId": 0,
"hasOwner": true,
"crispId": "string",
"creditLimit": 0,
"name": "string",
"aliasNames": "string",
"customerOwnersStr": [
"string"
],
"pictureUrl": "string",
"addresses": [
{
"addressId": 0,
"customerId": 0,
"placeId": "string",
"branch": "string",
"addressPart1": "string",
"addressPart2": "string",
"province": "string",
"zipCode": "string",
"phone": "string",
"mobile": "string",
"fax": "string",
"notes": "string",
"isActive": true,
"createdByUserId": "string",
"dateCreated": "2021-09-16T11:09:50.245Z",
"modifiedByUserId": "string",
"dateModified": "2021-09-16T11:09:50.245Z",
"latitude": 0,
"longitude": 0,
"location": "string",
"locationName": "string",
"locationMap": "string"
}
],
"customerInterests": [
{
"customerId": 0,
"topicId": 0,
"isActive": true
}
]
}
-
-