Awell Health Developer Hub
Developer Hub

Request

Mutation

  • graphql
01mutation ResendEmrReport($input: RetryPushToEmrInput!) {
02 retryPushToEmr(input: $input) {
03 code
04 success
05 }
06}

Variables

  • json
01{
02 "input": {
03 "activity_id": "{{EMR_REPORT_ACTIVITY_ID}}"
04 }
05}