Phone Numbers
The AccountingPhoneNumber object is used to represent a contact's or company's phone number.
The AccountingPhoneNumber object
Properties

numberString
Optional
The phone number.

typeString
Optional
The phone number's type.

modified_atString
Required
This is the datetime that this object was last updated by Merge
The AccountingPhoneNumber object
JSON
{
"number": "+3198675309",
"type": "Mobile",
"modified_at": "2021-10-16T00:00:00Z"
}

GET
/phone-numbers/{id}

Returns an AccountingPhoneNumber object with the given id.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

idString
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.
Response
JSON
{
"number": "+3198675309",
"type": "Mobile",
"modified_at": "2021-10-16T00:00:00Z"
}
Field support by platform
FreshBooks
FreshBooks

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


numberString

typeString
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central
Moneybird
Moneybird
NetSuite
NetSuite

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


numberString

typeString
QuickBooks Online
QuickBooks Online

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


numberString

typeString
Sage Business Cloud Accounting
Sage Business Cloud Accounting

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


numberString

typeString
Wave Financial
Wave Financial

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


numberString

typeString
Xero
Xero

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


numberString

typeString
Zoho Books
Zoho Books
Hint: Use the /linked-accounts endpoint to pull platform support information.