Gateway Set Gateway Enterprise Proxy

Gateway Set Gateway Enterprise Proxy

Gateway is owned by a partner, allowed to configure handoffs

Privileges required:

UPDATE GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/gateway/setGatewayEnterpriseProxy
COPY
Request Body

Show optional properties

{
    "gatewayId": 0
}
{
    "gatewayId": 0,
    "enterpriseProxyId": 0
}
integer
gatewayId
Required

gatewayId

integer
enterpriseProxyId
Optional

enterpriseProxyId

Responses
200

Request was successfully processed

Returns gateway_set_gateway_enterprise_proxy_result of type(s) application/json
This response body class contains all of the following: Inlinegateway_set_gateway_enterprise_proxy_result0
{
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"gatewayId:"integer"}' https://{api_host}/portal/rest/gateway/setGatewayEnterpriseProxy