Mutations
Trigger resending of an EMR report to the integration provider (Mirth)
graphqlCopy01mutation ResendEmrReport($input: RetryPushToEmrInput!) {02 retryPushToEmr(input: $input) {03 code04 success05 }06}
01mutation ResendEmrReport($input: RetryPushToEmrInput!) {02 retryPushToEmr(input: $input) {03 code04 success05 }06}
jsonCopy01{02 "input": {03 "activity_id": "{{EMR_REPORT_ACTIVITY_ID}}"04 }05}
01{02 "input": {03 "activity_id": "{{EMR_REPORT_ACTIVITY_ID}}"04 }05}