Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 653 Bytes

File metadata and controls

13 lines (8 loc) · 653 Bytes

PhoneNumberRequest

The PhoneNumber Object ### Description The PhoneNumber object is used to represent a candidate's phone number. ### Usage Example Fetch from the GET Candidate endpoint and view their phone numbers.

Properties

Name Type Description Notes
value str, none_type The phone number. [optional]
phone_number_type object, none_type The type of phone number. [optional]

[Back to Model list] [Back to API list] [Back to README]