Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

5.0.0

The Modules object is part of the overall ServiceBroker Configuration object, in the following location:

A Modules object is used with the context of a REST Objects Configuration to represent how the modules which govern ServiceBroker behaviour are configured, for the relevant tenant.

Modules Object Format

JSON Format
{
	"ApptSearch": {
		// ApptSearch Object
	},
	"ApptBook": {
		// ApptBook Object
	},
	"BNS": {
		// BNS Object
	},
	"Gantt": {
		// Gantt Object
	},
	"Hybrid": {
		// Hybrid Object
	},
	"SysType": {
		// SysType Object
	},
	"WorkItem": {
		// WorkItem Object
	},
	"Telematics": {
		// Telematics Object
	}
}

Modules Object Properties

 

PropertyTypeRequired?Description
ApptSearchobjectYesAn ApptSearch object representing how ServiceBroker should search for appointment offerings from the configured Providers, for the relevant tenant.
ApptBookobjectYesAn ApptBook object representing how ServiceBroker should handle the booking of appointments through the configured Providers, for the relevant tenant. 
BNSobjectYesA BNS object representing how the ServiceBroker Notification Service is configured, for the relevant tenant.
GanttobjectYesA Gantt object representing the primary sub-system to use for Work Item information when ServiceBroker is being used as the backend system for ServicePower's Next Generation Gantt (NGG), for the relevant tenant.
SysTypeobjectYesA SysType object representing non-transactional master data sets required for integration with configured Providers, for the relevant tenant.
WorkItemobjectYesA WorkItem object representing how ServiceBroker's WorkItem module is configured - which controls a number of Work Item related activities - for the relevant tenant.
TelematicsobjectYesA Telematics object representing if a Telematics (GPS) system is configured or not, for the relevant tenant.
  • No labels