BooksContactDto
A contact held in a client's own books.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The platform's identifier for the contact. |
The platform's identifier for the contact. | ||
| name | string | The contact's display name. |
The contact's display name. | ||
| firstName | string | |
| lastName | string | |
| string | ||
| phoneNumber | string | |
| isCustomer | boolean | Whether the books treat this contact as someone the client sells to. |
Whether the books treat this contact as someone the client sells to. | ||
| isSupplier | boolean | Whether the books treat this contact as someone the client buys from. |
Whether the books treat this contact as someone the client buys from. | ||
| isActive | boolean | Whether the contact is still active in the books. |
Whether the contact is still active in the books. | ||
| outstandingBalance | number | What the contact owes, where the platform reports it. Null means the platform does not |
What the contact owes, where the platform reports it. Null means the platform does not | ||
| externalUrl | string | A link to the contact in the platform's own interface, where one can be built. |
A link to the contact in the platform's own interface, where one can be built. | ||
JSON Example
{
"id": "string",
"name": "string",
"firstName": "string",
"lastName": "string",
"email": "string"
}