Name | Type | Description | Notes |
---|---|---|---|
fki_websitetype_id | Integer | The unique ID of the Websitetype. Valid values: | Value |
s_website_address | String | The URL of the website. |
require 'Ezmaxapi'
instance = EzmaxApi::WebsiteRequestCompound.new(
fki_websitetype_id: 1,
s_website_address: https://www.example.com
)