Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 885 Bytes

PhoneRequestV2.md

File metadata and controls

24 lines (18 loc) · 885 Bytes

EzmaxApi::PhoneRequestV2

Properties

Name Type Description Notes
pki_phone_id Integer The unique ID of the Phone. [optional]
fki_phonetype_id Integer The unique ID of the Phonetype. Valid values: Value
s_phone_extension String 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 String A phone number in E.164 Format [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::PhoneRequestV2.new(
  pki_phone_id: 1,
  fki_phonetype_id: 1,
  s_phone_extension: 123,
  s_phone_e164: +15149901516
)