IGuideCreateInput
Parameters for creating a new iGUIDE. Required fields: type, industry, address.
Addon identifiers to enable (obsolete, use WorkOrderCreate to add addons to work orders)
address object
The iGUIDE address (required)
City name
The two letter country code as defined by ISO 3166-2
The postal code - or the local equivalent thereof - as defined by that country's post office.
The subdivision code as defined by ISO 3166-2
Street name
Street number
The unit/apartment/suite number or other description of the property
Enabling this field will apply user-defined presets in following order:
- Apply the current iGUIDE Defaults of the operator.
- Apply Banner Settings when a banner ID is provided in ViewParams
truedefaultView object
Parameters for the Default View
A banner ID to be used for this iGUIDE
A description of the property shown in the Details tab of the iGUIDE Viewer.
Expiration date in ISO 8601 (YYYY-MM-DDTHH:mm:ss.SSSZ) format (max 10 years future, min 1 year past) Dates in the past will lock the iGUIDE view.
If set to false, the View will be accessible publicly. Otherwise, the View will be accessible to the authenticated users appearing in the viewer list. The manager and editors always will have viewing access.
Measurement standard: "ansi" or "rms". If not explicitly set, the measurement standard will be set to the System Default (ANSI for US addresses, RMS otherwise).
A list of user IDs allowed to access the View when isProtected is set. The manager and editors always will have viewing access.
A list of user IDs to be added as editors to the created iGUIDE.
Property Industry of iGUIDE to be created.
Possible values: [residential, commercial, irc, aec]
residentialA user ID to be assigned as the primary contact to the created iGUIDE.
A list of email addresses to be subscribed to the iGUIDE's report.
This option is only applicable for draftable iGUIDE types such as standard or premium. When set to true, the iGUIDE will be published even if the Drafting team chooses to pre-publish it.
falseType of iGUIDE to be created.
Possible values: [standard, premium, radix, photos]
standardwebhooks object[]
A list of webhooks to be added to the iGUIDE.
Event type to subscribe to
URL to receive webhook notifications
{
"addons": [
"string"
],
"address": {
"city": "string",
"country": "string",
"postalCode": "string",
"provinceState": "string",
"streetName": "string",
"streetNumber": "string",
"unitNumber": "string"
},
"applyDefaults": true,
"defaultView": {
"bannerId": "string",
"description": "string",
"expiresAt": "string",
"isProtected": true,
"measStd": "string",
"viewers": [
"string"
]
},
"editors": [
"string"
],
"industry": "residential",
"primaryContact": "user@example.com",
"reportSubscribers": [
"string"
],
"skipPrepublish": false,
"type": "standard",
"webhooks": [
{
"event": "string",
"url": "string"
}
]
}