For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The AccountingPhoneNumber object
          • GET/phone-numbers/{id}
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsPhone Numbers

The AccountingPhoneNumber object

The AccountingPhoneNumber Object
1{
2 "created_at": "2023-01-01T00:00:00Z",
3 "modified_at": "2023-01-01T00:00:00Z",
4 "number": "string",
5 "type": "string"
6}
Was this page helpful?
Previous

/payments/remote-field-classes

Next

/phone-numbers/{id}

Built with

The AccountingPhoneNumber object is used to represent a contact’s or company’s phone number.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
numberstring or nullOptional
The phone number.
typestring or nullOptional
The phone number's type.