sendAcknowledgeSwitchRequest
Send an Acknowledge Switch Request message (RS-020) to the market.
Arguments
Returns
SendAcknowledgeSwitchRequestSend an Acknowledge Switch Request message (RS-020) to the market.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation SendAcknowledgeSwitchRequest($input: SendAcknowledgeSwitchRequestInput!) {
sendAcknowledgeSwitchRequest(input: $input) {
siphonCaseId
}
}
Variables
{
"input": SendAcknowledgeSwitchRequestInput
}
Response
{
"data": {
"sendAcknowledgeSwitchRequest": {
"siphonCaseId": "96059462"
}
}
}