Skip to main content

Phone Numbers

EntityPhoneNumber

Phone numbers linked to relations and contacts. Accessed via navigation properties on Relation or Contact entities.

Endpoints

List

GET/v1/odata/PhoneNumber

Get by ID

GET/v1/odata/PhoneNumber({id})

Create

POST/v1/odata/PhoneNumber

Update

PUT/v1/odata/PhoneNumber({id})

Delete

DELETE/v1/odata/PhoneNumber({id})

Fields

FieldTypeDescription
PhoneNumberStringPhone number value

Relationships

RelationshipTarget EntityCardinalityDescription
ContactRelationship.Person.ContactN:1Contact relationship
RelationRelationN:1Parent relation
PhoneNumberTypeDatastore.PhoneNumberTypeN:1Phone number type

Expanding Relationships

GET/v1/odata/PhoneNumber({id})?$expand=Contact
GET/v1/odata/PhoneNumber({id})/Contact