/
REST Objects Providers

REST Objects Providers

5.0.0

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

Providers objects are used with the context of a REST Objects Configuration to represent the details of sub-systems that ServiceBroker is to be integrated with (and therefore, the details of how those systems should be accessed and the data within them interpreted and used), for the relevant tenant.           


Providers Object Format

JSON Format
{
	"Mobility": {
		// Mobility Provider Object  
	},
	"OPS": {
		// OPS Provider Object
	},
	"Scheduler": {
		// Scheduler Provider Object
	},
	"ServiceGPS": {
		// ServiceGPS Provider Object
	},
	"VoIP": {
		// VoIP Provider Object
	},
	"SMTP": {
		// SMTP Provider Object
	},
	"Claims": {
		// Claims Provider Object
	},
	"Dispatch": {
		// Dispatch Provider Object
	},
	"SolarVista": {
		// SolarVista Provider Object
	},
	"OAuth": {
		// OAuth Provider Object
	},
	"Payment": {
		// Payment Provider Object
	},
	"Shipping": {
		// Shipping Provider Object
	},
	"CloudElements": {
		// CloudElements Provider Object
	}
}

Providers Object Properties


PropertyTypeRequired?Description
MobilityobjectNo

A REST Objects Mobility Provider, defining if (and if so, how) the relevant tenant in ServiceBroker should be integrated with ServiceMobility.

Integration with ServiceMobility will not be enabled if not supplied.

OPSobjectNo

An REST Objects OPS Provider, defining if (and if so, how) the relevant tenant in ServiceBroker should be integrated with ServiceDispatch.

Integration with ServiceDispatch will not be enabled if not supplied.

SchedulerobjectNo

A REST Objects Scheduler Provider, defining if (and if so, how) the relevant tenant in ServiceBroker should be integrated with ServiceScheduling.

Integration with ServiceScheduling will not be enabled if not supplied.

ServiceGPSobjectNo

A REST Objects ServiceGPS Provider, defining if (and if so, how) the relevant tenant in ServiceBroker should be integrated with ServiceGPS.

Integration with ServiceGPS will not be enabled if not supplied.

VoIPobjectNo

A REST Objects VoIP Provider, defining how the relevant tenant in ServiceBroker should be integrated with Voice over IP services, if present.

Integration with VoIP service will not be enabled if not supplied.

SMTPobjectNo

An REST Objects SMTP Provider, defining how the relevant tenant in ServiceBroker should be integrated with SMTP services, if present.

Integration with SMTP services will not be enabled if not supplied.

ClaimsobjectNoA REST Objects Claims Provider, defining if (and if so, how) the relevant tenant in ServiceBroker should be integrated with ServiceClaims.

Integration with ServiceClaims will not be enabled if not supplied.

DispatchobjectNoA REST Objects Dispatch Provider, defining if (and if so, how) the relevant tenant in ServiceBroker should be integrated with ServiceDispatch.

Integration with ServiceDispatch will not be enabled if not supplied.

SolarVistaobjectNo

A REST Objects SolarVista Provider, defining how the relevant tenant in ServiceBroker should be integrated with SolarVista CRM, if present.

Integration with SolarVista CRM will not be enabled if not supplied.

OAuthobjectYesA Rest OAuth object providerdefining how the relevant tenant in ServiceBroker should be integrated with SolarVista CRM, if present.
PaymentobjectNo

REST Objects Payment Provider, defining how the relevant tenant in ServiceBroker should be integrated with payment provider services, if present.

Integration with payment provider services will not be enabled if not supplied.

ShippingobjectNo

REST Objects Shipping Provider, defining how the relevant tenant in ServiceBroker should be integrated with shipping provider services, if present.

Integration with shipping provider services will not be enabled if not supplied.

CloudElementsobjectNo

Deprecated: A REST Objects CloudElements Provider, defining how the relevant tenant in ServiceBroker should be integrated with CloudElements, if present.

Integration with CloudElements will not be enabled if not supplied.

Related content

REST Objects Mobility Provider
REST Objects Mobility Provider
More like this
REST Objects Configuration
REST Objects Configuration
More like this
REST Objects Modules
REST Objects Modules
More like this
REST Objects Claims Provider
REST Objects Claims Provider
More like this
REST Objects Dispatch Provider
REST Objects Dispatch Provider
More like this
REST Object Definitions
REST Object Definitions
More like this