Get Company Contact
GET/institutions/:institutionId/contacts/:id
Get Company Contact
Request
Path Parameters
institutionId stringrequired
id stringrequired
Responses
- 200
Get Company Contact
- application/json
- Schema
- Example (from schema)
Schema
type string
Type
Possible values: [Primary, Billing, Other]
firstName string
First Name
lastName string
Last Name
title string
Title
email stringEmail
phoneNumber string
Phone Number
notes string
Notes
tags string
Tags
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"type": "Primary",
"firstName": "string",
"lastName": "string",
"title": "string",
"email": "string",
"phoneNumber": "string",
"notes": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...