/
REST Objects Modules

REST Objects Modules

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.
HybridobjectYesA Hybrid object. Purpose of the object TBC.
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.

Related content

REST Objects Providers
REST Objects Providers
More like this
REST Objects Mobility Provider
REST Objects Mobility Provider
More like this
REST Objects Configuration
REST Objects Configuration
More like this
REST Object Definitions
REST Object Definitions
More like this
REST Objects Work Item
REST Objects Work Item
More like this
REST Objects WorkItem
REST Objects WorkItem
More like this