Vendors

Get contact

get/vendors/{id}/contacts/{contactId}

Path parameters

idinteger required

ID of the vendor

contactIdinteger required

ID of the contact

Response

Successfully got contact

Example response

{
  "vendorContact": {
    "id": 135,
    "role": "Team Lead",
    "email": "john@doe.com",
    "phoneNumber": "1234567890",
    "extension": "4682",
    "vendorId": 432
  }
}

Changes

No recorded changes to this endpoint across all 12 revisions of this API.