Definition : Returns the list of phone # with the name of the contact associated with it.
Setting |
Definition |
Possible Value |
Default value if not specified |
FilterTypeExclude |
Exclude phone # type |
Tcocod (according to IMCTypeContactId) |
2, 4 |
Return :
ContactId INT
ContactName VARCHAR,
PhoneNumber VARCHAR,
PhoneExtension VARCHAR
Example:
(
"status": 200,
"message": "OK",
"data": {
"ContactId": 1,
"ContactName": "NomduContact",
"PhoneNumber": "514444447",
"PhoneExtension":"123"
}
}
)