/
_Dispatch Provider Object Format 1

_Dispatch Provider Object Format 1


JSON Format
{
    "Dispatch": {
        "Features": {
            "_queryCustomerApptInfo": {
                "Endpoint": "spservice/CustomerApptInfo",
                "ResponseOverwrite": {
                    "ApptSearchInfo": {
                        "WorkType": {
                            "Name": "REP",
                            "SPStatusCode": "Request from ServicePower"
                        }
                    },
                    "ApptBookingInfo": {}
                }
            },
            "postCustomerApptPayment": {
                "Endpoint": "opsapi/service/callPaymentInfo"
            }
        },
        "Headers": {
            "dummy-header": "dummy header",
            "Authorization": ""
        },
        "Host": "",
        "URI": "",
        "Props": {
            "AccountId": "",
            "InstanceId": ""
        }
    },
}}