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

Version 1 Current »

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

A Dispatch Provider object is used within the context of a REST Objects Providers (itself part of an REST Objects Configuration) to represent the details of how ServiceBroker is to be integrated with ServiceDispatch for the relevant tenant.



Dispatch Provider Object Format

JSON Format
{
	"Provider": "EasyPost",
    "Carriers": [
    	{
        	"Name": "UPS",
            "AccountId": ""
        }
    ]
}

Dispatch Provider Object Properties


PropertyTypeRequired?Description
FeaturesobjectYes

TBC


_queryCustomerApptInfo

objectYesTBC


Endpoint

stringYesTBC


ResponseOverwrite

objectYesTBC



ApptSearchInfo

objectYesTBC




WorkType

objectYesTBC





Name

stringYesTBC





SPStatusCode

stringYesTBC



ApptBookingInfo

objectYesTBC







TBC

postCustomerApptPayment

objectYesTBC


EndpointstringYesTBC

updateAssetStatus

objectYesTBC


EndpointstringYes

TBC


getAssetStatus

objectYes

TBC



EndpointstringYesTBC

getNetworkAttributes

objectYesTBC


EndpointstringYesTBC

updateNetworkAttributes

objectYesTBC


EndpointstringYesTBC
  • No labels