Account Contacts
This API endpoint produces a list of Contacts associated with a counterparty (customer or vendor ) and a location. Each row in the result set represents one specific Contact individual.
Request Example
https://api.cietrade.net/ListContacts?userID=Example@cietrare.com&name=&Status=&Role=&Location
Query Parameters (Filters)
| UserID | cieTrade.net User Name. | Required | |
| Account | Target Account. Uses exact company name as defined, Account ID. | Optional | |
| Location | Associated contact "Account" Location Short Name for the account parameter. If this is used the result set will return only Contacts from this specific location. | Optional | |
| Status | (Active, Inactive, Prospect) Default value empty returns any status. | Optional | |
Role |
As defined in cieTrade. Blank or missing parameter defaults to all Roles. | Optional | |
Response Object
{
"contact_name": "FIRST Smith",
"account_id": "84700",
"account_name": "3P GLOBAL RESOURCES LLC",
"location": "PRIMARY",
"email": "Support@cietrade.com",
"business_phone": "203-555-5555",
"mobile_phone": "203-666-6666",
"active": "True",
"notes": "Notes",
"first_name": "FIRST",
"last_name": "Smith",
"primary_contact": "False",
"job_title": "Sales Associate",
"active_status": "Active",
"role_name": "Collections"
}