Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.6 KB

phone_request.md

File metadata and controls

18 lines (14 loc) · 1.6 KB

phone_request_t

Properties

Name Type Description Notes
pki_phone_id int The unique ID of the Phone. [optional]
fki_phonetype_id int The unique ID of the Phonetype. Valid values: Value
e_phone_type field_e_phone_type_t * [optional]
s_phone_region char * The region of the phone number. (For a North America Number only) The region is the "514" section in this sample phone number: (514) 990-1516 x123 [optional]
s_phone_exchange char * The exchange of the phone number. (For a North America Number only) The exchange is the "990" section in this sample phone number: (514) 990-1516 x123 [optional]
s_phone_number char * The number of the phone number. (For a North America Number only) The number is the "1516" section in this sample phone number: (514) 990-1516 x123 [optional]
s_phone_international char * The international phone number. [optional]
s_phone_extension char * The extension of the phone number. The extension is the "123" section in this sample phone number: (514) 990-1516 x123. It can also be used with international phone numbers [optional]
s_phone_e164 char * A phone number in E.164 Format [optional]

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